Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

v4.0.0

Choose a tag to compare

@noandrea noandrea released this 12 Jun 15:36
· 149 commits to master since this release
3924ecd

4.0.0 (compare)

BREAKING CHANGES

  • refactor(scm): update compatibility range for node 3.0.1 to 4.0.0 and compiler:3.1.0-4 (#214) (1e957d3).
  • refactor(scm): update compatibility range for compiler from >=3.1.0 to < 4.0.0 (#214) (1e957d3).
  • feat(fee): adjust the fee calculation for contract transactions (#212) (60aecbf).
  • refactor: clean deprecated (#215) (ea0e73e).
    • remove --privte-key from cli for accounts (use --secret-key)
    • renamed api for Account : get_private_key() to get_secret_key()
    • removde Account.from_private_public_key_strings

Bug Fixes

  • fix(state-channels): remove execution round storage (3875a66).
  • fix(state-channels): use kwargs instead of a named dict (cfb6853).
  • fix(state-channels): use kwargs instead of a named dict (311d119).

Features

  • feat(state-channels): add update event to enum (ad64584).
  • feat(state-channels): add update event to enum (cb3d8d7).
  • feat(state-channels): added a method to trigger transfer update (fcf5761).
  • feat(state-channels): added a method to trigger transfer update (712ee82). Related issues/PRs: #186
  • feat(state-channels): added contract related methods contract incl. poi (244bfc8). Related issues/PRs: #153
  • feat(state-channels): added contract support incl. poi (635ae9f).
  • feat(state-channels): added method to create a contract from on-chain contract (77724e6).
  • feat(state-channels): added method to create contract from on-chain contract (6499426).
  • feat(state-channels): added method to create contract from on-chain contract (b3b737e).
  • feat(state-channels): event handler for state-channel events incl. messages and error (23004a2).
  • feat(state-channels): event handler for state-channel events incl. messages and error (db9daa7).

Misc

  • build(dependencies): update dependencies (#213) (2a9e7e7).

Docs

  • docs(state-channels): define params in the docs (f19b70a).
  • docs: remove deprecated api in docs (62af9b1).