Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Releases: KILTprotocol/portablegabi

Update polkadot dependencies

23 Oct 12:20
Compare
Choose a tag to compare
Pre-release

Enables support for Substrate 2.0.0 🎉

  • Polkadot API from 1.26.1 to 2.0.1
  • Polkadot util/util-crypto/keyring from 3.0.1 to 3.5.1

0.3.11

30 Jul 10:29
Compare
Choose a tag to compare
0.3.11 Pre-release
Pre-release
0.3.11

Update polkadot dependencies

30 Jul 10:09
Compare
Choose a tag to compare
Pre-release
  • Polkadot API from 1.23.1 to 1.26.1
  • Polkadot util/keyring from 2.17.1 to 3.0.1

Fix browser usage

03 Jul 13:41
Compare
Choose a tag to compare
Fix browser usage Pre-release
Pre-release
  • fixes an issue in which you could not use the library in the browser to global.require being required in the wasm_exec.js despite running in the browser where this functionality is handled by fetch

Update to Polkadot API 1.22.1

01 Jul 08:34
Compare
Choose a tag to compare
Pre-release
0.3.7

chore: version 0.3.7

Update polkadot dependencies

29 Jun 07:15
fd71fa6
Compare
Choose a tag to compare
Pre-release
  • updated Polkadot API/types from 1.20.1 to 1.21.1
  • updated Polkadot utility from 2.15.1 to 2.16.1

Fix serialization problem

25 Jun 07:39
Compare
Choose a tag to compare
Pre-release

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

16 Jun 14:09
Compare
Choose a tag to compare
Pre-release
  • Upgraded to latest versions of Polkadot-JS dependencies
  • Changed default PortablegabiModuleName from portablegabi to portablegabiPallet

Explicit transactions and browser compatibility

28 May 10:16
Compare
Choose a tag to compare

Documentation and Code Quality

04 May 12:39
Compare
Choose a tag to compare
Pre-release
Version 0.2.2

Merge remote-tracking branch 'origin/develop'