eth-erc20

ERC20 interface and example giftable token contract
Info | Log | Files | Refs | LICENSE

CHANGELOG (1705B)


      1 * 0.7.5
      2 	- Factor out token publish method in unittest fixture
      3 * 0.7.4
      4 	- Add missing unittest module to python package
      5 * 0.7.3
      6 	- Add ERC5679Ext20 fills
      7 * 0.7.2
      8 	- Update python classifiers
      9 	- Upgrade to beta
     10 * 0.7.1
     11 	- Upgrade deps
     12 * 0.7.0
     13 	- Implement proper burner interface method
     14 * 0.6.2
     15 	- Add Giftable Token contract metadata
     16 * 0.6.1
     17 	- Add explicit burn (reduces supply) to giftable token
     18 * 0.6.0
     19 	- Add token expiry to giftable token
     20 * 0.5.6
     21 	- Remove name and symbol lookup
     22 	- Remove decimals lookup for raw output
     23 * 0.5.5
     24 	- Implement chainlib-gen for giftable token
     25 * 0.5.4
     26 	- Enable setting sender address on contract read calls
     27 * 0.5.3
     28 	- Fix giftable token cli commands
     29 * 0.5.2
     30 	- Add block height to balance call
     31 * 0.5.1
     32 	- Change license to AGPL3 and copyright waived to public domain
     33 * 0.5.0
     34 	- Upgrade dependencies
     35 * 0.4.1
     36 	- Implement chainlib 0.4.x for giftable token
     37 	- Fix broken inputs in erc20 cli tools
     38 * 0.4.0
     39 	- Implement chainlib 0.3.0
     40 * 0.3.1
     41 	- Upgrade chainlib to 0.2.0
     42 * 0.1.10
     43 	- Apply transfer ownership protection in GiftableToken contract
     44 * 0.1.9
     45 	- Add statictoken contract
     46 * 0.0.10
     47 	- Upgrade chainlib dependency, providing customizable jsonrpc id
     48 	- Move to chainlib-eth
     49 * 0.0.7
     50 	- Implement keystore signing.
     51 	- Change makefile to compile contract for Byzantium.
     52 	- Change mint method name to mintTo
     53 	- Add add minter executable script
     54 * 0.0.6
     55 	- Rename contracts-dir flag to abi-dir
     56 	- Use package data dir as default abi dir
     57 * 0.0.5
     58 	- Add token owner flag to deploy script
     59 * 0.0.4
     60 	- Bundle abi in data subfolder
     61 * 0.0.3
     62 	- Add gift executable
     63 * 0.0.2
     64 	- Move deploy script to package
     65 * 0.0.1
     66 	- Adapt Bancor ERC20 token contract
     67 	- Add deploy-and-gift script