Commit Graph

  • cef8011540
    nit: must-use on connect James 2023-01-31 11:29:47 -0500
  • adca59a95b
    add README.md DaniPopes 2023-01-31 15:09:58 +0100
  • 4918d83412
    fmt DaniPopes 2023-01-31 15:09:54 +0100
  • 91d88288a6
    chore(deps): bump futures-executor from 0.3.25 to 0.3.26 (#2096) dependabot[bot] 2023-01-30 21:29:14 -0800
  • 4c51655e68
    chore(deps): bump futures-util from 0.3.25 to 0.3.26 (#2097) dependabot[bot] 2023-01-30 21:29:04 -0800
  • fd02bbc418
    refactor(abigen): inline docs (#2090) DaniPopes 2023-01-31 06:28:57 +0100
  • ce02dd1bb4
    chore(deps): bump futures-util from 0.3.25 to 0.3.26 #2097 dependabot[bot] 2023-01-31 03:02:19 +0000
  • 5f10b279f1
    chore(deps): bump futures-executor from 0.3.25 to 0.3.26 #2096 dependabot[bot] 2023-01-31 03:02:11 +0000
  • 143e663ba4
    fix: unremove Default #2090 DaniPopes 2023-01-30 21:30:48 +0100
  • 93e1850646
    refactor/feat(abigen,types): add bytes::Bytes static methods, refactor struct declaration (#2089) DaniPopes 2023-01-30 21:12:35 +0100
  • 71c6fd4928
    feat: add convenience impl From Log (#2087) Matthias Seitz 2023-01-30 21:06:46 +0100
  • 60e1779626
    fix: add cfg to IntoFuture preventing Send (#2086) Matthias Seitz 2023-01-30 21:06:34 +0100
  • 9ebc5b378c
    feat(core): expose genesis and private key in Geth (#2091) Dan Cline 2023-01-30 14:57:34 -0500
  • 08514ea986
    fix(providers): use middleware associated err type (#2093) Dan Cline 2023-01-30 14:57:03 -0500
  • 62d0b31970
    doc #2095 DaniPopes 2023-01-30 20:14:49 +0100
  • 7327d7eab7
    c DaniPopes 2023-01-30 20:14:15 +0100
  • 50f3cfd90f
    feat(core): more type parsing DaniPopes 2023-01-30 20:06:05 +0100
  • 6cb1936090 fix(providers): use middleware associated err type #2093 Dan Cline 2023-01-29 22:40:22 -0500
  • b0d6498963
    chore(deps): bump ws_stream_wasm from 0.7.3 to 0.7.4 #2092 dependabot[bot] 2023-01-30 03:04:45 +0000
  • ff138e26fe refactor tests to clean up properly #2091 Dan Cline 2023-01-29 21:55:06 -0500
  • 76cc909852 add clique p2p port test Dan Cline 2023-01-29 21:52:07 -0500
  • 4374aab266 feat(core): expose genesis and private key in Geth Dan Cline 2023-01-29 21:07:44 -0500
  • f4570ca06c
    fix: Send IntoFuture James 2023-01-29 13:54:57 -0500
  • 7c1d6f88ba
    refactor: ContractCallInternal -> FunctionCall, ContractInternal -> ContractInstance James 2023-01-29 12:40:19 -0500
  • 33a3ea17ae
    fix: test compilation James 2023-01-27 12:48:26 -0500
  • a9af764da6
    docs: add usage note to doc and make sure contractcall is visible James 2023-01-27 12:45:56 -0500
  • c174059e1d
    test: add compile check to tests James 2023-01-27 12:32:53 -0500
  • ac5d19565b
    chore: changelog James 2023-01-27 11:33:48 -0500
  • 3e242f8383
    nit: remove commented out modules James 2023-01-27 11:32:40 -0500
  • 43cff00c8c
    refactor: preserve old connect usage James 2023-01-27 11:31:56 -0500
  • 68432942ff
    refactor: contract abstract over Borrow James 2023-01-27 10:25:27 -0500
  • 9a716e4eb5 chore: update geth structs #2064 Vid Kersic 2023-01-29 19:16:16 +0100
  • 7bb73bee40 chore: fix clippy Vid Kersic 2023-01-19 17:11:14 +0100
  • f561615283 feat: add support for js tracer to geth trace, fix different return types Vid Kersic 2023-01-19 16:57:41 +0100
  • 93dbb18f10
    mergings DaniPopes 2023-01-29 17:01:41 +0100
  • 7c25546bcb
    refactor: final doc DaniPopes 2023-01-29 13:33:13 +0100
  • c2dd4ec271
    chore: doc DaniPopes 2023-01-29 13:21:20 +0100
  • 0a8b52db05
    refactor: abigen docs DaniPopes 2023-01-29 13:08:33 +0100
  • cee46f57c1
    clippy #2089 DaniPopes 2023-01-29 14:12:50 +0100
  • a8009fd92c
    chore: add rustfmt skip directive DaniPopes 2023-01-29 14:02:42 +0100
  • 95c31b12d6
    feat: use static Bytes for bytecode DaniPopes 2023-01-29 13:54:24 +0100
  • bc0cc207db
    feat(types): implement bytes::Bytes static methods DaniPopes 2023-01-29 13:52:52 +0100
  • 80b424d63c
    refactor: final struct expansion DaniPopes 2023-01-29 13:36:47 +0100
  • 9d11acad22
    feat: use static Bytes for bytecode DaniPopes 2023-01-29 13:54:24 +0100
  • 70abb7a67d
    feat(types): implement bytes::Bytes static methods DaniPopes 2023-01-29 13:52:52 +0100
  • 5ff788b136
    refactor: final struct expansion DaniPopes 2023-01-29 13:36:47 +0100
  • c61fd6e842
    refactor: expansions, add docs, extra From impl DaniPopes 2023-01-29 13:35:35 +0100
  • 963f6167cc
    refactor: final doc DaniPopes 2023-01-29 13:33:13 +0100
  • eaf7177999
    refactor: method expansion DaniPopes 2023-01-29 13:32:52 +0100
  • 32f92694fa
    chore: structs conditional default DaniPopes 2023-01-29 13:25:35 +0100
  • 7eaadac184
    chore: doc DaniPopes 2023-01-29 13:21:20 +0100
  • e3881af073
    refactor: structs 3 DaniPopes 2023-01-29 13:10:16 +0100
  • 042a53723c
    refactor: abigen docs DaniPopes 2023-01-29 13:08:33 +0100
  • da3ddb1dd4
    chore: abigen derives and visibility DaniPopes 2023-01-29 13:05:28 +0100
  • 9738a8d9c1
    refactor: structs 2 DaniPopes 2023-01-29 13:04:55 +0100
  • 7ba2d7b252
    refactor: struct expansion DaniPopes 2023-01-29 13:02:06 +0100
  • 54879a8348 add #2088 into change log #2088 Will Qiu 2023-01-29 17:19:10 +0800
  • 8ffe5a40a4 add geth javascript tracer option and fix callTracer bug Will Qiu 2023-01-29 17:14:14 +0800
  • 19d4726448
    refactor: abigen derives DaniPopes 2023-01-28 19:28:08 +0100
  • d0bbcf8845 feat: add convenience impl From Log #2087 Matthias Seitz 2023-01-28 11:24:23 +0100
  • fd73486ef5 fix: add cfg to IntoFuture preventing Send #2086 Matthias Seitz 2023-01-27 23:42:28 +0100
  • 5c760693fb
    fix: add serde(default) to v,r,s in `Transaction` #2085 Georgios Konstantopoulos 2023-01-27 17:33:22 -0500
  • 7da559bbed
    fix(provider): Add Send bound to return type of JsonRpcClient::request (#2072) wigy 2023-01-27 22:57:08 +0100
  • 83b12a80e3
    Make ContractCall IntoFuture implement Send (#2083) Guillaume Malette 2023-01-27 14:54:49 -0500
  • eccf9f3835 chore: fmt #2083 Georgios Konstantopoulos 2023-01-27 14:54:12 -0500
  • 91247b127a
    chore: update CHAGELOG Guillaume Malette 2023-01-27 14:12:15 -0500
  • 09824d4db6
    fix(contracts): Add Send bound for IntoFuture implementation of ContractCall Guillaume Malette 2023-01-27 14:12:10 -0500
  • a7a558244d
    fix(contracts): Add a failing test showing that ContractCall IntoFuture is not Send Guillaume Malette 2023-01-27 14:04:09 -0500
  • f86bc2483f
    feat(solc): support emitting bytecode as extra files (#2074) Matthias Seitz 2023-01-27 19:15:03 +0100
  • ff05a8762b
    fix: add getrandom with js feature for wasm (#2076) Matthias Seitz 2023-01-27 19:14:26 +0100
  • 8ed95f1363
    chore(deps): bump reqwest from 0.11.13 to 0.11.14 (#2065) dependabot[bot] 2023-01-27 13:13:10 -0500
  • 0077da5ba5
    chore(deps): bump num_enum from 0.5.7 to 0.5.9 (#2073) dependabot[bot] 2023-01-27 13:12:46 -0500
  • d3ad5478ae
    feat(abi): add helper functions to access solidity types (#2081) Matthias Seitz 2023-01-27 19:12:32 +0100
  • 8ecd566930
    fix: add missing pub for tuple structs (#2080) Matthias Seitz 2023-01-27 19:07:27 +0100
  • 2c83a23d4b feat(abi): add helper functions to access solidity types #2081 Matthias Seitz 2023-01-27 14:39:27 +0100
  • 861fd0c317 fix: add missing pub for tuple structs #2080 Matthias Seitz 2023-01-27 13:36:24 +0100
  • cbb50060fd fix: add getrandom with js feature for wasm #2076 Matthias Seitz 2023-01-25 19:24:28 +0100
  • 2fa86cd85e feat(solc): support emitting bytecode as extra files #2074 Matthias Seitz 2023-01-25 17:41:00 +0100
  • 28d82999c8
    chore(deps): bump num_enum from 0.5.7 to 0.5.9 #2073 dependabot[bot] 2023-01-25 03:02:59 +0000
  • f729fdc02d fix(provider): Add Send bound to return type of JsonRpcClient::request #2072 Wigy 2023-01-24 15:08:08 +0100
  • 825fb7d8ea
    Update keystores.rs #2070 crypdough.eth 2023-01-23 22:16:39 -0500
  • 72d0d38c7c
    Update keystores.rs crypdough.eth 2023-01-23 21:45:46 -0500
  • 4de393d305
    Update examples/wallets/examples/keystores.rs crypdough.eth 2023-01-23 21:43:37 -0500
  • fd85de3eaa
    Update examples/wallets/examples/keystores.rs crypdough.eth 2023-01-23 21:43:26 -0500
  • c001406220
    Keystore Generation & Decryption crypdough.eth 2023-01-23 13:26:17 -0500
  • 0116130b87
    Fix to round-trip serialize and deserialize optional address (#2057) Ames 2023-01-22 13:08:43 -0800
  • 50ef8a78f9
    feat(etherscan): Allow `ClientBuilder` to create `Client` without API key (#2067) Yiannis M 2023-01-22 23:08:33 +0200
  • ea8c231834
    fix: ensure urls have trailing / (#2069) Matthias Seitz 2023-01-22 22:08:17 +0100
  • ba9258af04 chore: rustfmt #2069 Matthias Seitz 2023-01-22 19:57:07 +0100
  • a349d7801e fix: ensure urls have trailing / Matthias Seitz 2023-01-22 19:44:13 +0100
  • e9a808e84f
    fix(core): fix geth --init temp dir race condition (#2068) Dan Cline 2023-01-21 21:13:40 -0500
  • 3efab9c72f only use tempfile on non-wasm32 #2068 Dan Cline 2023-01-21 13:42:05 -0500
  • f86cb67ac7 fix(core): fix geth --init temp dir race condition Dan Cline 2023-01-20 22:49:16 -0500
  • 681332202d feat(etherscan): Allow `ClientBuilder` to create `Client` without API key #2067 oblique 2023-01-20 13:48:35 +0200
  • 8b41166991
    chore(deps): bump reqwest from 0.11.13 to 0.11.14 #2065 dependabot[bot] 2023-01-20 03:03:08 +0000
  • b8fa524e8e
    feat(core/geth): enable Clique mode (#2063) Georgios Konstantopoulos 2023-01-19 10:49:47 -0800
  • f2a2034958 examples: add Geth Clique example #2063 Georgios Konstantopoulos 2023-01-18 20:34:20 -0800
  • e562b866a1 feat(core/geth): disable discovery in clique mode Georgios Konstantopoulos 2023-01-18 19:36:12 -0800
  • 4d546c0144 feat(core/geth): add Clique mode Georgios Konstantopoulos 2023-01-18 19:28:59 -0800
  • 12096302ec feat(core/geth): add method for initing Clique genesis Georgios Konstantopoulos 2023-01-18 18:54:10 -0800