Skip to content

RSK Wasabi Release v1.1.0

Compare
Choose a tag to compare
@aeidelman aeidelman released this 06 Oct 13:42
· 4156 commits to master since this release
e93a9eb

IMPORTANT 1: In this release, we've made some changes to JSON-RPC methods to make them compliant to the Ethereum RPC API standard. One of the requirements is that all quantities need to be expressed in hex format. Prior to this version, the 'minimumGasPrice' was being wrongly returned in decimal format. Please be sure to make all necessary changes to your apps if required.

IMPORTANT 2: We're making the garbage collector feature available in what we call 'experimental mode'. We'll share more information about this, but be aware that it's not recommended to use it in production environments yet.

IMPORTANT 3: Our public nodes will serve rskj nodes version 1.0.2 by default for the next 30 days, unless the 1.1.0 version is specified. Afterwards, 1.1.0 version will become de default version. See our wiki for more information.

A non-comprehensive list of changes included in this version is:

  • Added JSON-RPC method 'eth_chainId' (#945).
  • Added support for 'pending' parameter in 'eth_getCode' JSON-RPC method (#970).
  • Several minor improvements to JSON-RPC responses to make them Ethereum RPC API standard compliant (#934, #958, #971).
  • Garbage collector (experimental version only) (#998).
  • Added new RSK specific JSON-RPC methods including 'rsk_getRawBlockHeaderByHash', 'rsk_getRawTransactionReceiptByHash', among others (#1000).
  • Security and bug fixing.

You can find a complete list of the changes introduced in Wasabi 1.1.0 milestone.

SHA256:
20a82720dd39864ae3603b7eb777ed454e4577c7d984b9560017fc4ddd820924 rskj-core-1.1.0-WASABI-all.jar