erc20-demurrage-token

ERC20 token with redistributed continual demurrage
Log | Files | Refs | README

CHANGELOG (1630B)


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