This repository has been archived by the owner on Jan 17, 2022. It is now read-only.
Releases: KILTprotocol/portablegabi
Releases · KILTprotocol/portablegabi
Update polkadot dependencies
Enables support for Substrate 2.0.0 🎉
- Polkadot API from
1.26.1
to2.0.1
- Polkadot util/util-crypto/keyring from
3.0.1
to3.5.1
0.3.11
Update polkadot dependencies
- Polkadot API from
1.23.1
to1.26.1
- Polkadot util/keyring from
2.17.1
to3.0.1
Fix browser usage
- fixes an issue in which you could not use the library in the browser to
global.require
being required in thewasm_exec.js
despite running in the browser where this functionality is handled by fetch
Update to Polkadot API 1.22.1
0.3.7 chore: version 0.3.7
Update polkadot dependencies
- updated Polkadot API/types from
1.20.1
to1.21.1
- updated Polkadot utility from
2.15.1
to2.16.1
Fix serialization problem
When an instance of WasmData
was serialized and subsequently deserialized, the WasmData
instance was lost and lead to WasmData.toString()
being overwritten by Object.toString()
or not existing at all. Since we have to serialize all data inside of WasmData before sending it to the WASM, this an important fix.
Compatibility with Substrate 2.0.0-rc3
- Upgraded to latest versions of Polkadot-JS dependencies
- Changed default
PortablegabiModuleName
fromportablegabi
toportablegabiPallet
Explicit transactions and browser compatibility
- Refactored transactions to be explicit (eb3b36e)
- Added browser compatibility (c5626f2)
- Improved API documentation (b5e45ad)
Documentation and Code Quality
Version 0.2.2 Merge remote-tracking branch 'origin/develop'