Move to chainlib-eth

This commit is contained in:
nolash
2021-06-28 09:18:12 +02:00
parent 1826416df9
commit 85530a85f5
5 changed files with 48 additions and 29 deletions

View File

@@ -1,25 +1,27 @@
- 0.0.11
- Add list cli command
- 0.0.10
- Implement external signer
- Standardize cli arg flags
- Rename entry point executable names in setup
- 0.0.9
- Fix wrong abi path in registry.py
- 0.0.8
- Add executable to add writers and addresses after deploy
- 0.0.7
- Rename contracts-dir flag to abi-dir
- Use package data dir as default abi dir
- 0.0.6
- 0.0.12-pending
* Move to chainlib-eth
- 0.0.11-unreleased
* Add list cli command
- 0.0.10-unreleased
* Implement external signer
* Standardize cli arg flags
* Rename entry point executable names in setup
- 0.0.9-unreleased
* Fix wrong abi path in registry.py
- 0.0.8-unreleased
* Add executable to add writers and addresses after deploy
- 0.0.7-unreleased
* Rename contracts-dir flag to abi-dir
* Use package data dir as default abi dir
- 0.0.6-unreleased
* Add owner flag to deploy script
- 0.0.5
- 0.0.5-unreleased
* Rename solidity file, add return values from evm functions
- 0.0.4
- 0.0.4-unreleased
* Update dependency versions
- 0.0.3
- 0.0.3-unreleased
* Move deploy script to within setup
- 0.0.2
- 0.0.2-unreleased
* (unrecorded changes)
- 0.0.1
- 0.0.1-unreleased
* Simple solidity method wrapper