Commit Graph

  • b48e31a5e6
    http:// to https:// on Celo link #2193 Marius Kjærstad 2023-02-25 07:45:06 +0100
  • 620300f357 chore: top-up testnet wallets Georgios Konstantopoulos 2023-02-24 16:53:10 -0800
  • 7d54e3099c
    chore(deps): bump num_enum from 0.5.10 to 0.5.11 (#2184) dependabot[bot] 2023-02-24 16:45:22 -0800
  • c2c1d6efa5
    chore: bump svm (#2185) Matthias Seitz 2023-02-25 01:45:17 +0100
  • f59153ba66
    fix(core): i256 docs (#2187) DaniPopes 2023-02-25 01:44:47 +0100
  • 3d4820df4a
    improve script DaniPopes 2023-02-25 00:20:42 +0100
  • 5a1d97a16d
    fix: wasm DaniPopes 2023-02-25 00:16:13 +0100
  • f7e02baad8
    fix: install script path DaniPopes 2023-02-24 23:47:46 +0100
  • 504b77c5c3
    ci: remove unusable targets DaniPopes 2023-02-24 23:44:45 +0100
  • e0e7876af1
    chore: update geth.rs DaniPopes 2023-02-24 23:44:24 +0100
  • 5ca98643a6
    chore: rm unused audit.toml DaniPopes 2023-02-24 23:44:15 +0100
  • 4cee8920a4
    ci: add deny CI DaniPopes 2023-02-24 23:14:04 +0100
  • 2187353407
    ci: update security audit DaniPopes 2023-02-24 22:43:04 +0100
  • 5f32e983e9
    test: rm useless test DaniPopes 2023-02-24 22:33:58 +0100
  • 75f63f9d6d
    ci: add aarch64 targets DaniPopes 2023-02-24 22:30:23 +0100
  • 8c0cb71eb5
    fix: only run wasm in own job DaniPopes 2023-02-24 22:29:45 +0100
  • 017db8ba11
    fix: dev deps DaniPopes 2023-02-24 22:17:52 +0100
  • 49c7b24fc8
    fix: action exclude DaniPopes 2023-02-24 22:13:47 +0100
  • 7a88c65c16
    update script DaniPopes 2023-02-24 22:09:39 +0100
  • e06fcd4fd3
    fix: quote tests DaniPopes 2023-02-24 22:07:44 +0100
  • dcd1ef2eda
    fix: test command DaniPopes 2023-02-24 21:57:53 +0100
  • f8696c2b7a
    chore: clippy DaniPopes 2023-02-24 21:43:33 +0100
  • 9e334780d9
    chore: clippy DaniPopes 2023-02-24 21:42:05 +0100
  • 376b8ce5d7
    chore: clippy DaniPopes 2023-02-24 21:39:31 +0100
  • 5f2de7b99d
    tests: move to single binary DaniPopes 2023-02-24 21:36:00 +0100
  • 0d14b4c447
    fix: wasm typo DaniPopes 2023-02-24 21:16:58 +0100
  • 8ae67b4720
    fix: use curl for windows installation DaniPopes 2023-02-24 21:16:51 +0100
  • 362de60dd1
    fix DaniPopes 2023-02-24 21:03:20 +0100
  • f805e8a0f5
    fix: install script DaniPopes 2023-02-24 20:51:28 +0100
  • 50a4b2a8a2
    ci: improve main CI jobs DaniPopes 2023-02-24 20:45:48 +0100
  • f7963d0fb4
    nits DaniPopes 2023-02-24 18:43:00 +0100
  • 70f3b83599
    ci: move to scripts directory DaniPopes 2023-02-24 18:42:40 +0100
  • 239135b8b4
    add doc #2187 DaniPopes 2023-02-24 12:15:25 +0100
  • d41391ba81
    fix(core): i256 docs DaniPopes 2023-02-24 12:13:25 +0100
  • 7ec12abfbc chore: bump svm #2185 Matthias Seitz 2023-02-24 10:09:21 +0100
  • b5942a6688
    chore(deps): bump num_enum from 0.5.10 to 0.5.11 #2184 dependabot[bot] 2023-02-24 03:59:34 +0000
  • 7e12f3ba36
    feat(core): improve I256 implementation (#2180) DaniPopes 2023-02-24 01:21:41 +0100
  • dc2d5f164f
    chore: return #2180 DaniPopes 2023-02-23 23:58:06 +0100
  • b9c38994fc
    chore: clippy DaniPopes 2023-02-23 23:54:59 +0100
  • 283cbcb330
    feat: make arithmetic ops generic to match U256 DaniPopes 2023-02-23 23:11:11 +0100
  • 3cf5ed927a
    fix: use usize for shifting, add more shift ops DaniPopes 2023-02-23 22:54:01 +0100
  • 48dc4b1ee2
    chore(deps): bump syn from 1.0.107 to 1.0.108 (#2178) dependabot[bot] 2023-02-23 13:15:40 -0800
  • 76a253575b
    chore: use inline(always), update implementations DaniPopes 2023-02-23 21:58:44 +0100
  • c679d402cb
    chore: bump svm-rs (#2179) Matthias Seitz 2023-02-23 21:48:41 +0100
  • 0b8cf634b8 update test #2179 Matthias Seitz 2023-02-23 21:27:40 +0100
  • 785e682d40
    fix: signum DaniPopes 2023-02-23 21:07:24 +0100
  • 5e6598acda
    chore: update docs, add attributes, use Self DaniPopes 2023-02-23 21:05:56 +0100
  • d4a9194bae
    chore: reorganize impls DaniPopes 2023-02-23 18:50:47 +0100
  • 4fb1db640b
    feat(core): improve I256 implementation DaniPopes 2023-02-23 17:47:26 +0100
  • f157e3db93 relax semver Matthias Seitz 2023-02-23 16:46:23 +0100
  • 3137a03044 chore: bump svm-rs Matthias Seitz 2023-02-23 16:41:04 +0100
  • 6044a769d1
    chore(deps): bump syn from 1.0.107 to 1.0.108 #2178 dependabot[bot] 2023-02-23 03:15:58 +0000
  • 2090bf560e
    Expose contract revert errors in the ContractError struct (#2172) James Prestwich 2023-02-22 14:52:25 -0800
  • c430c11476
    fix: danipope test comment #2172 James 2023-02-22 12:50:32 -0800
  • 348d1d8abd formatting ameanasad 2023-02-22 14:47:56 -0500
  • b348cdbaf0 feat: add filecoin chains ameanasad 2023-02-22 14:45:48 -0500
  • 5743fc9b72
    chore: Changelog James 2023-02-21 17:35:58 -0800
  • 35cb9c9d72
    chore: rustfmt James 2023-02-21 17:19:04 -0800
  • d371d802cb
    docs: add all missing rustdoc for ethers-contract James 2023-02-21 17:15:55 -0800
  • 82ca559036
    fix: allow empty revert string James 2023-02-21 17:01:54 -0800
  • 1485a78222
    chore: clippy James 2023-02-21 16:36:28 -0800
  • 96829ecdb4
    chore: remove redundant test James 2023-02-21 16:16:02 -0800
  • 6a2a9efaa1
    fix: correctly remove signature when deserializing EthErrors James 2023-02-21 15:55:40 -0800
  • e16355a873
    feature: bubble up reverts to multicall James 2023-02-21 15:24:48 -0800
  • 4efba4680b
    feature: bubble up revert to contract error James 2023-02-20 17:21:21 -0800
  • 813fdcd872
    feature: spelunk for revert errors James 2023-02-20 17:03:20 -0800
  • ee5e3e52c0
    fmt: run rustfmt (#2176) James Prestwich 2023-02-21 16:52:20 -0800
  • 7534f9bfcf
    fmt: run rustfmt #2176 James 2023-02-21 16:17:16 -0800
  • e55b8116f3
    feat(contract): improve Multicall result handling (#2164) DaniPopes 2023-02-21 03:50:28 +0100
  • 3732de844c
    fix(abigen): builtin trait derives (#2170) DaniPopes 2023-02-21 01:27:43 +0100
  • c21362b696
    Make order of types in shared_types deterministic (#2169) Mathis 2023-02-21 01:18:31 +0100
  • 2f85e73049
    chore(deps): bump num_enum from 0.5.9 to 0.5.10 (#2168) dependabot[bot] 2023-02-20 16:17:32 -0800
  • bdcf9b01b0
    chore(deps): bump http from 0.2.8 to 0.2.9 (#2167) dependabot[bot] 2023-02-20 16:17:20 -0800
  • ef6e7f41a1
    Refactor: organize ethers-providers (#2159) James Prestwich 2023-02-20 15:55:36 -0800
  • 33ed94851c
    chore: added canto network (#2171) Muhammad Syahrul Nizam 2023-02-21 05:51:06 +0800
  • 808da6971e
    fix: DaniPopes's nits #2159 James 2023-02-20 11:16:56 -0800
  • 2ac598b19a
    fix: remove deprecation James 2023-02-20 11:07:12 -0800
  • 69413c490b
    docs: make them suck less James 2023-02-20 10:59:17 -0800
  • a960488618 chore: added canto network #2171 syahrul 2023-02-21 02:46:43 +0800
  • 124496fa9f
    chore: use unreachable #2170 DaniPopes 2023-02-20 19:14:12 +0100
  • 9c4165e962
    chore: clippy DaniPopes 2023-02-20 19:12:35 +0100
  • 36b544d34e
    chore: edition 2021 DaniPopes 2023-02-18 11:35:48 +0100
  • b11fa0b187
    chore: cleanup DaniPopes 2023-02-20 18:53:13 +0100
  • 96c21d411f
    feat(derive): improve type detection DaniPopes 2023-02-20 18:37:40 +0100
  • 01af339b64
    refactor: EthDisplay DaniPopes 2023-02-20 17:13:02 +0100
  • 1833311c21
    fix(abigen): builtin trait derives DaniPopes 2023-02-20 17:12:53 +0100
  • c017d8dcca
    Use BTreeMap/Set for deterministic shared types #2169 sveitser 2023-02-20 14:36:11 +0100
  • 5257044ea5
    Add missing development dependencies to flake.nix sveitser 2023-02-20 12:59:43 +0100
  • 12c3f471bc
    chore: changelog James 2023-02-19 20:33:25 -0800
  • 84aca0db6b
    refactor: move convenience impl into toolbox James 2023-02-16 12:28:58 -0800
  • f5582b3c51
    refactor: fix test imports James 2023-02-15 15:07:54 -0500
  • e4e67972e8
    refactor: finish changing crate layout James 2023-02-15 15:00:29 -0500
  • 1ed47b011a
    refactor: continue cleaning up James 2023-02-15 14:58:26 -0500
  • e3e3642b6f
    refactor: in progress organization James 2023-02-15 14:49:47 -0500
  • 11e1f6a08e
    fix: custom example and unnecessary ref James 2023-02-17 09:07:21 -0800
  • eec89b1203
    docs: for error traits James 2023-02-17 08:40:08 -0800
  • 14423f51b3
    feature: as_serde_error James 2023-02-17 07:58:40 -0800
  • d6ec181398
    fix: fix custom middleware example James 2023-02-13 17:24:40 -0500
  • d2e9c3aac4
    fix: doctest James 2023-02-13 17:09:08 -0500
  • 663b73b4c4
    tests: fix test with middlewareerror James 2023-02-13 16:49:54 -0500