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