github celo-org/celo-blockchain v1.1.0
1.1.0

latest releases: v1.8.4, v1.8.3, v1.8.2...
3 years ago

This is the first celo-blockchain release since Mainnet (not including the 1.0.1 release to address a vulnerability). The main focus of this release was to stabilize the protocol and improve the ability of core devs to make secure and reliable code changes.

On the reliability side, there are now 3 nightly build tests that add to the already existing e2e tests:

  • Load Test: Validate that the current build can sustain the same theoretical max TPS with current block gas limits
  • Sync Test: Validate that the current build can sync to Mainnet on each of the syncing modes
  • Mix Version: Validate that validators running the new build can interop with validators running previous versions of the client

Some important work has been done to address past issues:

Additionally, this build includes some changes to the RPC interface:

  • Update eth_gasPrice to support any gas currency [#1070]
  • Add personal_decrypt RPC [#1133]
  • Fix block format: Add epoch snark data to getBlock APIs (see additional notes below) [#1096]
  • Add istanbul_getValidatorsBLSPublicKeys (preparation work for Plumo) [#1130]
  • Add RPCs for setting and query gateway fees [#1038]

Other notable changes:

For a complete list of the changes, please check the release milestone

Note on the version number: Initially this was intended to be a 1.0.2 release, but it became evident that changes to the RPC interface implied a minor version update, given the scope of changes. There is one notable exception: the block format API change. This change can be seen as a major version change, because it changed the interface consumers were expecting from the API, potentially being backwards incompatible. However, while this semantically is a breaking update, the gravity of the change that didn't meet the criteria to increase the major version, which will be reserved for more significant changes, and used sparingly. This is a small detour from semantic versioning, and future changes will be introduced more carefully so as to adhere to SemVer.

Docker Image: us.gcr.io/celo-org/geth:1.1.0

Don't miss a new celo-blockchain release

NewReleases is sending notifications on new releases.