Commit Graph

  • 5c55f17805 test #2002 Matthias Seitz 2023-01-03 14:27:35 +0100
  • 04ed534b72
    docs: mdbook (#1994) Andrea Simeoni 2023-01-03 14:18:38 +0100
  • a90c29f85b
    Update docs/mdbook/book.toml #1994 Georgios Konstantopoulos 2023-01-03 15:18:29 +0200
  • d1df3417f7
    feat(solc): improve error on case mismatch (#1998) Matthias Seitz 2023-01-03 14:14:01 +0100
  • 6ac3e75c6a
    fix: use full path of i256 (#2000) Matthias Seitz 2023-01-03 14:12:47 +0100
  • 97582cc346
    feat(core, contract): improve `determine_ethers_crates` (#1988) DaniPopes 2023-01-03 14:11:57 +0100
  • 25db7f65f7 fix: use full path of i256 #2000 Matthias Seitz 2023-01-03 12:17:56 +0100
  • fdc72c3685 Removed index prefix from file names Andrea Simeoni 2023-01-03 06:54:38 +0100
  • fb05998010 Big numbers: added section titles + docs refinement Andrea Simeoni 2023-01-03 06:47:16 +0100
  • 20e3d36eaa Big numbers section Andrea Simeoni 2023-01-02 22:06:19 +0100
  • 911bb82f07 intro typos and wording Andrea Simeoni 2023-01-02 21:00:32 +0100
  • eaf3fa240a intro typos and wording Andrea Simeoni 2023-01-02 21:00:05 +0100
  • 19555eae89 intro typos Andrea Simeoni 2023-01-02 20:55:31 +0100
  • 090ef187d3 Getting started section Andrea Simeoni 2023-01-02 20:52:56 +0100
  • a9c1209264 feat(solc): improve error on case mismatch #1998 Matthias Seitz 2023-01-02 13:46:18 +0100
  • c047a0e7f5 re-export low fidelity #2001 francois 2023-01-01 20:16:54 +0100
  • 6acd2735c1 convert low fid ast to typed franfran 2022-12-29 17:23:13 +0100
  • 29510ed8e4 Use low fidelity Ast by default franfran 2022-12-29 16:56:12 +0100
  • f7ea831d7c nitz franfran 2022-12-29 14:44:57 +0100
  • bef411f825
    chore: move rand impl to tests mod #1988 DaniPopes 2023-01-01 12:14:34 +0100
  • 29fa79fe45
    fix: docs DaniPopes 2023-01-01 09:45:55 +0100
  • f621f3e417
    feat: use global path for crates DaniPopes 2023-01-01 09:42:43 +0100
  • bcacef6dfc
    docs: rename and rm old docs DaniPopes 2023-01-01 09:35:44 +0100
  • a1d0cf05fd
    fix: use fmt::Debug to escape paths DaniPopes 2023-01-01 09:35:05 +0100
  • 4db8d13914
    refactor: add an environment struct for determining ethers crates DaniPopes 2023-01-01 09:18:56 +0100
  • 8ddc831f06
    fix docs DaniPopes 2023-01-01 06:32:57 +0100
  • 2727754afd
    add another test DaniPopes 2023-01-01 06:11:59 +0100
  • 63324b1ad1
    better tests, docs DaniPopes 2023-01-01 06:07:12 +0100
  • 5f992b165e
    add tests DaniPopes 2023-01-01 04:17:12 +0100
  • 8f0a8aa9ad
    Merge branch 'master' into fix/macros-crate-names DaniPopes 2023-01-01 04:04:42 +0100
  • a1bab9b9d9 mdbook init + summary Andrea Simeoni 2022-12-31 12:59:03 +0100
  • fd4da49121
    tests: use sepolia (#1989) DaniPopes 2022-12-31 11:47:53 +0100
  • df646d6434 use ordered data set for disk writes #1964 alpharush 2022-12-30 08:25:10 -0600
  • 9284ba165d modification date should increase after recompile alpharush 2022-12-28 08:49:45 -0600
  • 2eff843948 code quality alpharush 2022-12-26 10:29:12 -0600
  • 982214b3d9 derive Hash impl alpharush 2022-12-26 10:01:20 -0600
  • a27f6aa256 add test case alpharush 2022-12-26 10:00:23 -0600
  • b416c1927f pass by reference alpharush 2022-12-25 21:14:12 -0600
  • c86e54b9ea docs for alpharush 2022-12-25 21:03:48 -0600
  • da92d160fd store hash compilation id as u64 and display as hex alpharush 2022-12-25 21:01:44 -0600
  • 4efabf8d04 make clippy happy alpharush 2022-12-22 10:05:11 -0600
  • cedabee6b0 remove unnecessary clones alpharush 2022-12-21 15:44:44 -0600
  • c21524ccfb separate methods, use HashSet to prevent dups alpharush 2022-12-21 15:41:35 -0600
  • dbce57d53b use cache's exisiting id to see if it's dirty alpharush 2022-12-21 15:24:44 -0600
  • 6812d11b81 feat(solc): introduce compilation unit for files that share solc ver. and config alpharush 2022-12-21 13:51:57 -0600
  • 228f9607fe
    feat(core): expose all genesis related structs (#1975) Dan Cline 2022-12-30 07:48:47 -0500
  • 2a94b9ba2a
    keys #1989 DaniPopes 2022-12-30 13:48:41 +0100
  • d272318483
    chore: update all rust editions to 2021 (#1979) DaniPopes 2022-12-30 13:48:29 +0100
  • eb206bf197
    fmt DaniPopes 2022-12-30 13:45:30 +0100
  • f94e6f549f
    added `from_bytes` for `Wallet` type (#1983) 0xKitsune 2022-12-30 07:45:19 -0500
  • 69e0ff7301
    fix: doc typo regarding Multicall::call_array (#1985) Akram Hussein 2022-12-30 09:44:03 -0300
  • 4274a27531
    fix(examples): deprecated gas oracle (#1986) DaniPopes 2022-12-30 13:43:49 +0100
  • a42cc9f63f
    chore(deps): bump once_cell from 1.16.0 to 1.17.0 (#1987) dependabot[bot] 2022-12-30 14:43:05 +0200
  • c5ff733702
    chore: clippy (#1990) DaniPopes 2022-12-30 13:19:41 +0100
  • 48dbbbd829 chore: clippy Georgios Konstantopoulos 2022-12-30 14:18:58 +0200
  • fcef7c70ad
    fix: gwei wei wrong u256 constant (#1992) Matthias Seitz 2022-12-30 11:46:52 +0100
  • f3a78b9688 fix: gwei wei wrong u256 constant #1992 Matthias Seitz 2022-12-30 11:42:54 +0100
  • cfc4710f12
    use goerli DaniPopes 2022-12-30 11:11:45 +0100
  • 2344ff75f2
    deprecate ropsten DaniPopes 2022-12-30 11:07:20 +0100
  • 9930723de6
    Revert "chore: clippy" DaniPopes 2022-12-30 10:56:03 +0100
  • 66bafe18e8
    Revert "chore: clippy" DaniPopes 2022-12-30 10:55:42 +0100
  • e1a331a44f
    chore: clippy #1990 DaniPopes 2022-12-30 09:28:56 +0100
  • abe6952f00
    chore: clippy DaniPopes 2022-12-30 09:36:44 +0100
  • 32614d25cd
    update sleep duration DaniPopes 2022-12-30 10:43:02 +0100
  • a5fbf8b00b
    update ci DaniPopes 2022-12-30 10:41:54 +0100
  • 52a358711d
    tests: use sepolia DaniPopes 2022-12-30 10:32:48 +0100
  • 5550f4e856
    chore: clippy DaniPopes 2022-12-30 09:36:44 +0100
  • bd220f308d
    chore: clippy DaniPopes 2022-12-30 09:28:56 +0100
  • c87226f520
    rm unnecessary .replace DaniPopes 2022-12-30 09:17:55 +0100
  • d71fd4701f
    chore: rm debug DaniPopes 2022-12-30 09:02:44 +0100
  • 9a7c1e41d0
    use abigen macro to generate multicall DaniPopes 2022-12-30 08:59:31 +0100
  • 21fa5ac995
    fix: invert condition and check CARGO_MANIFEST_DIR DaniPopes 2022-12-30 08:44:11 +0100
  • 33080ec5c0
    fix: file name check DaniPopes 2022-12-30 08:43:55 +0100
  • 8a67e5c54d
    export DaniPopes 2022-12-30 08:08:31 +0100
  • 67afb2e1a8
    export new types and functions DaniPopes 2022-12-30 08:08:17 +0100
  • 3acead1d67
    feat: improve crate resolution DaniPopes 2022-12-30 08:08:06 +0100
  • aa5c20c7c9
    chore(deps): bump once_cell from 1.16.0 to 1.17.0 #1987 dependabot[bot] 2022-12-30 03:02:15 +0000
  • 51c2818263
    refactor: determine_ethers_crates DaniPopes 2022-12-30 02:31:32 +0100
  • a1c5c836a3
    fix(examples): deprecated gas oracle #1986 DaniPopes 2022-12-29 22:50:09 +0100
  • 234788be55
    fix: doc typo regarding Multicall::call_array #1985 Akram Hussein 2022-12-29 18:33:08 -0300
  • 2775fe72a0 updated changelog #1983 0xKitsune 2022-12-29 15:02:29 -0500
  • e2a61dac4a added key_from_bytes test for Wallet::from_bytes 0xKitsune 2022-12-29 14:57:54 -0500
  • 5d31fb3bf4 added `from_bytes` for `Wallet` type 0xKitsune 2022-12-29 14:21:26 -0500
  • 10310ce3ad
    refactor: examples (#1940) Andrea Simeoni 2022-12-29 13:53:11 +0100
  • d75e58a0e9
    fix: optional tokio #1976 DaniPopes 2022-12-29 06:45:55 +0100
  • e26ede21f1
    fix: don't override user-set 1559 attributes (#1980) James Prestwich 2022-12-28 20:05:08 -0500
  • 83b287567d
    fix: enforce cap on prioirity fee per gas #1980 James 2022-12-28 19:38:43 -0500
  • 3ff742528f
    fix: don't override user-set 1559 attributes James Prestwich 2022-12-28 18:49:17 -0500
  • 6790870d5e
    chore: make winapi optional DaniPopes 2022-12-28 00:08:38 +0100
  • d36a586bb0
    chore: update all rust editions to 2021 #1979 DaniPopes 2022-12-27 21:00:00 +0100
  • 25fb72d7c9 docs: Updated description to run examples in the workspace README.md #1940 Andrea Simeoni 2022-12-27 19:39:14 +0100
  • 3df7010a8d review: removed useless [[example]] in Cargo.toml Andrea Simeoni 2022-12-27 19:28:28 +0100
  • 2975c976ca review: Removed prefixes from file names Andrea Simeoni 2022-12-27 19:25:53 +0100
  • c698efcfde review: removed #[allow(unused_must_use)] from gas_escalator example Andrea Simeoni 2022-12-27 19:15:10 +0100
  • f449f8fe38 review: removed useless [[example]] in Cargo.toml Andrea Simeoni 2022-12-27 19:10:51 +0100
  • 01dd9baf43
    fix: ipc doctest DaniPopes 2022-12-27 18:18:07 +0100
  • fbe706ad31
    docs DaniPopes 2022-12-27 17:07:42 +0100
  • 5ac4a35cbf
    test: better subscription tests DaniPopes 2022-12-27 16:40:52 +0100
  • 20d304f9fc Gas oracle examples raise panic on middleware errors Andrea Simeoni 2022-12-27 15:45:43 +0100
  • d2c4e773ae Updated ToC Moved 2 examples under more relevant folders Andrea Simeoni 2022-12-27 15:35:32 +0100