erc20-demurrage-token/python/CHANGELOG

49 lines
1.6 KiB
Plaintext
Raw Normal View History

2023-08-14 15:10:09 +02:00
- 0.5.4
* Add Transfer() event emission to sweep() in contract
2023-05-18 07:42:14 +02:00
- 0.5.3
* Add texinfo documentation
* Add man page for publish tool
2023-03-26 08:34:27 +02:00
- 0.5.2
* Update ERC165 interface response for Expire
2023-03-26 09:03:44 +02:00
* Add ExpiryChange event
2023-03-26 08:34:27 +02:00
- 0.5.1
* Update ERC165 interface responses
- 0.5.0
* Change license
2023-03-22 08:58:25 +01:00
- 0.4.2
* Correct burn interface implementation
2023-03-19 10:23:51 +01:00
- 0.4.1
* Eliminate solidity compiler warnings
- 0.4.0
* Rename taxLevel to decayLevel in contract
2023-02-19 10:44:25 +01:00
* Add sweep contract method to fully empty one account into another
2023-02-19 09:07:25 +01:00
- 0.3.6
* Reinstate owner as minter by default
- 0.3.0
* Smart contracts use abdk math libraries, all exponential operations are static gas cost
* Add expiry features, after which balances are frozen and no more transfers or demurrage will occur
* Add sealable features for supply, sink address, expiry and minters (when sealed cannot be changed)
* Deployer script now takes demurrage amount as ppm instead of literal growth fraction
* Retire old multi and cap contracts
2023-02-10 17:19:03 +01:00
* Replace contract bitfields for redistributions with structs
2023-02-04 15:41:40 +01:00
- 0.2.0
* Add token burn function
* Fix gas leak when calculating decay on period change
* Remove all but SingleNocap contract in make install
* Make approve explicitly set value
* Add increaseAllowance and decreaseAllowance methods
2022-05-30 09:53:22 +02:00
- 0.1.1
* Settable demurrage steps for apply demurrage cli tool
- 0.1.0
* Dependency upgrades
2022-03-14 13:58:45 +01:00
- 0.0.11
* Apply demurrage cli tool
- 0.0.10
* Settable sink address
- 0.0.9
2022-03-14 13:58:45 +01:00
* Correct redistribution amount for SingleNocap contract
- 0.0.2
2021-06-28 11:46:05 +02:00
* Move to chainlib-eth
2022-03-14 13:58:45 +01:00
- 0.0.1
2021-06-28 11:46:05 +02:00
* Interface for redistributed and non-redistributed, with or without cap