eth-erc20/python/CHANGELOG

57 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-03-21 21:28:39 +01:00
* 0.7.0
- Implement proper burner interface method
2023-03-21 21:08:17 +01:00
* 0.6.2
- Add Giftable Token contract metadata
2023-02-22 11:49:25 +01:00
* 0.6.1
- Add explicit burn (reduces supply) to giftable token
* 0.6.0
- Add token expiry to giftable token
* 0.5.6
- Remove name and symbol lookup
- Remove decimals lookup for raw output
* 0.5.5
- Implement chainlib-gen for giftable token
* 0.5.4
- Enable setting sender address on contract read calls
* 0.5.3
- Fix giftable token cli commands
* 0.5.2
- Add block height to balance call
* 0.5.1
- Change license to AGPL3 and copyright waived to public domain
* 0.5.0
- Upgrade dependencies
* 0.4.1
2022-11-06 11:29:58 +01:00
- Implement chainlib 0.4.x for giftable token
- Fix broken inputs in erc20 cli tools
* 0.4.0
2022-05-15 09:08:33 +02:00
- Implement chainlib 0.3.0
2022-05-09 22:14:34 +02:00
* 0.3.1
- Upgrade chainlib to 0.2.0
2022-03-11 06:55:16 +01:00
* 0.1.10
- Apply transfer ownership protection in GiftableToken contract
* 0.1.9
- Add statictoken contract
* 0.0.10
2021-06-26 10:30:17 +02:00
- Upgrade chainlib dependency, providing customizable jsonrpc id
2021-06-28 09:08:56 +02:00
- Move to chainlib-eth
2022-03-11 06:55:16 +01:00
* 0.0.7
- 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