erc20-demurrage-token

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

CHANGELOG (1670B)


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