eth-erc20

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

DateCommit messageAuthorFiles+-
2024-04-02 11:43Fix pysha breaklash3+4-4
2023-08-06 15:14Update depslash3+3-13
2023-07-27 06:36Factor out token publish in giftable token unittest fixturelash3+22-12
2023-06-29 19:55Add unittest for static tokenlash8+146-6
2023-05-30 16:38Add missing unittest module to erc20 packagelash7+13-3
2023-03-26 07:08BUmp versionlash1+1-1
2023-03-26 07:07Add ERC5679Ext20 fillslash10+46-20
2023-03-22 12:36Update changeloglash1+5-0
2023-03-22 12:34Update classifiers for pythonlash1+5-4
2023-03-22 10:40Upgrade depslash2+3-3
2023-03-21 20:28Rename total burned methodlash9+16-14
2023-03-21 20:08Add giftable token contract metadatalash17+203-186
2023-02-22 10:49bump versionlash2+5-1
2023-02-22 10:48Add burn to giftable tokebslash7+148-16
2023-02-21 20:28Add expire optionlash16+309-159
2023-02-19 16:14Skip unnecessary lookups in balance calllash3+25-16
2023-02-14 06:39Correct constructor args method namelash1+1-1
2023-02-14 06:03Correct optional arg return for bytecodelash1+1-1
2023-02-14 05:24Add named variables scheme for chainlib gen, args definitions returnlash2+12-6
2023-02-14 04:25Simplify chainlib find includelash3+11-21
2023-02-13 15:06Implement bytecode and contract constructor code for chainlib find toollash5+36-8
2023-02-13 06:38Add sender address option to cli for read callslash5+21-13
2023-01-24 15:54Fix giftable token cli commandslash4+57-36
2022-11-21 12:49feat: add height param to balanceOf callMohammed Sohail1+5-2
2022-11-23 16:04Bump version, correct license stringlash1+2-2
2022-11-14 08:04Change license to AGPL3, waive copyrightlash11+771-95
2022-11-06 10:29Implement for chainlib 0.4.xlash6+44-31
2022-11-03 19:26Update giftable token on chainlib 0.3.xlash7+120-71
2022-05-15 07:08Bump minor versionlash2+3-1
2022-05-13 07:43Implement CLI tools on chainlib 0.3.0 structurelash5+146-84
2022-05-09 20:14Upgrade chainliblash8+15-12
2022-04-20 22:05Correct chainlib-eth rangelash1+1-1
2022-04-20 21:42Upgrade depslash2+3-3
2022-04-05 19:14remove bogus spammy errorlash2+1-4
2022-04-02 11:11Loosen potaahto deplash1+1-1
2022-03-11 06:02Merge branch 'master' into dev-0.2.0lash6+15-12
2022-03-11 06:000.2.0 dependency editlash2+3-3
2022-03-11 05:55Add transfer ownership protectionlash7+16-13
2022-02-19 20:41Add specify info itemlash1+48-19
2022-02-19 20:31Reinstate info clilash2+82-1
2022-02-19 20:27Merge branch 'master' into lash/statictokenlash10+99-55
2022-02-11 12:50Merge branch 'Ida/ci-test' into 'master'Louis Holbrook7+44-8
2022-02-11 12:50add strip_0x to fix address tests that failIdaapayo7+44-8
2022-01-25 15:36Merge branch 'add-tests' into 'master'Blair Vanderlugt4+57-49
2022-01-25 15:36feat: seperate solc container for resuse, add caching, run testsBlair Vanderlugt4+57-49
2022-01-22 11:57Add bin, json in solidity dir for statictokenlash2+3-0
2022-01-22 11:56Add static token contractlash7+93-6
2021-12-21 10:39Bump versionnolash1+1-1
2021-12-21 10:26Soften requirementsnolash1+2-2
2021-12-18 11:26Merge branch 'philip/cleanup' into 'master'Philip Wafula3+18-27
2021-12-18 11:26Bump lib version.philip2+2-2
2021-12-15 06:27Bump lib patch version.philip1+1-1
2021-12-15 06:26Bumps confini version for parity.philip1+1-1
2021-12-15 06:20Bumps lib patch version.philip1+1-1
2021-12-15 06:20Bumps deps versions.philip1+2-3
2021-12-15 05:52Bumps patch version.philip1+1-1
2021-12-15 05:52Removes crypto-dev-signer from imports.philip1+14-22
2021-12-09 05:23Add ERC-173 to giftable tokennolash6+17-8
2021-11-24 21:12Add CONTRIBUTINGBlair Vanderlugt1+15-0
2021-11-24 21:05Add LICENSEBlair Vanderlugt1+661-0
2021-11-24 21:03Merge branch 'add-tests' into 'master'Blair Vanderlugt3+33-1
2021-11-24 21:03feat: add slither and unit test runBlair Vanderlugt3+33-1
2021-09-30 15:18Add id generator for approve, transfer fromnolash4+5-5
2021-08-24 19:37Use explicit pre-release signernolash3+3-16
2021-07-29 18:25Implement remaining cli tools on chainlib cli utilnolash12+212-378
2021-06-29 12:35Add allowance testnolash1+11-1
2021-06-29 06:28Add allowance handlernolash2+25-1
2021-06-28 10:49Correct hard-coded zero-address for balance aliasnolash1+1-1
2021-06-28 07:08Move to chainlib-ethnolash3+14-1
2021-06-28 07:07Move to chainlib-ethnolash2+2-1
2021-06-26 08:30Improve test coveragenolash15+279-147
2021-06-15 09:27Revert "Add decode script"nolash6+12-185
2021-06-15 09:01Add decode scriptnolash6+185-12
2021-05-08 06:38Bump versionnolash1+1-1
2021-05-08 04:56Add previously missing filesnolash7+638-0
2021-05-02 16:02Update urlnolash1+1-1
2021-05-02 14:33Update urlnolash8+53-8
2021-04-14 07:42Update signernolash3+4-4
2021-04-13 06:16Add settable gas price, nonce, optional sendnolash5+118-48
2021-04-04 12:47Merge branch 'lash/hunt-rlp-error' into 'master'Louis Holbrook15+315-159
2021-04-04 12:47Lash/hunt rlp errorLouis Holbrook15+315-159
2021-01-10 17:28Bump pre-releasenolash1+1-1
2021-01-10 17:28Add eth adapter enhancement from crypto-dev-signernolash3+8-57
2021-01-09 22:12Implement dict keystore and tx executor from crypto dev signernolash4+124-174
2021-01-09 17:12Consolidate signing and dispatch codenolash1+123-127
2021-01-09 00:24Use external keystore file for signing.nolash10+275-56
2020-12-18 09:34Rename abi filenolash6+4-5
2020-12-11 15:46Use package data dir as default for abinolash2+4-1
2020-12-11 15:45Rename contracts-dir flag to abi-dir, correct default data pathnolash2+8-2
2020-12-11 15:42Rename --contracts-dir to --abi-dirnolash3+9-9
2020-12-08 19:58Remove auto checksum addressnolash1+1-1
2020-12-08 18:37Add owner flag to deploy scriptnolash3+6-1
2020-12-08 17:02Add missing package path in setup confignolash3+12-2
2020-12-08 16:15Add missing data dirnolash3+5-2
2020-12-08 15:06Add solidity abi to package datanolash3+8-1
2020-12-07 10:41Add gift executablenolash4+71-1
2020-12-06 16:39Add visibility to constructornolash2+3-3
2020-12-06 16:37Add makefilenolash2+5-2
2020-12-06 13:12Rewrite contract, new license, adds settable mintersnolash5+135-167
2020-12-01 22:54Deploy script to package, dockerfilenolash14+306-279
2020-12-01 13:46Demote solidity to 0.6.12nolash1+2-1
2020-12-01 11:37Add requirements.txtnolash1+1-0
2020-11-30 10:37Remove g optionnolash1+6-9
2020-11-17 18:23Initial commitnolash7+285-0