eth-accounts-index/python/CHANGELOG

54 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2023-05-07 01:02:15 +02:00
* 0.5.3
- Add unittest module to packaging
* 0.5.2
- Move test fixture to unittest module
* 0.5.1
- Simplify contract events
- Split interfaces for mutable and immutable registries
* 0.4.x, 0.5.0
- Update packaging to beta
- Change licence to AGPL
* 0.3.6
- Correctly implement writer interface in contract
- Add contract json metadata in python package data
2023-03-17 22:38:00 +01:00
* 0.3.5
- Remove contract compile warnings
* 0.3.4
- Add time added entry
2023-02-11 10:54:28 +01:00
* 0.3.3
- Rename cli script from deploy to publish
- Refactor cli scripts to use current chainlib setup
2023-02-12 08:51:58 +01:00
- Add activate and deactivate option
2023-02-11 10:54:28 +01:00
* 0.3.2
- Add remove option
* 0.3.0
- Upgrade deps
2022-03-11 09:09:13 +01:00
* 0.1.5
- Add missing add_0x in writer cli
* 0.0.11
- Add list cli command
2022-03-11 09:09:13 +01:00
* 0.0.10
- Implement external signer
- Standardize cli arg flags
- Rename entry point executable names in setup
2022-03-11 09:09:13 +01:00
* 0.0.9
- Fix wrong abi path in registry.py
2022-03-11 09:09:13 +01:00
* 0.0.8
- Add executable to add writers and addresses after deploy
2022-03-11 09:09:13 +01:00
* 0.0.7
- Rename contracts-dir flag to abi-dir
- Use package data dir as default abi dir
2022-03-11 09:09:13 +01:00
* 0.0.6
2020-12-08 20:04:33 +01:00
* Add owner flag to deploy script
2022-03-11 09:09:13 +01:00
* 0.0.5
* Rename solidity file, add return values from evm functions
2022-03-11 09:09:13 +01:00
* 0.0.4
2020-12-02 09:18:57 +01:00
* Update dependency versions
2022-03-11 09:09:13 +01:00
* 0.0.3
2020-12-01 23:51:17 +01:00
* Move deploy script to within setup
2022-03-11 09:09:13 +01:00
* 0.0.2
2020-12-01 23:52:33 +01:00
* (unrecorded changes)
2022-03-11 09:09:13 +01:00
* 0.0.1
2020-12-01 23:51:17 +01:00
* Simple solidity method wrapper