Skip to content

Release v3.2.0

Choose a tag to compare

@Arvolear Arvolear released this 15 Aug 17:00
· 39 commits to master since this release

Release notes v3.2.0 πŸŽ‰

Added several new libs to work with Bitcoin:

  • BlockHeader to parse and format Bitcoin block headers.
  • TxMerkleProof to verify the inclusion of a Bitcoin transaction in a block.
  • TxParser to parse and format Bitcoin transactions.
  • EndianConverter to convert between little-endian and big-endian formats.

Removed rarely used, legacy libs and contracts:

  • SetHelper.
  • UniswapV2Oracle.
  • UniswapV3Oracle.