Commit Graph

  • 1b946447ae Add docstrings Louis Holbrook 2021-08-21 07:31:59 +0000
  • 64ba891b21
    Complete revert 0.0.4 changes nolash 2021-06-15 11:23:37 +0200
  • 1e73579824 Revert "Add stdin input to replace single positional argument" nolash 2021-06-15 11:22:36 +0200
  • 9f799a9805 Revert "Add tx reverse re-pack" nolash 2021-06-15 11:22:35 +0200
  • 8f05913261 Revert "Update changelog" nolash 2021-06-15 11:22:34 +0200
  • f1fa7125d2
    Update changelog nolash 2021-06-12 21:43:45 +0200
  • b9788adb18
    Add tx reverse re-pack nolash 2021-06-12 21:42:04 +0200
  • 494cb1e0af
    Add stdin input to replace single positional argument nolash 2021-06-11 23:00:20 +0200
  • 5bac222e9c
    Add noarg tx helpers, bytes32 in decoder nolash 2021-06-04 20:52:08 +0200
  • 3e3a351c2d
    Normalize receipt in Tx apply nolash 2021-05-27 14:25:48 +0200
  • b0779aa9f3
    Add readme nolash 2021-05-19 09:55:32 +0200
  • 2591a73950
    Add boolean to encoder nolash 2021-05-08 08:41:48 +0200
  • 3f3a2e7af4
    Bumpversion nolash 2021-05-07 17:24:41 +0200
  • dcd4e82ebe
    Update url nolash 2021-05-02 18:07:32 +0200
  • 08cfcf0a65
    Remove EIP165 nolash 2021-05-02 16:35:44 +0200
  • 69bb03d10c
    Remove ERC20 interface nolash 2021-05-02 14:49:34 +0200
  • 39c59cceb9
    Move code to external module nolash 2021-04-30 09:27:21 +0200
  • 139eb13f71
    Add EIP173, custom 'Owned' support nolash 2021-04-30 08:37:21 +0200
  • f26abe04ab
    Add eip173/owned interface, test contract, test stub nolash 2021-04-30 07:23:41 +0200
  • 219c24b624
    Add EIP165 support nolash 2021-04-29 08:35:53 +0200
  • 3241dfa9c5
    Update pytest fixture to use new RPC constructors nolash 2021-04-25 15:04:59 +0200
  • b9581e83e7
    Use tag instead of chain spec for rpc connection constructor registration nolash 2021-04-24 07:36:45 +0200
  • 9356ef53b2
    Add missing jsonrpc module, add address code retrieve to get cli util nolash 2021-04-17 13:01:26 +0200
  • a0dd37e944
    Remove logline nolash 2021-04-15 17:51:39 +0200
  • 29f4fdb777
    Add missing import in checksum cli nolash 2021-04-14 14:45:37 +0200
  • df4d62e3e7
    Add raw tx send cli nolash 2021-04-13 07:14:19 +0200
  • 113b90e5e3
    Rename price, limit args nolash 2021-04-13 06:50:33 +0200
  • a7017e16fe
    Bump version nolash 2021-04-09 16:06:38 +0200
  • bff46748be
    Implement minimum gas return of 1 in default gas oracle rpc nolash 2021-04-09 16:06:19 +0200
  • 72f49841f8 Merge branch 'lash/chain-stat' into 'master' Louis Holbrook 2021-04-08 15:39:33 +0000
  • ec07317dff Add chain stat, info cli Louis Holbrook 2021-04-08 15:39:32 +0000
  • 6cbb86ca16 Merge branch 'lash/abi-encoder' into 'master' Louis Holbrook 2021-04-04 12:55:27 +0000
  • b3d782b4bd Lash/abi encoder Louis Holbrook 2021-04-04 12:55:27 +0000
  • 1f19aecd0e
    Accept none value in build raw for to address nolash 2021-02-24 22:38:56 +0100
  • 17431dc000
    Fix faulty receipt status parse nolash 2021-02-24 12:48:11 +0100
  • 0918e44fb3
    Bump version nolash 2021-02-22 23:39:57 +0100
  • 50edca7106
    Add decimal bug in balance script, add receipts to tx + status enum nolash 2021-02-22 23:39:33 +0100
  • 244b3f0a93
    Bump version nolash 2021-02-20 21:11:49 +0100
  • fbfa7493f6
    Implement chain spec parsing in executable nolash 2021-02-19 14:57:08 +0100
  • b59d4b3c43
    Bump version nolash 2021-02-18 17:49:38 +0100
  • d417bbc938
    Add several missing files nolash 2021-02-18 09:29:52 +0100
  • 51e09e5287
    Bump version nolash 2021-02-17 21:20:48 +0100
  • 33e2509476
    Add chain id, network id accessor on chain nolash 2021-02-17 21:20:21 +0100
  • aaee1b2cfc
    Bump version nolash 2021-02-17 11:07:59 +0100
  • 295bfe8761
    Remove useless (and unavailable) cryptocurrent-cli-tools depedency nolash 2021-02-17 11:04:09 +0100
  • 0c43d17816
    Bump registry nolash 2021-02-17 10:13:22 +0100
  • 7838244a90
    Use nonce for gas transaction create nolash 2021-02-15 19:29:08 +0100
  • eb0162fc9a
    Replace placeholder nonce even if not used nolash 2021-02-15 19:27:06 +0100
  • 65af3c9e32
    Prevent nonce advance on call for erc20 methods nolash 2021-02-15 19:23:26 +0100
  • b4531c22cc
    Add missing encoding lib file nolash 2021-02-15 18:59:55 +0100
  • 6e44b903ed
    Add tx get script nolash 2021-02-12 00:24:10 +0100
  • a7ed9e9ad3
    Move hash wrappers to agnostic package nolash 2021-02-11 12:44:04 +0100
  • e0dc8e0192
    Move hash wrappers to agnostic package nolash 2021-02-11 12:43:54 +0100
  • 023504bc5d
    Bump version nolash 2021-02-11 10:16:25 +0100
  • 7c19b3616f
    Add block and tx class nolash 2021-02-11 10:16:05 +0100
  • a70744ea7b
    Correct url in setup script nolash 2021-02-11 09:03:38 +0100
  • 1794649ae9
    Rename complete nolash 2021-02-11 08:52:59 +0100
  • 62123850c8
    Rename package nolash 2021-02-11 08:45:26 +0100
  • 52426078be
    Bump version nolash 2021-02-09 16:00:41 +0100
  • ca582e09a3 Finish erc20 transfer script nolash 2021-02-09 15:53:58 +0100
  • 8be9b59556
    WIP add erc20 transfer executable nolash 2021-02-09 12:12:37 +0100
  • 1214434f4b
    Add executable to package nolash 2021-02-09 09:47:32 +0100
  • 585920f186
    Bump version nolash 2021-02-09 09:45:15 +0100
  • 779f12fe5a
    Add gas transfer script nolash 2021-02-09 09:42:46 +0100
  • 9c2c9642f9
    Bump version nolash 2021-02-08 11:33:51 +0100
  • 5fa3b91c05
    Add subscribe stub (with hardcoded url) nolash 2021-02-08 11:25:54 +0100
  • d85d96b325
    Decode nolash 2021-02-08 11:23:07 +0100
  • 4788326c4e
    Initial commit nolash 2021-02-08 10:39:42 +0100