2024-06-27 15:11 | Encode v value in tx src as hex | lash | 3 | +23 | -3 |
2024-06-16 20:11 | Update chainlib version | lash | 1 | +1 | -1 |
2024-06-16 20:06 | Use dialect filter for receipt, reinstate payload inputs | lash | 5 | +18 | -6 |
2024-04-14 13:55 | Revert input/data field hack in base dialect filter | lash | 2 | +9 | -9 |
2024-04-03 14:05 | Handle hex and int source for fee limit / cost | lash | 2 | +13 | -3 |
2024-04-02 11:19 | Handle missing block author, fix pysha break | lash | 3 | +22 | -10 |
2024-04-02 10:12 | Remove breaking pysha3 dependency | lash | 3 | +6 | -6 |
2023-08-17 07:29 | Fix crash in load tx when no dialect set | lash | 4 | +7 | -3 |
2023-08-13 16:54 | Implement dialect filters for tx, receipt sources, connect eth base dialect | lash | 7 | +23 | -13 |
2023-08-06 12:54 | Implement batch limit config flag | lash | 4 | +3 | -3 |
2023-06-27 20:22 | Fix breaking string arg for eth-encode cli tool | lash | 3 | +9 | -6 |
2023-06-10 09:04 | Limit python version to <3.11 | lash | 3 | +6 | -3 |
2023-06-10 08:17 | Replace pysha3 with safe-pysha3 | lash | 3 | +8 | -3 |
2023-06-03 11:41 | Base docs (cli tools), auto generate readme | lash | 9 | +144 | -4 |
2023-05-19 06:02 | Fix encode hex translate bug | lash | 3 | +4 | -2 |
2023-05-13 20:08 | Add roles and contracts index in unittest fixture | lash | 5 | +22 | -2 |
2023-05-08 06:25 | Add man pages to installer | lash | 13 | +1502 | -3 |
2023-05-08 05:23 | Allow short form in bytes and address cli encode | lash | 4 | +18 | -7 |
2023-03-29 09:17 | Implement tuple abi encoding support | lash | 8 | +203 | -39 |
2023-03-01 22:48 | Add dialect filter to info and block cli commands | lash | 4 | +6 | -4 |
2023-02-18 18:52 | Add bytes encoding | lash | 4 | +32 | -4 |
2023-02-13 06:32 | Bump version | lash | 1 | +1 | -1 |
2023-02-13 05:46 | Merge tag 'v0.4.14' into dev-0.4.15 | lash | 2 | +9 | -2 |
2023-02-13 05:43 | Enable setting sender address on contract calls from cli | lash | 7 | +17 | -29 |
2023-02-11 19:10 | Add wait to encode cli command | lash | 3 | +9 | -2 |
2023-02-11 12:44 | Upgrade base chainlib | lash | 1 | +1 | -1 |
2023-02-11 12:26 | Connect apply_block filter to block instantiation | lash | 6 | +17 | -15 |
2023-02-10 19:33 | Fix remaining cli tool bugs | lash | 4 | +6 | -3 |
2023-02-10 16:42 | Remove breaking arg flag in gas cli | lash | 2 | +1 | -5 |
2023-02-08 08:18 | Add arbitrary type definition for method signature in contract | lash | 3 | +29 | -3 |
2023-02-07 06:15 | Remove useless null arg | lash | 3 | +20 | -21 |
2023-02-06 04:58 | Remote fee lookup when using arg mode | lash | 4 | +9 | -2 |
2023-02-03 08:59 | Contract creation when recipient is omitted | lash | 4 | +6 | -5 |
2022-12-16 09:16 | Rename eth dialect filter object | lash | 2 | +4 | -4 |
2022-12-16 09:03 | Remove redundant filter test | lash | 1 | +0 | -42 |
2022-12-16 09:01 | Use object for dialect parsing across all child objects | lash | 1 | +36 | -32 |
2022-12-16 08:32 | Add support for custom processing of tx, block sources | lash | 6 | +82 | -19 |
2022-12-10 12:52 | Add support for different uint sizes | lash | 5 | +103 | -22 |
2022-11-14 18:46 | Update links in readme | lash | 2 | +2 | -2 |
2022-11-14 08:09 | Change license classifier | lash | 5 | +710 | -3 |
2022-11-14 07:17 | Change license to AGPL3, waive copyright | lash | 4 | +9 | -679 |
2022-11-12 13:33 | Add missing bits for flags generation | lash | 3 | +3 | -4 |
2022-11-06 10:28 | Unify human output, toggle fields in decode, get | lash | 11 | +43 | -46 |
2022-11-05 11:47 | Toggle raw output mode for raw cli tool | lash | 1 | +9 | -3 |
2022-11-05 07:11 | Allow no arg to block cli cmd | lash | 3 | +18 | -3 |
2022-11-04 07:33 | Update changelog for 0.4.1 | lash | 1 | +2 | -0 |
2022-11-04 07:32 | Replace faulty chainlib dep | lash | 2 | +2 | -2 |
2022-11-04 07:27 | Add output selection for eth-get cmd | lash | 10 | +84 | -65 |
2022-11-03 21:11 | Rehabilitate remaining cli tools for stdin arg refactor | lash | 10 | +121 | -56 |
2022-11-03 19:31 | Add flag to set value as total including fee | lash | 7 | +61 | -9 |
2022-11-03 12:34 | Reimplement stdin args | lash | 5 | +26 | -11 |
2022-11-03 09:02 | Add block height to eth-balance call | lash | 3 | +10 | -6 |
2022-11-03 08:52 | Enable contract create on eth-gas + easy parse zero-address | lash | 6 | +68 | -16 |
2022-10-13 13:17 | Use new cli flags generation for flags cli tool | lash | 4 | +30 | -15 |
2022-05-21 21:06 | Block number in cli accept, nonce bootstrap non-pending | lash | 2 | +4 | -1 |
2022-05-21 21:05 | Apply block number accept for block cli, non-pending nonce bootstrap | lash | 4 | +19 | -15 |
2022-05-18 22:01 | Correct tx status human output | lash | 3 | +6 | -4 |
2022-05-14 20:36 | Fix crash in human tx render on null receipt, order of rpc in rpc settings process | lash | 2 | +15 | -9 |
2022-05-14 20:05 | Compact gas price limit fields in tx json | lash | 1 | +4 | -2 |
2022-05-14 16:36 | Remove crashing logline in gas cli tool | lash | 1 | +2 | -2 |
2022-05-14 12:23 | Make wallet settings processing pass without recipient set | lash | 1 | +6 | -2 |
2022-05-13 13:44 | Add state config | lash | 1 | +4 | -0 |
2022-05-13 07:49 | Add contract process settings | lash | 2 | +3 | -2 |
2022-05-12 18:42 | Fix bug in handling of data and recipeint inputs | lash | 2 | +5 | -2 |
2022-05-12 18:30 | Update deps | lash | 1 | +1 | -1 |
2022-05-12 18:29 | Rehabilitate tests | lash | 4 | +20 | -0 |
2022-05-12 18:20 | Implement wait tool on settings module | lash | 4 | +35 | -24 |
2022-05-12 18:07 | Remove commented code | lash | 1 | +0 | -16 |
2022-05-12 18:05 | Implement get cli tool on settings modulewq | lash | 9 | +214 | -66 |
2022-05-12 16:13 | Implement 'raw' cli tool on settings module | lash | 1 | +1 | -1 |
2022-05-12 16:13 | Implement 'raw' cli tool on settings module | lash | 1 | +3 | -8 |
2022-05-12 16:12 | Implement 'raw' cli tool on settings module | lash | 2 | +72 | -51 |
2022-05-12 15:46 | Implement info cli tool on settings module | lash | 3 | +55 | -49 |
2022-05-12 15:19 | Implement decode tool on settings module | lash | 3 | +43 | -18 |
2022-05-12 15:08 | Implement block cli tool on settings module | lash | 1 | +24 | -13 |
2022-05-12 14:08 | implement gas tool on new settings module | lash | 2 | +57 | -31 |
2022-05-12 13:53 | Add settings module, implement for balance tool | lash | 2 | +21 | -16 |
2022-05-12 13:49 | Add settings module, implement for balance tool | lash | 3 | +62 | -20 |
2022-05-12 13:11 | Rehabilitate encode tool | lash | 1 | +27 | -11 |
2022-05-12 13:05 | Rehabilitate wait for tx tool | lash | 1 | +32 | -11 |
2022-05-12 12:58 | Rehabilitate raw cli tool | lash | 2 | +28 | -11 |
2022-05-12 11:23 | Rehabilitate chain info tool | lash | 1 | +29 | -9 |
2022-05-12 11:10 | Rehabilitate decode tool | lash | 2 | +29 | -5 |
2022-05-12 09:29 | Rehabilitate gas cli tool on new chainlib | lash | 4 | +37 | -16 |
2022-05-12 08:20 | Rehabilitate 'count' tool | lash | 7 | +243 | -22 |
2022-05-12 06:27 | Apply balance tool on new chainlib setup | lash | 3 | +27 | -16 |
2022-05-12 05:30 | Apply new arg and config handling from chainlib | lash | 4 | +28 | -20 |
2022-05-10 19:05 | Upgrade chainlib | lash | 1 | +1 | -1 |
2022-05-10 19:02 | Fix get cli tool, src generation bug | lash | 3 | +9 | -9 |
2022-05-09 19:21 | Correct method to property calls | lash | 2 | +3 | -3 |
2022-05-09 18:49 | Remove commented code | lash | 1 | +0 | -3 |
2022-05-09 18:46 | Complete test and refactor for generic tx, result, block objects | lash | 5 | +80 | -140 |
2022-05-09 10:00 | WIP implement generic tx and block | lash | 7 | +258 | -77 |
2022-05-07 11:31 | Add author property in block | lash | 3 | +6 | -1 |
2022-05-04 18:15 | Upgrade deps | lash | 1 | +3 | -3 |
2022-04-28 15:44 | Upgrade deps, bump vesrion | lash | 1 | +3 | -3 |
2022-04-28 15:43 | Bump dep | lash | 2 | +2 | -2 |
2022-04-26 21:36 | Add changelog detail | lash | 1 | +2 | -0 |
2022-04-19 19:46 | Add fee limit, fee price to Tx object | lash | 2 | +4 | -1 |
2022-04-10 19:05 | Bump chainlib dep | lash | 1 | +1 | -1 |
2022-04-10 19:04 | Add dict output | lash | 2 | +3 | -1 |
2022-03-06 19:33 | Upgrade deps | lash | 2 | +4 | -4 |
2022-03-01 14:43 | Handle int instead of hex signature values in pack from eth_tester | lash | 3 | +19 | -2 |
2022-03-01 07:50 | Allow encode without nonce when not tx, add rcpt src to tx | lash | 4 | +20 | -8 |
2022-02-25 11:07 | Add remaining man pages | lash | 17 | +131 | -9 |
2022-02-24 20:05 | Add more detail on examples | lash | 4 | +35 | -5 |
2022-02-24 19:00 | WIP add eth-encode overrides | lash | 1 | +1 | -0 |
2022-02-24 15:51 | Improve eth-encode interface with --format and --mode options | lash | 2 | +68 | -34 |
2022-02-24 12:07 | Add man page for eth-encode | lash | 3 | +40 | -0 |
2022-02-24 11:40 | Add chain spec example for eth-gas | lash | 3 | +26 | -4 |
2022-02-24 11:32 | Auto-apply overrides and examples if they exist, add examples for eth-gas | lash | 7 | +87 | -9 |
2022-02-24 10:36 | Add get man page, remove chain spec arg from get, info | lash | 7 | +55 | -5 |
2022-02-23 13:16 | Add makefile for man | lash | 2 | +10 | -1 |
2022-02-23 09:47 | Add environment description override | lash | 2 | +2 | -1 |
2022-02-22 14:47 | WIP add enviornment support | lash | 9 | +37 | -4 |
2022-02-20 18:27 | Upgrade chainlib, allow passphrase file for wallet key | lash | 3 | +6 | -2 |
2022-02-14 13:57 | Skip buggy hexathon | lash | 2 | +3 | -3 |
2022-02-12 12:30 | Make block by number compatible with geth | lash | 6 | +23 | -11 |
2022-01-23 20:36 | Enable unpack of pre EIP155 txs | lash | 3 | +5 | -2 |
2022-01-21 11:21 | Bump version to eliminate rlp cytoolz warnings | lash | 3 | +6 | -4 |
2022-01-21 00:15 | Revert "Bring in loglevel changes in chainlib, bump version" | lash | 4 | +3 | -10 |
2022-01-21 00:14 | Bring in loglevel changes in chainlib, bump version | lash | 4 | +10 | -3 |
2022-01-09 12:09 | Skip compulsory exec address for offline encode, add wait to raw | lash | 3 | +16 | -5 |
2022-01-07 12:53 | Remove padding in hex values in encode cli command | nolash | 3 | +8 | -6 |
2022-01-07 12:27 | Bump version | nolash | 1 | +1 | -1 |
2022-01-07 12:27 | Add raw output to notx/nosign encode (args only) | nolash | 1 | +3 | -0 |
2022-01-04 17:14 | Re-bump chainlib | nolash | 1 | +1 | -1 |
2022-01-04 17:09 | Bump chainlib | nolash | 2 | +2 | -2 |
2021-12-21 14:52 | Merge branch 'lash/funga' | nolash | 27 | +281 | -71 |
2021-12-21 14:50 | Add missing rpc verify config directive | nolash | 2 | +1 | -1 |
2021-12-10 01:35 | Correct inverted addess checksum check for gas cli | nolash | 3 | +5 | -3 |
2021-12-06 18:03 | Upgrade chainlib and self | nolash | 2 | +3 | -3 |
2021-12-06 18:00 | Add raw args option | nolash | 4 | +5 | -3 |
2021-11-15 13:29 | Enable call when wallet set for encode cli command | nolash | 3 | +5 | -3 |
2021-11-10 08:59 | Upgrade deps. commit patch version | nolash | 2 | +6 | -6 |
2021-11-04 11:20 | Fix wrong symbol for rpc call in eth-encode | nolash | 2 | +3 | -2 |
2021-10-30 14:49 | Fix remaining 0x problems | nolash | 6 | +10 | -5 |
2021-10-28 10:17 | Upgrade chainlib | nolash | 5 | +11 | -8 |
2021-10-25 09:24 | Handle null-value block hashes on receipts | nolash | 4 | +82 | -28 |
2021-10-25 07:57 | Fix missing conflict resolution in eth-encode, non-0x address fallthrough in eth-info | nolash | 4 | +21 | -6 |
2021-10-21 05:28 | Bump chainlib | nolash | 4 | +6 | -4 |
2021-10-19 17:40 | Add wait for hashes script | nolash | 4 | +120 | -4 |
2021-10-18 12:27 | Upgrade deps | nolash | 2 | +2 | -2 |
2021-10-18 12:23 | Replace crypto_dev_signer with funga | nolash | 15 | +25 | -24 |
2021-10-18 12:04 | Rehabilitate tests | nolash | 4 | +18 | -10 |
2021-10-18 11:57 | Rehabilitate tests | nolash | 3 | +21 | -13 |
2021-10-18 11:32 | Merge branch 'master' into 0.0.10-dev | nolash | 15 | +435 | -166 |
2021-10-18 11:31 | Merge branch 'master' of file:///home/lash/src/client/cic/grassrootseconomics/chainlib-eth | nolash | 3 | +12 | -4 |
2021-10-18 11:30 | Merge branch 'lash/cli-encode' | nolash | 14 | +422 | -161 |
2021-10-18 11:28 | Fix wrong variable name in encode cli | nolash | 1 | +4 | -1 |
2021-10-18 10:52 | Merge remote-tracking branch 'origin/master' into lash/schmerge | nolash | 15 | +428 | -165 |
2021-10-18 10:49 | Merge branch 'lash/gas-checksum-cli' into 'master' | Louis Holbrook | 3 | +10 | -5 |
2021-10-18 10:49 | bug: Correct rpc format for gas cli request | Louis Holbrook | 3 | +10 | -5 |
2021-10-18 10:18 | Merge branch 'lash/cli-encode' into 'master' | Louis Holbrook | 14 | +418 | -160 |
2021-10-18 10:18 | feat: Add generic contract tx/call encoder cli tool | Louis Holbrook | 14 | +418 | -160 |
2021-10-18 10:07 | Merge branch 'lash/normalize-verify-sig' into 'master' | Louis Holbrook | 3 | +5 | -3 |
2021-10-18 10:07 | refactor: Normalize signature verification | Louis Holbrook | 3 | +5 | -3 |
2021-10-11 19:12 | Add tx wait method to test rpc | nolash | 2 | +7 | -0 |
2021-10-10 10:18 | Bump version and deps | nolash | 2 | +2 | -2 |
2021-10-07 14:55 | Bump version | nolash | 1 | +1 | -1 |
2021-10-07 14:55 | Add normalize tx in verify sig unittest | nolash | 1 | +3 | -1 |
2021-10-06 05:52 | Move all encoding steps to cliencoder | nolash | 2 | +25 | -17 |
2021-10-06 05:44 | Split cli helper classes to respective files | nolash | 9 | +209 | -191 |
2021-10-06 05:30 | Add option to generate abi encoding without method | nolash | 2 | +17 | -4 |
2021-10-06 05:13 | Incorporate reset method for arg flags | nolash | 5 | +3 | -6 |
2021-10-06 04:57 | Add generic contract call/tx encoder tool | nolash | 7 | +261 | -39 |
2021-09-14 18:10 | Merge branch 'daven/0.0.0' into 'master' | Daven Savoie | 3 | +59 | -1 |
2021-09-14 18:09 | Merge branch 'master' into 'daven/0.0.0' | Daven Savoie | 6 | +7 | -8 |
2021-09-13 15:10 | Update .gitlab-ci.yml | Daven Savoie | 1 | +1 | -1 |
2021-09-13 15:02 | Update .gitlab-ci.yml | Daven Savoie | 1 | +0 | -1 |
2021-09-13 14:42 | Set default pythonpath | nolash | 1 | +5 | -1 |
2021-09-13 14:38 | Temporarily reinstate tests/base.py file | nolash | 1 | +12 | -0 |
2021-09-13 14:35 | Bump version | nolash | 5 | +6 | -6 |
2021-09-13 14:26 | Update .gitlab-ci.yml | Daven Savoie | 1 | +1 | -1 |
2021-09-13 14:19 | Update .gitlab-ci.yml | Daven Savoie | 1 | +1 | -0 |
2021-09-13 13:16 | Update .gitlab-ci.yml | Daven Savoie | 1 | +1 | -1 |
2021-09-13 13:12 | Update .gitlab-ci.yml | Daven Savoie | 1 | +2 | -1 |
2021-09-13 12:32 | Update requirements.txt | Daven Savoie | 1 | +0 | -1 |
2021-09-13 12:27 | Update requirements.txt | Daven Savoie | 1 | +1 | -0 |
2021-09-13 06:49 | Upgrade chainlib (dumpconfig) | nolash | 4 | +3 | -3 |
2021-09-09 12:16 | Upgrade chainlib | nolash | 2 | +3 | -3 |
2021-09-08 15:53 | Bump version, deps | nolash | 2 | +3 | -3 |
2021-09-04 19:25 | Update requirements.txt | Daven Savoie | 1 | +1 | -1 |
2021-09-04 19:22 | Update .gitlab-ci.yml | Daven Savoie | 1 | +1 | -1 |
2021-09-04 19:21 | Update requirements.txt | Daven Savoie | 1 | +1 | -1 |
2021-09-04 19:18 | Add new file | Daven Savoie | 1 | +41 | -0 |
2021-09-04 19:16 | Update requirements.txt | Daven Savoie | 1 | +1 | -0 |
2021-09-01 07:38 | Allow fee settings for read | nolash | 6 | +44 | -36 |
2021-08-28 08:24 | Fix gaslimit bug in chainlib eth cli | nolash | 3 | +4 | -3 |
2021-08-27 12:45 | Add dialect to packages | nolash | 1 | +2 | -1 |
2021-08-26 15:29 | Bump chainlib dep | nolash | 1 | +1 | -1 |
2021-08-26 15:10 | Add openethereum error parser, add dialect processor to config from args | nolash | 7 | +50 | -12 |
2021-08-25 10:05 | Allow nonce/fee setting not to be present in chainlib cli | nolash | 2 | +17 | -5 |
2021-08-24 17:11 | Override tx generator for block | nolash | 2 | +4 | -2 |
2021-08-24 15:55 | Add generic wire methods for signer | nolash | 8 | +71 | -26 |
2021-08-21 07:27 | Merge branch 'lash/chainlib-cli' into 'master' | Louis Holbrook | 33 | +1338 | -590 |
2021-08-21 07:27 | Add docstrings | Louis Holbrook | 33 | +1338 | -590 |
2021-06-28 07:10 | Reinstate hex input in abi decode | nolash | 3 | +10 | -6 |
2021-06-28 06:15 | Remove stray eth-abi dep | nolash | 3 | +1 | -2 |
2021-06-28 05:48 | Initial commit; receive all eth code from chainlib package | nolash | 59 | +4537 | -0 |