This repository was archived by the owner on Aug 12, 2024. It is now read-only.
v4.0.0
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-keyfrom cli for accounts (use--secret-key) - renamed api for
Account:get_private_key()toget_secret_key() - removde
Account.from_private_public_key_strings
- remove
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).