github celo-org/celo-blockchain v1.8.3
Celo-Blockchain Release 1.8.3

latest release: v1.8.4
2 months ago

This release mainly adds features to the JSON RPC.

The finalized tag was added to the RPC methods for retrieving blocks or headers. The resulting blocks are equivalent to latest blocks, since CELO has 1-block finality.
Additionally the eth_getBlockReceipts endpoint has been implemented, providing a more efficient way to receive all block receipts for a block (see ethereum/execution-apis#393)

This release is recommended for users that rely on the eth_getBlockReceipts endpoint or retrieving finalized blocks from the RPC.

Enhancements

  • Implement eth_getBlockReceipts (#2284)
  • Allow use of finalized tag in rpc requests (#2298)
  • Add --json flag to mycelo env (#2300)

Full Changelog: v1.8.2...v1.8.3

Docker Images

Don't miss a new celo-blockchain release

NewReleases is sending notifications on new releases.