Commit Graph

103 Commits

Author SHA1 Message Date
nolash 700c52089e Merge branch 'master' of file:///home/lash/src/client/cic/grassrootseconomics/chainlib-eth 2021-10-18 13:31:18 +02:00
nolash 76c8ff58fc Merge branch 'lash/cli-encode' 2021-10-18 13:30:06 +02:00
nolash 7abce82eef
Fix wrong variable name in encode cli 2021-10-18 13:28:53 +02:00
nolash d6b258f214 Merge remote-tracking branch 'origin/master' into lash/schmerge 2021-10-18 12:52:26 +02:00
Louis Holbrook 91d748d09f Merge branch 'lash/gas-checksum-cli' into 'master'
bug: Correct rpc format for gas cli request

See merge request chaintool/chainlib-eth!10
2021-10-18 10:49:40 +00:00
Louis Holbrook a188c4e6bb bug: Correct rpc format for gas cli request 2021-10-18 10:49:40 +00:00
Louis Holbrook 778994e07e Merge branch 'lash/cli-encode' into 'master'
feat: Add generic contract tx/call encoder cli tool

See merge request chaintool/chainlib-eth!6
2021-10-18 10:18:21 +00:00
Louis Holbrook 94e016366b feat: Add generic contract tx/call encoder cli tool 2021-10-18 10:18:20 +00:00
Louis Holbrook 2011ce8bb8 Merge branch 'lash/normalize-verify-sig' into 'master'
refactor: Normalize signature verification

See merge request chaintool/chainlib-eth!9
2021-10-18 10:07:03 +00:00
Louis Holbrook ab8c510fa0 refactor: Normalize signature verification 2021-10-18 10:07:03 +00:00
nolash ee6c97f581
Add tx wait method to test rpc 2021-10-11 21:12:59 +02:00
nolash 14ccb8d375
Bump version and deps 2021-10-10 12:18:11 +02:00
nolash 1c021fae2a
Bump version 2021-10-07 16:55:51 +02:00
nolash 46fecaf8c8
Add normalize tx in verify sig unittest 2021-10-07 16:55:23 +02:00
nolash b983938d80
Move all encoding steps to cliencoder 2021-10-06 07:52:19 +02:00
nolash 0e0dbf180e
Split cli helper classes to respective files 2021-10-06 07:44:53 +02:00
nolash e4d6b8d845
Add option to generate abi encoding without method 2021-10-06 07:30:07 +02:00
nolash 75c72b7828
Incorporate reset method for arg flags 2021-10-06 07:13:12 +02:00
nolash 55a72ed6d6
Add generic contract call/tx encoder tool 2021-10-06 06:57:51 +02:00
Daven Savoie dbc046d946 Merge branch 'daven/0.0.0' into 'master'
Daven/0.0.0

See merge request chaintool/chainlib-eth!5
2021-09-14 18:10:48 +00:00
Daven Savoie 335cf662ba Merge branch 'master' into 'daven/0.0.0'
# Conflicts:
#   requirements.txt
#   run_tests.sh
2021-09-14 18:09:24 +00:00
Daven Savoie 2402ffc669 Update .gitlab-ci.yml 2021-09-13 15:10:32 +00:00
Daven Savoie 1f57b9be33 Update .gitlab-ci.yml 2021-09-13 15:02:39 +00:00
nolash e73924622c
Set default pythonpath 2021-09-13 16:42:00 +02:00
nolash 4ec8eefe7c
Temporarily reinstate tests/base.py file 2021-09-13 16:38:11 +02:00
nolash 6f28311e52
Bump version 2021-09-13 16:35:45 +02:00
Daven Savoie 32aa31a3be Update .gitlab-ci.yml 2021-09-13 14:26:29 +00:00
Daven Savoie 1cec739040 Update .gitlab-ci.yml 2021-09-13 14:19:24 +00:00
Daven Savoie 1be9efabf6 Update .gitlab-ci.yml 2021-09-13 13:16:25 +00:00
Daven Savoie 6d80e31779 Update .gitlab-ci.yml 2021-09-13 13:12:40 +00:00
Daven Savoie 2829f77b4e Update requirements.txt 2021-09-13 12:32:07 +00:00
Daven Savoie 4fe382151e Update requirements.txt 2021-09-13 12:27:17 +00:00
nolash a3f8f92f9c
Upgrade chainlib (dumpconfig) 2021-09-13 08:49:44 +02:00
nolash ca39114819
Upgrade chainlib 2021-09-09 14:16:47 +02:00
nolash 152e2313e2
Bump version, deps 2021-09-08 17:53:34 +02:00
Daven Savoie 517c944bfa Update requirements.txt 2021-09-04 19:25:23 +00:00
Daven Savoie 8d3f4fda6e Update .gitlab-ci.yml 2021-09-04 19:22:47 +00:00
Daven Savoie 95190dda88 Update requirements.txt 2021-09-04 19:21:16 +00:00
Daven Savoie 60da256817 Add new file 2021-09-04 19:18:54 +00:00
Daven Savoie 5b0a7b2591 Update requirements.txt 2021-09-04 19:16:42 +00:00
nolash 6b5628cf28
Allow fee settings for read 2021-09-01 09:38:09 +02:00
nolash 5d7c5556d4
Fix gaslimit bug in chainlib eth cli 2021-08-28 10:24:46 +02:00
nolash 0f2a490218
Add dialect to packages 2021-08-27 14:45:24 +02:00
nolash 7e1bc536e2
Bump chainlib dep 2021-08-26 17:29:43 +02:00
nolash 6c19cd38b0
Add openethereum error parser, add dialect processor to config from args 2021-08-26 17:10:39 +02:00
nolash 5b1755e50d
Allow nonce/fee setting not to be present in chainlib cli 2021-08-25 12:05:48 +02:00
nolash bff9305aac
Override tx generator for block 2021-08-24 19:11:53 +02:00
nolash 418c54e9c7
Add generic wire methods for signer 2021-08-24 17:55:01 +02:00
Louis Holbrook ffcde95e5f Merge branch 'lash/chainlib-cli' into 'master'
Add docstrings

See merge request chaintool/chainlib-eth!1
2021-08-21 07:27:40 +00:00
Louis Holbrook d13708d3ce Add docstrings 2021-08-21 07:27:40 +00:00