Skip to content

v0.9.12

Compare
Choose a tag to compare
@jimthematrix jimthematrix released this 11 Mar 18:07
· 114 commits to main since this release
180b383

What's Changed

  • Added new endpoint for querying block using transaction ID: GET /blockByTxId/:txId
  • Enhanced chaincode query endpoint to support single-peer queries and "strongread" with the endpoint: GET /query
  • Added support to use block hash to query for a block, in addition to block number with the endpoint GET /blocks/:blockNumberOrHash
  • Fill in the chaincodeId and transactionId fields in event payload even if the transaction did not publish any events

Full Changelog: v0.9.11...v0.9.12