Commit Graph

  • b7b706b935
    chore(deps): bump bincode from 1.3.2 to 1.3.3 (#266) dependabot-preview[bot] 2021-04-15 19:46:51 +0300
  • 332fe4887b
    chore(deps): bump futures-util from 0.3.13 to 0.3.14 (#268) dependabot-preview[bot] 2021-04-15 19:46:45 +0300
  • 23489252a8
    chore(deps): bump reqwest from 0.11.2 to 0.11.3 (#271) dependabot-preview[bot] 2021-04-15 19:46:32 +0300
  • 05dbb77131
    chore(deps): bump tokio-util from 0.6.5 to 0.6.6 #272 dependabot-preview[bot] 2021-04-13 03:35:04 +0000
  • 72893d4cd5
    chore(deps): bump reqwest from 0.11.2 to 0.11.3 #271 dependabot-preview[bot] 2021-04-13 03:34:39 +0000
  • 06529eb4ec
    chore(deps): bump futures-core from 0.3.13 to 0.3.14 #270 dependabot-preview[bot] 2021-04-12 03:36:36 +0000
  • 1924277184
    chore(deps): bump futures-channel from 0.3.13 to 0.3.14 #269 dependabot-preview[bot] 2021-04-12 03:36:10 +0000
  • c5a9bdd4f0
    chore(deps): bump futures-util from 0.3.13 to 0.3.14 #268 dependabot-preview[bot] 2021-04-12 03:35:26 +0000
  • fbe45b5b47
    chore(deps): bump bincode from 1.3.2 to 1.3.3 #266 dependabot-preview[bot] 2021-04-12 03:34:53 +0000
  • 66a503d294
    refactor: make IPC generic over AsyncRead/Write (#264) Georgios Konstantopoulos 2021-04-08 11:44:48 +0300
  • 7037f550c2 chore(ipc): fix typo #264 Georgios Konstantopoulos 2021-04-08 11:13:36 +0300
  • 68fa5ba7d8 refactor: make IPC generic over AsyncRead/Write Georgios Konstantopoulos 2021-04-08 11:09:47 +0300
  • 42b10cca9a
    feat: implement IPC transport support (#260) Austin Abell 2021-04-08 02:52:31 -0400
  • 073ff36190
    chore: remove debug logs and use default geth ipc path #260 Georgios Konstantopoulos 2021-04-08 09:52:18 +0300
  • 40b0389cc5
    Merge branch 'master' of github.com:gakonst/ethers-rs into ipc austinabell 2021-04-07 18:19:09 -0400
  • ba41d19089
    Replace println usage in ws provider (#263) Austin Abell 2021-04-07 14:42:10 -0400
  • e5ba57d885
    Ignore test with Celo feat austinabell 2021-04-07 10:53:33 -0400
  • 34a54231e6
    fmt #263 austinabell 2021-04-07 10:51:24 -0400
  • 9f69847c69
    Replace println usage in ws provider austinabell 2021-04-07 10:16:11 -0400
  • faf4b0bb01
    Replace prints with tracing logs austinabell 2021-04-07 10:09:23 -0400
  • e1a4795b53
    Use tempfile for better cleanup (and OS support) austinabell 2021-04-06 12:49:53 -0400
  • 3c8bf933bc
    Update dep usage for ordering austinabell 2021-04-06 12:40:00 -0400
  • f10de9e8bd
    Switch hash function to siphash austinabell 2021-04-06 12:37:33 -0400
  • 21decf3687
    Cleanup subscription test austinabell 2021-04-06 12:33:15 -0400
  • 388ede6ded
    Setup geth ipc config and tests austinabell 2021-04-06 11:59:17 -0400
  • 13026b80a8
    Make result type consistent with crate austinabell 2021-04-06 11:03:18 -0400
  • aed6b5f052
    Fix logic austinabell 2021-04-06 11:01:11 -0400
  • 679fd3b499
    Document, add prints, cleanup austinabell 2021-04-06 11:00:02 -0400
  • bf27127040
    change futures dependency reference austinabell 2021-04-06 10:03:59 -0400
  • ab99ffe770
    Oops austinabell 2021-04-05 21:49:11 -0400
  • e2f2b1debf
    Cleanup austinabell 2021-04-05 21:31:07 -0400
  • 35a9473561
    Initial IPC setup austinabell 2021-04-05 21:22:27 -0400
  • 5f34c34ac2 #259 Georgios Konstantopoulos 2021-04-05 11:55:59 +0000
  • 2640757d8a
    docs: add example for mnemonic (#258) Georgios Konstantopoulos 2021-04-05 11:24:06 +0300
  • a033e410d6 docs: add example for mnemonic #258 Georgios Konstantopoulos 2021-04-05 11:06:25 +0300
  • e20342f2c0 cleanup: use helper secret_to_address function from ethers-core Georgios Konstantopoulos 2021-04-05 11:05:37 +0300
  • 79862ffda5
    feat: mnemonic phrase support for wallet (#256) Rohit Narurkar 2021-04-05 13:14:58 +0530
  • 9eb6e851ff feat: randomly generated mnemonic phrase can be written to storage #256 Rohit Narurkar 2021-04-04 23:45:18 +0500
  • 3140e16101 clippy: fix warnings for multiple complex types in provider Rohit Narurkar 2021-04-04 22:06:27 +0500
  • 12b7c09fa9 refactor: re-export coins-bip39 for convenience Rohit Narurkar 2021-04-04 22:06:01 +0500
  • af74ea1a6f refactor: convenient builder API to setup mnemonic wallet Rohit Narurkar 2021-04-04 21:00:05 +0500
  • de6d7cf925 chore: renamed package coins-bip39 Rohit Narurkar 2021-04-03 19:20:56 +0500
  • ef645c6df6 fix: derive from path and tests Rohit Narurkar 2021-04-03 19:01:18 +0500
  • de0d664e16 refactor: better error handling and clippy linting Rohit Narurkar 2021-04-03 16:18:34 +0500
  • 0a9ed675aa feat: mnemonic phrase support for wallet Rohit Narurkar 2021-04-03 13:01:47 +0500
  • 32b4e9e3f5
    fix(abigen): add indexed attribute when deriving EthEvent (#255) Matthias Seitz 2021-04-02 07:46:39 +0200
  • b6539a5b10 chore(clippy): make clippy happy #255 Matthias Seitz 2021-04-02 03:07:21 +0200
  • 89c975b33a fix(abigen): add indexed attribute when deriving EthEvent Matthias Seitz 2021-04-02 03:02:31 +0200
  • 6f56c5de6b
    chore(deps): bump anyhow from 1.0.39 to 1.0.40 #251 dependabot-preview[bot] 2021-04-01 17:04:27 +0000
  • 892d79cb5a
    chore(deps): bump elliptic-curve from 0.9.5 to 0.9.6 #244 dependabot-preview[bot] 2021-04-01 17:04:11 +0000
  • 5eb31ceae9
    chore: use latest ethabi (#253) Georgios Konstantopoulos 2021-04-01 20:02:34 +0300
  • 3f3eaada40 chore: use re-exported ethereum types #253 Georgios Konstantopoulos 2021-04-01 15:32:13 +0300
  • 9ddc93c9bc chore: use latest ethabi Georgios Konstantopoulos 2021-04-01 15:29:56 +0300
  • bc80b7d327
    chore(typo): fix two small typos (#249) guanqun 2021-03-31 16:21:20 +0800
  • 5dbed7cbd2
    chore: use upstream ethabi (#248) Georgios Konstantopoulos 2021-03-31 11:20:08 +0300
  • 6b7e4ace54 chore: make clippy happy #248 Georgios Konstantopoulos 2021-03-31 11:06:31 +0300
  • a4fcbd6a40
    chore(deps): bump async-trait from 0.1.42 to 0.1.48 #250 dependabot-preview[bot] 2021-03-29 03:33:51 +0000
  • fff384ccae chore(typo): fix two small typos #249 Guanqun Lu 2021-03-28 09:28:23 +0800
  • 59cfb2e508 chore: use upstream ethabi Georgios Konstantopoulos 2021-03-26 14:03:30 +0200
  • 66199bcbce
    chore(deps): bump pin-project from 1.0.5 to 1.0.6 #247 dependabot-preview[bot] 2021-03-26 03:50:33 +0000
  • b27d2f9afd
    chore(deps): bump arrayvec from 0.5.2 to 0.6.0 #246 dependabot-preview[bot] 2021-03-25 03:45:45 +0000
  • da4062cc67
    chore(deps): bump serde from 1.0.124 to 1.0.125 #245 dependabot-preview[bot] 2021-03-23 03:53:01 +0000
  • 971a8dd7a8
    chore(deps): bump anyhow from 1.0.38 to 1.0.39 (#243) dependabot-preview[bot] 2021-03-22 20:38:18 +0200
  • f3cb4f4f88
    chore(deps): bump tokio from 1.2.0 to 1.4.0 (#242) dependabot-preview[bot] 2021-03-22 20:37:58 +0200
  • 693f91bd72
    chore(deps): bump tokio from 1.2.0 to 1.4.0 #242 dependabot-preview[bot] 2021-03-22 11:10:51 +0000
  • 109337f138
    feat: add async setup utility functions (#241) Matthias Seitz 2021-03-22 12:09:12 +0100
  • 720775b2a1
    chore(deps): bump anyhow from 1.0.38 to 1.0.39 #243 dependabot-preview[bot] 2021-03-22 03:40:20 +0000
  • f21c51d104 chore: disable setup for wasm32 #241 Matthias Seitz 2021-03-21 22:15:17 +0100
  • fe7dc0718e chore: update examples with new setup functions Matthias Seitz 2021-03-21 22:04:42 +0100
  • 60643f4853 feat: add async compile and launch functions Matthias Seitz 2021-03-21 22:04:23 +0100
  • 816c5fc071
    feat(abigen): extend ethevent trait methods and decoding (#239) Matthias Seitz 2021-03-19 16:44:59 +0100
  • e018a703b0 fix: rename ethers top level module imports #239 Matthias Seitz 2021-03-19 14:59:37 +0100
  • 93e7728e29 fix: dsproxy name Matthias Seitz 2021-03-18 22:02:59 +0100
  • 7f82e4ed38 fix: make indexed names optional Matthias Seitz 2021-03-18 21:54:10 +0100
  • 2b2a5274a6 Revert "fix: rename the event correctly" Matthias Seitz 2021-03-18 21:39:14 +0100
  • 3d7b7f0cee fix: add missing indexed attribute Matthias Seitz 2021-03-18 21:20:02 +0100
  • 03eabc3ead fix: rename the event correctly Matthias Seitz 2021-03-18 21:18:09 +0100
  • 0810f043c8 chore(clippy): make clippy happy Matthias Seitz 2021-03-18 19:56:17 +0100
  • 234444a567 refactor: rename event function Matthias Seitz 2021-03-18 19:34:09 +0100
  • 30a85ffc76 test: update failing tests Matthias Seitz 2021-03-18 19:01:50 +0100
  • a67b30ceaf fix: make test compile again Matthias Seitz 2021-03-18 18:28:27 +0100
  • 36ac73e764 fix: switch to new Event builder Matthias Seitz 2021-03-18 18:12:21 +0100
  • cf29488aae refactor: use fully qualified syntax during abigen Matthias Seitz 2021-03-18 16:58:13 +0100
  • 855fd2deb2 feat: generate EthLogDecode implementations Matthias Seitz 2021-03-18 12:54:39 +0100
  • c4d87d11b8 feat: introduce EthLogDecode trait Matthias Seitz 2021-03-18 12:25:14 +0100
  • e071b32535 feat: add events enum generation Matthias Seitz 2021-03-18 11:24:49 +0100
  • cc96f5c0ce refactor: use ethers as fully qualified path Matthias Seitz 2021-03-18 10:57:11 +0100
  • 3e9159d834 refactor: change decode_log to take a reference Matthias Seitz 2021-03-18 10:10:36 +0100
  • 2513e1f3ff docs: document EthEvent proc macro attributes and add example Matthias Seitz 2021-03-17 19:44:21 +0100
  • e201e85486 test: check that ethevent proc macro attributes compile Matthias Seitz 2021-03-17 19:36:46 +0100
  • 245c57a06e feat: extend EthEvent with decode_log method and support indexed proc macro attributes Matthias Seitz 2021-03-17 19:33:36 +0100
  • 021f79cb77
    chore(deps): bump elliptic-curve from 0.9.4 to 0.9.5 (#237) dependabot-preview[bot] 2021-03-18 07:33:03 +0200
  • c525c71d96
    style: remove token instead cloning them (#236) Matthias Seitz 2021-03-18 06:31:49 +0100
  • c67a89ed32
    chore(deps): bump elliptic-curve from 0.9.4 to 0.9.5 #237 dependabot-preview[bot] 2021-03-18 03:31:11 +0000
  • f110112ef2 style: remove token instead cloning them #236 Matthias Seitz 2021-03-17 20:10:44 +0100
  • ac8da3cffb chore(clippy): update rename clippy lint #235 Matthias Seitz 2021-03-17 19:54:31 +0100
  • 05d2aa8579
    feat: update ethabi (#233) Georgios Konstantopoulos 2021-03-17 00:28:06 +0200
  • 1302bcd979 feat: update ethabi #233 Georgios Konstantopoulos 2021-03-16 21:43:21 +0200
  • 530bfe2b71
    feat: add support for EIP-234 and EIP-1898 (#231) Gabriel Coutinho de Paula 2021-03-16 16:46:07 -0300
  • 57010c1c60
    feat(abigen): include ethevent proc macro in abigen code gen workflow (#232) Matthias Seitz 2021-03-16 20:37:19 +0100