Update Week #48 - JS Sdk

Most of the work done in the past weeks will see the light with the 7.0.0 release that contains a lot of big and small changes,
notably the most significant ones are:

  • the verify option before broadcasting transaction is ON by default:
    the verify option perform some basic checks on the transactions before broadcasting the transaction, like checking if the account performing has enough funds, if the signature is valid, etc…
  • when working with deployed contracts, the sdk will check that the contract exists before starting to make calls
  • since the release of the sofia compiler 4.1.0 the sdk is able to check wherever a bytecode deploeyd on the chain matches a contract source code.
  • the sdk implements now a communication interface that is not based to window.parent and can be used in different context (eg. outside the base-app and with other wallets like the waellet)

the full list of changes is available on github: Issues · aeternity/aepp-sdk-js · GitHub