v8.0.1
- Breaking change In this major version the commonjs outputs are moved to a sub-folder. Since the export map and main field in package.json does reflect this change, there should be no usage changes. However the packages here will all need to be on the same version for internal linkage.
Contributed:
- Improve
rpc-provider
README (Thanks to https://github.com/josepot) - Add handling for
Vec<[<Type>;<length>]>
in typegen (Thanks to https://github.com/zannis)
Changes:
- Add support for
apiAt.tx(...)
to construct at a specific point - Add basic
api.derive.bagsList.*
support - Return sorted names for
api.registry.lookup.names
- Optimize JSONRPC requests/response handling
- Output commonjs files under the
cjs/**
root - Update to latest Substrate, Kusama & Polkadot static metadata
- Add latest Polkadot 9180 upgrade block
- Update to
@polkadot/util
9.0.1