eth-erc20/python/CHANGELOG

20 lines
504 B
Plaintext
Raw Permalink Normal View History

* 0.0.7-unreleased
- Implement keystore signing.
- Change makefile to compile contract for Byzantium.
2021-04-04 14:47:32 +02:00
- Change mint method name to mintTo
- Add add minter executable script
* 0.0.6
- Rename contracts-dir flag to abi-dir
- Use package data dir as default abi dir
2020-12-08 19:37:20 +01:00
* 0.0.5
- Add token owner flag to deploy script
2020-12-08 16:06:24 +01:00
* 0.0.4
- Bundle abi in data subfolder
2020-12-07 11:41:06 +01:00
* 0.0.3
- Add gift executable
2020-12-01 23:54:17 +01:00
* 0.0.2
- Move deploy script to package
2020-11-17 19:23:57 +01:00
* 0.0.1
- Adapt Bancor ERC20 token contract
- Add deploy-and-gift script