Skip to content

Ergo Protocol Reference Client 5.0.15

Compare
Choose a tag to compare
@kushti kushti released this 23 Oct 21:22
· 293 commits to master since this release
85dfd1a

Ergo Protocol Reference Client 5.0.15 release. It contains following PRs:

  • #1456 - /script/p2shAddress API method which is generating P2SH for a script provided is enabled again
  • #1907 - /scan/p2sRule API method added which is allowing to track boxes associated with a P2S address
  • #2029 - /blockchain/box/unspent/byAddress and /blockchain/box/unspent/byErgoTree can now also include mempool boxes, see new includeUnconfirmed flag
  • #2033 - estimated next block header is now used in mempool and API validation
  • #1959 & #2048 - simplified p2p logic - lastStoredActivity time field now removed from ConnectedPeer
  • #2036 - IndexedErgoBox API schema fixed in openapi.yaml
  • #2040 - ErgoTree interpreter and ErgoScript compiler updated to 5.0.12 version, its release notes @ https://github.com/ScorexFoundation/sigmastate-interpreter/releases/tag/v5.0.12
  • #2042 - /utxo/withPool/byIds API method added to get multiple boxes from the current UTXO set and mempool
  • #2043 - /blocks/headerIds API method added to get multiple full-blocks for given header ids
  • #2044 - new API methods /blockchain/box/byTokenId/{tokenId} and /blockchain​/box​/unspent​/byTokenId​/{tokenId} to track tokens

Contributors: @aslesarenko , @ccellado , @jellymlg , @kushti