Migration to 7.0.0
This guide describes the process of migrating to SDK version 7.0.0
Step 1
SDK will not accept url
, internalUrl
init arguments anymore:
Before
After
Step 2
Remove deprecated function setKeypair
SDK
will not accept keypair
init argument anymore:
Before
After
Step 3
Change all of AENS
method's first argument from nameId
to name
Before
After
Other Breaking Changes
Add new compiler
methods
to RPCcommunication
(base-app update required)Drop compiler version to
version >= 4.0.0 && version < 5.0.0
Change node compatibility range to
node >= 5.0.0 && node < 6.0.0
Always
verify
transactions before sending them to the node (can be disabled using the optionverify: false
)
Last updated