eth-accounts-index/python/CHANGELOG

26 lines
623 B
Plaintext
Raw Normal View History

2021-03-31 16:07:23 +02:00
- 0.0.11
- Add list cli command
- 0.0.10
2021-01-10 20:40:29 +01:00
- Implement external signer
- Standardize cli arg flags
2021-01-10 22:35:25 +01:00
- Rename entry point executable names in setup
2021-01-10 20:40:29 +01:00
- 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
2020-12-08 20:04:33 +01:00
- 0.0.6
* Add owner flag to deploy script
- 0.0.5
* Rename solidity file, add return values from evm functions
2020-12-02 09:18:57 +01:00
- 0.0.4
* Update dependency versions
2020-12-01 23:52:33 +01:00
- 0.0.3
2020-12-01 23:51:17 +01:00
* Move deploy script to within setup
2020-12-01 23:52:33 +01:00
- 0.0.2
* (unrecorded changes)
2020-12-01 23:51:17 +01:00
- 0.0.1
* Simple solidity method wrapper