mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-18 21:22:04 +01:00
* Attempt to optimize block tests more to avoid timeouts * Fix asm.tail bug * Make parseRedeemScript just return a ScriptPubKey rather than a Try[ScriptPubKey] * Make encoding a UInt64 to hex more efficient * Cache Transaction.bytesSize so we don't need to serialize everything again to estimate the byteSize * Refactor CryptoBytesUtil.addPadding() and it's usage in UInt64 * Use StringBuilder.append() rather than StringBuilder.addAll() which is not supported in scala 2.11 & 2.12 * Address nadav's code review |
||
---|---|---|
.. | ||
src/main/scala/org/bitcoins/crypto | ||
crypto.sbt |