Commit Graph

  • 778994e07e Merge branch 'lash/cli-encode' into 'master' Louis Holbrook 2021-10-18 10:18:21 +0000
  • 94e016366b feat: Add generic contract tx/call encoder cli tool Louis Holbrook 2021-10-18 10:18:20 +0000
  • 2011ce8bb8 Merge branch 'lash/normalize-verify-sig' into 'master' Louis Holbrook 2021-10-18 10:07:03 +0000
  • ab8c510fa0 refactor: Normalize signature verification Louis Holbrook 2021-10-18 10:07:03 +0000
  • 050b6a9aeb Merge remote-tracking branch 'origin/0.0.10-dev' into lash/args-only lash/args-only nolash 2021-10-11 21:14:15 +0200
  • ee6c97f581
    Add tx wait method to test rpc nolash 2021-10-11 21:12:59 +0200
  • 9018aefcbe
    Upgrade chainlib, switch to funga for signer nolash 2021-10-11 18:21:07 +0200
  • dee523bada
    Add raw args option for tx factory nolash 2021-10-10 17:56:30 +0200
  • 14ccb8d375
    Bump version and deps nolash 2021-10-10 12:18:11 +0200
  • 1c021fae2a
    Bump version nolash 2021-10-07 16:55:51 +0200
  • 46fecaf8c8
    Add normalize tx in verify sig unittest nolash 2021-10-07 16:55:23 +0200
  • b983938d80
    Move all encoding steps to cliencoder nolash 2021-10-06 07:52:19 +0200
  • 0e0dbf180e
    Split cli helper classes to respective files nolash 2021-10-06 07:44:53 +0200
  • e4d6b8d845
    Add option to generate abi encoding without method nolash 2021-10-06 07:30:07 +0200
  • 75c72b7828
    Incorporate reset method for arg flags nolash 2021-10-06 07:13:05 +0200
  • 55a72ed6d6
    Add generic contract call/tx encoder tool nolash 2021-10-06 06:57:51 +0200
  • dbc046d946 Merge branch 'daven/0.0.0' into 'master' Daven Savoie 2021-09-14 18:10:48 +0000
  • 335cf662ba Merge branch 'master' into 'daven/0.0.0' Daven Savoie 2021-09-14 18:09:24 +0000
  • 2402ffc669 Update .gitlab-ci.yml Daven Savoie 2021-09-13 15:10:32 +0000
  • 1f57b9be33 Update .gitlab-ci.yml Daven Savoie 2021-09-13 15:02:39 +0000
  • e73924622c
    Set default pythonpath nolash 2021-09-13 16:42:00 +0200
  • 4ec8eefe7c
    Temporarily reinstate tests/base.py file nolash 2021-09-13 16:38:11 +0200
  • 6f28311e52
    Bump version nolash 2021-09-13 16:35:45 +0200
  • 32aa31a3be Update .gitlab-ci.yml Daven Savoie 2021-09-13 14:26:29 +0000
  • 1cec739040 Update .gitlab-ci.yml Daven Savoie 2021-09-13 14:19:24 +0000
  • 1be9efabf6 Update .gitlab-ci.yml Daven Savoie 2021-09-13 13:16:25 +0000
  • 6d80e31779 Update .gitlab-ci.yml Daven Savoie 2021-09-13 13:12:40 +0000
  • 2829f77b4e Update requirements.txt Daven Savoie 2021-09-13 12:32:07 +0000
  • 4fe382151e Update requirements.txt Daven Savoie 2021-09-13 12:27:17 +0000
  • a3f8f92f9c
    Upgrade chainlib (dumpconfig) nolash 2021-09-13 08:49:44 +0200
  • ca39114819
    Upgrade chainlib nolash 2021-09-09 14:16:36 +0200
  • 152e2313e2
    Bump version, deps nolash 2021-09-08 17:53:34 +0200
  • 517c944bfa Update requirements.txt Daven Savoie 2021-09-04 19:25:23 +0000
  • 8d3f4fda6e Update .gitlab-ci.yml Daven Savoie 2021-09-04 19:22:47 +0000
  • 95190dda88 Update requirements.txt Daven Savoie 2021-09-04 19:21:16 +0000
  • 60da256817 Add new file Daven Savoie 2021-09-04 19:18:54 +0000
  • 5b0a7b2591 Update requirements.txt Daven Savoie 2021-09-04 19:16:42 +0000
  • 6b5628cf28
    Allow fee settings for read nolash 2021-09-01 09:38:09 +0200
  • 5d7c5556d4
    Fix gaslimit bug in chainlib eth cli nolash 2021-08-28 10:24:46 +0200
  • 0f2a490218
    Add dialect to packages nolash 2021-08-27 14:45:24 +0200
  • 7e1bc536e2
    Bump chainlib dep nolash 2021-08-26 17:29:43 +0200
  • 6c19cd38b0
    Add openethereum error parser, add dialect processor to config from args nolash 2021-08-26 17:10:39 +0200
  • 5b1755e50d
    Allow nonce/fee setting not to be present in chainlib cli nolash 2021-08-25 12:05:48 +0200
  • bff9305aac
    Override tx generator for block nolash 2021-08-24 19:11:53 +0200
  • 418c54e9c7
    Add generic wire methods for signer nolash 2021-08-24 17:55:01 +0200
  • ffcde95e5f Merge branch 'lash/chainlib-cli' into 'master' Louis Holbrook 2021-08-21 07:27:40 +0000
  • d13708d3ce Add docstrings Louis Holbrook 2021-08-21 07:27:40 +0000
  • 8374d83045
    Reinstate hex input in abi decode nolash 2021-06-28 09:10:53 +0200
  • e39b91d433
    Remove stray eth-abi dep nolash 2021-06-28 08:15:32 +0200
  • f8afc172c6
    Initial commit; receive all eth code from chainlib package nolash 2021-06-28 07:48:36 +0200