mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-20 02:11:40 +01:00
bc600c230e
* Make ScriptOperationFactory subclasses use a val to cache operaetions rather than operations * Make ScriptOperation's use a Vector rather than Seq. Seq is a trait that can sometimes be backed by a List which can have some O(n) behavior * Remove BlockTest benchamarking test case * Put popular opcodes at beginning of ScriptOperations.operations for an optimization * Remove Try() allocation on ECPublicKey.isFullyValid() * Fix how CompactSizeUInt was serialized to be more efficient, move isMultiSig() and isLocktimeSPK() to be inline so we don't evaluate it unless we absolutely need to * Use Map inside of ScriptOperation.fromByte() * Update map to look up script operation rather than iterating |
||
---|---|---|
.. | ||
src | ||
core.sbt | ||
README.md |