Skip to content

SDK v0.14.4

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Oct 08:54
036e859

This release contains the changes from v0.14.0 to v0.14.4.

Upgrade Priority

❗️ Medium: This is a medium priority release and you should upgrade in a timely manner.

The changes motivating this priority level are:

  • 🔥 breaks public rpc api #1611 ❗️ Medium - Aggregate account getters to accountinfo and rpc author_getfingerprint

Upgrade Challenge Level

‼️ Breaking Changes: This release contains breaking changes. Be sure to upgrade the affected interfaces.

The changes motivating this challenge level are:

  • 🔥 breaks public rpc api #1611 ❗️ Medium - Aggregate account getters to accountinfo and rpc author_getfingerprint

Changes

App-Libs

  • 🔥 breaks public rpc api #1611 ❗️ Medium - Aggregate account getters to accountinfo and rpc author_getfingerprint
  • ✅ easy merge #1622 Low - Adjust fee to decimals by genesis and properly charge it before bumping nonce

Client

  • ✅ easy merge #1615 Low - Allow hex output for get-shard and get-fingerprint

Core

  • ✅ easy merge #1610 Low - Add support for trusted getter/calls that have been signed with an extension-dapp signer
  • ✅ easy merge #1612 Low - More prometheus metrics
  • ✅ easy merge #1616 Low - Fix setting parentchain pallet block processed storage for all targets
  • ✅ easy merge #1620 Low - Log enclave extrinsics to parentchains
  • ✅ easy merge #1621 Low - Init parentchain genesis hash

EVM Feature

Offchain

Sidechain

  • ✅ easy merge #1605 Low - Move sidechain_importblock rpc method to trusted rpc
  • ✅ easy merge #1608 Low - Guess the number

Teeracle

Misc

  • ✅ easy merge #1605 Low - Move sidechain_importblock rpc method to trusted rpc
  • ✅ easy merge #1610 Low - Add support for trusted getter/calls that have been signed with an extension-dapp signer
  • ✅ easy merge #1608 Low - Guess the number
  • 🔥 breaks public rpc api #1611 ❗️ Medium - Aggregate account getters to accountinfo and rpc author_getfingerprint
  • ✅ easy merge #1612 Low - More prometheus metrics
  • ✅ easy merge #1615 Low - Allow hex output for get-shard and get-fingerprint
  • ✅ easy merge #1616 Low - Fix setting parentchain pallet block processed storage for all targets
  • ✅ easy merge #1620 Low - Log enclave extrinsics to parentchains
  • ✅ easy merge #1621 Low - Init parentchain genesis hash
  • ✅ easy merge #1622 Low - Adjust fee to decimals by genesis and properly charge it before bumping nonce

What's Changed

  • allow hex output for get-shard and get-fingerprint by @brenzi in #1615
  • fix setting parentchain pallet block processed storage for all targets by @brenzi in #1616
  • enhance cli by @brenzi in #1619
  • log enclave extrinsics to parentchains by @brenzi in #1620
  • init parentchain genesis hash by @brenzi in #1621
  • adjust fee to decimals by genesis and properly charge it before bumping nonce by @brenzi in #1622

Full Changelog: v0.14.3...v0.14.4