Skip to content

7.0.0-next.1 (2019-12-18)

Pre-release
Pre-release
Compare
Choose a tag to compare
@nduchak nduchak released this 19 Dec 11:10
· 2255 commits to master since this release
6bdaa9c

Bug Fixes

  • Contract/Chain: Using { waitMined: false } with Contract high lvl API (#828) (475c2aa)
  • HdWallet: Fix derive function (#801) (6c6177d)
  • Compiler: Filter compiler options

Code Refactoring

  • Cross-Node: Remove cross-node compatibility code (#829) (b29a162)
  • Chain: Handle time until tx is not added to mempool (#816)
  • Git: Update issue template(#806)
  • Flavors: Remove deprecated code (#697)

Features

  • Wallet<->AEPP: Add new Wallet<->Aepp communication API

  • CI: Move to Travis CI (#809) (2d77f20)

  • ACI: Add check for contract address validity and existence (#788) (c0cccc9)

  • Tx: Always verify transaction before send it to the node (#798) (170f479)

  • CI: enable daily builds on latest node and compiler and enable codecov (#820) (3c52a1e)

  • Contract: Add ability to pass arguments or callData for contract deploy/call/callStatic API (#768) (a828076)

  • Contract: Adjust fee calculation for contractCall tx using FATE backend (#793) (7254ac1)

  • Test: Increase code covarage (#830) (6f760fb)

  • Wallet: Use postMessage for communication with extension wall… (#815) (dc7b4c2)

BREAKING CHANGES

  • Node: Change node compatibility range to node >= 5.0.0 && node < 6.0.0
  • Compiler: Drop compiler version to version >= 4.0.0 && version < 5.0.0
  • ACI: Add additional method to RPC communication. Required sdk update on wallet side
    Add getContractByteCode API
  • Flavor: Remove deprecated params:
    • remove url and internalUrl instead use nodes: [ { name: 'NODE_NAME', instance: await Node({ url, internalUrl }) } ]
    • remove keypair params instead use accounts: [MemmoryAccount({ keypair })]
    • remove setKeypair function from Account stamps