Skip to content

Releases: Blackprint/nodes-polkadot.js

v0.8.0

25 Jun 10:54
773788f
Compare
Choose a tag to compare

Changes

  • Blackprint Engine v0.9 is required

v0.7.0

04 May 09:46
e09f851
Compare
Choose a tag to compare

Changes

  • The major version of @polkadot/keyring, @polkadot/util, @polkadot/util-crypto dependencies was updated v11 to v12
  • By following changes from @polkadot/keyring's breaking changes, encryption and decryption node was removed
    • Removed node: Polkadot.js/Data/Keyring/Encrypt
    • Removed node: Polkadot.js/Data/Keyring/Decrypt

v0.6.0

14 Mar 09:37
60c929c
Compare
Choose a tag to compare

Changes

  • The major version of @polkadot dependencies was updated from v9 and v10 to v10 and v11

v0.5.2

20 Sep 06:23
f2f8ace
Compare
Choose a tag to compare

Bug Fix

  • Fix error on experimental nodes when the network doesn't support it
  • Allow ChainId with 0 as the value when converting address
  • Rename title for Convert/Address To/Uint8Array node

v0.5.1

31 Aug 13:32
5dd3ed1
Compare
Choose a tag to compare

Bug Fix

  • Fix bundled module and update example

v0.5.0

29 Aug 17:20
1704be6
Compare
Choose a tag to compare

Feature

  • Add in-editor documentation for some generated and experimental nodes

Bug Fix

  • Avoid using this on Port.Trigger and modify experimental nodes
  • Show message if failed to preparing WebSocket API

Breaking Changes

  • Node Polkadot.js/Keyring/Dummy changed into Polkadot.js/Keyring/RandomSeed
  • Change some namespace for experimental nodes

v0.4.0

02 Aug 04:56
5af29d6
Compare
Choose a tag to compare

Feature

  • Add data structure for some port
  • Add nodes documentation for Blackprint Editor
  • Add route port element
  • Add support for using different extension id
  • Nodes now can be used on Node.js environment

Bug Fix

  • Fix module to be used for Node.js and update dependency versions
  • Fix incorrect provider type
  • Fix dependency
  • Fix for unit test when the node failed to find meta error
  • Fix polyfill and update version for browser
  • Set rpcURL data property enumerable
  • Hide node suggestion for some experimental nodes

Breaking Changes

  • Blackprint Engine v0.7 is required

v0.3.0

22 Mar 14:27
72aad79
Compare
Choose a tag to compare

0.3.0

Breaking Changes

  • Polkadot.js/Data/Sign node now need to be manually triggered
  • Polkadot.js/Account/Transfer is renamed to Polkadot.js/Account/Transfer/Balance
  • Rename output port OnFinish to Finished for experimental Substrate Extrinsics node

Bug Fix

  • Fix and improve experimental nodes for Substrate Metadata
  • Fix some module loader for Node.js and update version
  • Simplify implementation for PaymentInfo node
  • Improve some node's input/output type data
  • Modify some node's description

Features

  • Improve nodes for doing transaction
  • Add support to submit batch transaction
  • Show transaction status and add callback ports
  • Improve nodes for sign data with browser extension
  • Add support for remote collaboration for some nodes
  • Add node for converting Uint8Array to Hex