cennznet / api.js

CENNZnet JS API for browsers, React Native and Node.js
Apache License 2.0
10 stars 10 forks source link

updated metadata + added type for nominations + test #445

Closed KarishmaBothara closed 2 years ago

KarishmaBothara commented 2 years ago

Desc - This PR fixes the 'Nominations' type used for staking in rtm version <= 48. As we upgraded the polkadots type package, the Nominations type we have now is "Nominations": { "targets": "Vec", "submittedIn": "u32", "suppressed": "bool" } but we need it to be "Nominations": { "targets": "Vec", "submittedIn": "u32" } In the version > 48, it is taken care of, it uses the right type from metadata..

Also with this PR used the latest metadata and updated the augmentation with the build.