2023-03-26 07:18 | Clean up makefile | lash | 2 | +0 | -23 |
2023-03-25 14:07 | Clean up parameter visibility, comment code | lash | 6 | +16 | -33 |
2023-03-24 11:10 | Set zero bytes for topic-less declaration | lash | 8 | +34 | -30 |
2023-03-24 10:38 | Implement all default tests for kv | lash | 5 | +118 | -110 |
2023-03-24 08:55 | Implement key value option | lash | 11 | +320 | -23 |
2023-03-22 12:43 | Update python classifiers, upgrade to beta | lash | 1 | +7 | -6 |
2023-03-21 17:03 | Add contract metadata | lash | 6 | +22 | -19 |
2023-03-20 07:34 | Remove haveDeclaration solidity method | lash | 7 | +10 | -20 |
2023-02-25 20:27 | Rehabilitate view command | lash | 5 | +28 | -9 |
2023-02-12 07:55 | Upgrade test deps | lash | 1 | +2 | -2 |
2023-02-11 05:54 | Remove unused imports in cli | lash | 3 | +0 | -7 |
2023-02-11 05:41 | Implement new chainlib arg setup, rename deploy to publish | lash | 6 | +217 | -177 |
2023-02-11 04:48 | Bump deps | lash | 2 | +2 | -2 |
2022-04-20 21:24 | Merge remote-tracking branch 'origin/master' into tmp | lash | 4 | +67 | -0 |
2022-04-20 21:23 | Upgrade deps | lash | 4 | +11 | -7 |
2022-02-20 19:47 | Merge branch 'Ida/ci-test' into 'master' | Blair Vanderlugt | 4 | +67 | -0 |
2022-02-20 19:47 | Add coverage and slither analysis | Idaapayo | 4 | +67 | -0 |
2022-02-20 05:19 | Add bump description to changelog | lash | 1 | +3 | -1 |
2022-02-19 19:46 | Fix bug overwriting content when more than one declaration | lash | 7 | +67 | -14 |
2021-11-15 13:38 | Bump to whole patch version | nolash | 3 | +8 | -5 |
2021-10-24 13:59 | Improve testrunner | nolash | 1 | +2 | -0 |
2021-10-24 13:35 | Create dev extra for unittest deps | nolash | 2 | +4 | -6 |
2021-10-24 13:32 | Move erc20 dep to tests | nolash | 2 | +1 | -2 |
2021-10-04 14:42 | Factor out eth-token-index | nolash | 3 | +1 | -169 |
2021-10-04 10:35 | Move token index, accounts index out of repo | nolash | 24 | +55 | -1040 |
2021-10-04 08:47 | Add deploy tools for token index, account registry | nolash | 5 | +168 | -5 |
2021-10-04 08:26 | Implement address declarator for token index | nolash | 16 | +359 | -162 |
2021-10-04 07:14 | Add test for address index for declarator implementation | nolash | 16 | +316 | -54 |
2021-09-09 06:29 | Add missing import to list exec | nolash | 2 | +2 | -1 |
2021-08-24 19:55 | Bump version | nolash | 1 | +1 | -1 |
2021-08-24 19:43 | Use explicit pre-release signeR | nolash | 4 | +9 | -5 |
2021-07-30 18:54 | Implement chainlib cli util for token index | nolash | 3 | +88 | -178 |
2021-07-30 18:13 | Correct version bump | nolash | 1 | +1 | -1 |
2021-07-30 18:12 | implement chainlib cli util | nolash | 6 | +171 | -224 |
2021-06-28 07:42 | Move to chainlib-eth | nolash | 8 | +50 | -23 |
2021-06-09 15:20 | Remove stale ethtx helper | nolash | 3 | +1 | -3 |
2021-05-13 09:34 | Add missing registry interface support sig | nolash | 1 | +3 | -0 |
2021-05-02 15:59 | Update url | nolash | 7 | +10 | -9 |
2021-04-30 15:22 | Implement EIP165 | nolash | 10 | +61 | -43 |
2021-04-30 15:13 | Split interface to separate file | nolash | 5 | +160 | -122 |
2021-04-30 14:27 | Update requirements | nolash | 3 | +8 | -105 |
2021-04-30 14:15 | Rehabilitate tests | nolash | 10 | +49 | -34 |
2021-04-14 07:45 | Upgrade deps | nolash | 3 | +4 | -4 |
2021-04-12 14:54 | Add settable gas price, nonce, optional send | nolash | 6 | +158 | -66 |
2021-04-04 12:40 | Upgrade chainlib | nolash | 7 | +17 | -19 |
2021-03-25 18:18 | Correct signature typo, update deps | nolash | 3 | +4 | -4 |
2021-03-25 08:27 | Add list runnable script | nolash | 2 | +40 | -11 |
2021-03-24 06:09 | Use requirements file for deps | nolash | 3 | +25 | -9 |
2021-03-22 16:59 | Add receipt waits to all runnables | nolash | 4 | +33 | -35 |
2021-03-22 16:23 | Rehabilitate address declarator runnables | nolash | 3 | +77 | -73 |
2021-03-22 16:11 | Rehabilitate token index runnables | nolash | 4 | +112 | -116 |
2021-03-21 12:27 | Rehabilitate address declarator with chainlib code, with tests | nolash | 5 | +333 | -209 |
2021-03-21 09:21 | Rehabilitate token index | nolash | 12 | +188 | -159 |
2021-03-06 21:57 | Add token index list script | nolash | 2 | +84 | -3 |
2021-02-19 14:35 | Chainspec import typo | nolash | 2 | +2 | -2 |
2021-02-19 12:50 | Import chainlib, parse chainspec | nolash | 6 | +18 | -13 |
2021-02-16 14:38 | Rehabilitate tests | nolash | 8 | +61 | -46 |
2021-02-09 18:28 | Add wait to token index add | nolash | 3 | +7 | -3 |
2021-02-07 15:33 | Upgrade signer | nolash | 1 | +2 | -2 |
2021-02-07 11:09 | Upgrade signeR | nolash | 1 | +2 | -2 |
2021-01-14 10:23 | Include signer fix without spammy logs | nolash | 3 | +9 | -3 |
2021-01-10 21:03 | Implement external signer | nolash | 17 | +226 | -143 |
2021-01-05 13:22 | Bump version | nolash | 2 | +3 | -1 |
2021-01-05 13:22 | Add declarator viewer cli | nolash | 2 | +87 | -2 |
2021-01-04 15:52 | Bump version | nolash | 2 | +2 | -2 |
2020-12-30 07:58 | Reinstate entry by indexmethod | nolash | 9 | +25 | -9 |
2020-12-29 21:27 | Add interface definitions for token index | nolash | 4 | +18 | -3 |
2020-12-29 20:19 | Add interface for token index | nolash | 13 | +208 | -19 |
2020-12-29 19:05 | Add token index executables | nolash | 12 | +135 | -209 |
2020-12-29 18:44 | Fix address declarator executables | nolash | 25 | +580 | -175 |
2020-12-29 16:33 | Simplify new implementation | nolash | 5 | +79 | -49 |
2020-12-29 15:11 | Refactor interfaces | nolash | 1 | +44 | -48 |
2020-12-29 15:08 | Refactor interfaces | nolash | 6 | +112 | -34 |
2020-12-22 08:33 | Bump version, add add script to setup | nolash | 2 | +4 | -1 |
2020-12-22 08:32 | Correct add script | nolash | 1 | +59 | -0 |
2020-12-22 06:52 | Add interface, contract token symbol external call | nolash | 9 | +203 | -9 |
2020-12-22 06:11 | Move test to python unittest | nolash | 3 | +5 | -3 |
2020-12-22 06:07 | Move test to python unittest | nolash | 3 | +136 | -0 |
2020-12-21 22:17 | Add dockerfile, changelog | nolash | 2 | +12 | -0 |
2020-12-21 22:10 | Rename deployer entrypoint | nolash | 1 | +1 | -1 |
2020-12-21 22:00 | Initial commit | nolash | 11 | +256 | -0 |