Skip to content

v10.0.0

Compare
Choose a tag to compare
@insipx insipx released this 13 Oct 19:01
· 484 commits to master since this release
60f5abb

Upgrade Priority: High (For users leveraging /blocks/* (performance), and /pallets/{storageId}/storage (breaking change))

⚠ BREAKING CHANGES ⚠

  • fix!: update 'PalletStorageService' to use V14 Metadata. (#710) (199ddcf)

    • Resolves a bug due to V14 metadata.
    • Introduces backwards compatibility for V13 metadata formatting via an optional query param (This breaking change only affects the StorageEntryType which is the type key inside of storage items). NOTE: This is a temporary feature built to help users transition off of V13 responses pre v9110 runtime, and will be deprecated in the near future (few months). Please check the related PR for more information.

Bug Fixes

  • fix: add 9111 runtime for westend. (#705) (a51f4af)
  • fix: bump polkadot deps (#707) (b7335b7)
  • fix(BlocksService): refactor api.derive for performance, and add historicApi to BlocksService (#699) (5861cb1)
  • fix: update blockstores with 9110 runtime (#704) (35b7132)
  • fix: cleanup pallets docs, and naming (#713) (cc600d6)

Tests

  • fix(tests): restructure mockApi tests to integrate with historical api. (#702) (2bf71ad)
  • fix(e2e-tests): add --log-level flag for e2e-tests (#703) (b9404ff)
  • fix(e2e-tests): fix adjust values in some e2e tests (#700) (f52fac6)