erc20-transfer-authorization

Simple approval escrow for ERC20 spending
Log | Files | Refs

CHANGELOG (527B)


      1 - 0.4.3
      2 	* Add contract metadata
      3 - 0.4.2
      4 	* Remove solidity compile warnings
      5 - 0.4.1
      6 	* Upgrade deps
      7 - 0.3.2-pending
      8 	* Move to chainlib-eth
      9 - 0.3.1-unreleased
     10 - 0.2.0-unreleased
     11 	* Implement external signer
     12 	* Standardize cli arg flags
     13 - 0.1.0
     14 	* Enable chronological access in spite of out-of-order processing 
     15 - 0.0.5
     16 	* Add python accessor
     17 - 0.0.4
     18 	* Rename contracts-dir flag to abi-dir
     19 	* Use package data dir as default abi dir
     20 - 0.0.3
     21 	* Add owner flag in deploy script
     22 - 0.0.2
     23 	* Rename module
     24 - 0.0.1
     25 	* Add deployer