Releases: paritytech/txwrapper-core
Releases · paritytech/txwrapper-core
v7.0.1
7.0.1 (2023-07-04)
Bug Fixes
v7.0.0
7.0.0 (2023-07-03)
Breaking Changes
- fix!: removes controller arg from bond and setController methods (#309) (f951f56)
- Removes the
controller
arg from staking::setController
, and staking::bond
. Please refer to the PR for more information
Features
v6.0.1
6.0.1 (2023-05-25)
Bug Fixes
v6.0.0
6.0.0 (2023-05-08)
Breaking Changes
-
fix!: refactor the whole testing system with metadata, remove old calls, and fix some types (#295) (58d026a), closes #295
NOTE: For more detail please read the PR on the changes removed. Below will be a list of things either removed or changed.
- Removed
proxy::anonymous
- Removed
proxy::kill_anonymous
- The
keys
field in session::set_keys
has changed from an []
, to an object
(See PR for more detail on specifics)
- The
dest
field in balances::transfer
has changed from a string
to an object
(See PR for more detail on specifics)
Bug Fixes
-
add detectOpenHandles flag in tests (jest) (#285) (90a231e)
-
adjust memoization and cache (#298) (a0ae8c7)
NOTE: For more detail please read the PR on the changes removed. Below will be a list of things affected.
- Added
TXWRAPPER_METADATA_CACHE_MAX
- Added
TXWRAPPER_METADATA_CACHE_MAX_AGE
-
rework deriveAddress
to have all schemes support (#293) (5b99d23)
Features
- add
additionalTypes
, and typesBundle
to getRegistryBase
(#294) (671a2d1)
v5.0.1
5.0.1 (2023-02-28)
Note: Version bump only for package txwrapper-core
v5.0.0
5.0.0 (2023-01-13)
Breaking Change
- remove
store_call
from asMulti
(#280) (c4ce505)
NOTE: This is active for v9340 and future runtimes.
Bug Fixes
- add example for sufficient asset transfer (#275) (5899b36)
v4.1.0
4.1.0 (2022-12-29)
Features
v4.0.3
4.0.3 (2022-12-07)
Bug Fixes
- bug: give WeightsV2 support for multisig (#269) (82150bb)
- types: Update polkadot-js deps to get the latest types (#272) (b78b085)
v4.0.2
4.0.2 (2022-11-28)
Note: Version bump only for package txwrapper-core
Bug Fixes
- types: Update polkadot-js deps to get the latest types (#268) (ebdfc3b)
v4.0.1
4.0.1 (2022-10-03)
Bug Fixes
- remove asSpecifiedCallsOnlyV14 from getRegistryBase (#249) (8d94be4)