v0.9.12
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
andtransactionId
fields in event payload even if the transaction did not publish any events
Full Changelog: v0.9.11...v0.9.12