Commit Graph

  • 94e2d1b122 feat(abigen): add helper for getting number of abigen'd contracts Georgios Konstantopoulos 2022-03-01 14:39:30 +0200
  • 556367ecbd chore(solc): make on_solc_success a no-op to avoid duplicate logs Georgios Konstantopoulos 2022-03-01 14:23:10 +0200
  • a1accbf6ac
    fix(providers): Propogate gas limit with access list (#901) wolflo 2022-03-01 05:13:06 -0700
  • 236acd3498 chore: trim more deps #977 Georgios Konstantopoulos 2022-03-01 13:22:25 +0200
  • a158e12ed0 chore: bump ethabi and trezor signing Georgios Konstantopoulos 2022-03-01 10:39:03 +0200
  • 4fd9c7800e
    feat(ethers-core/Chain): implement Default trait (#976) Meet Mangukiya 2022-03-01 02:28:04 +0530
  • 8fc4904425 Merge branch 'master' into fix-1559-gas-reset #901 wolflo 2022-02-28 07:56:27 -0700
  • 7106f068bc Propogate eth_estimateGas failure wolflo 2022-02-28 07:53:35 -0700
  • fd49bc268d feat(ethers-core/Chain): implement Default trait #976 Meet Mangukiya 2022-02-28 19:21:57 +0530
  • e0f5fe5325 docs(core): complete unfinished sentence in block comment Georgios Konstantopoulos 2022-02-28 11:44:11 +0200
  • 29b8b8a44e chore: remove now unused sha256 proxy file #975 Georgios Konstantopoulos 2022-02-28 11:41:46 +0200
  • aff0462e9b fix(signers): pass raw bytes to k256 sign instead of sign_digest Georgios Konstantopoulos 2022-02-28 11:41:12 +0200
  • 2160d140e5 fix: replace raw eip712 with eip712hash Georgios Konstantopoulos 2022-02-28 11:40:45 +0200
  • f77ee94924 fix(signers): use eip712 hash instead of raw output Georgios Konstantopoulos 2022-02-28 11:34:27 +0200
  • bc4514631e feat(core): add method for getting raw eth signed message Georgios Konstantopoulos 2022-02-28 11:30:50 +0200
  • ec15de1e06 feat(core): add method for getting raw eip712 bytes payload Georgios Konstantopoulos 2022-02-28 11:30:41 +0200
  • a6999f377e
    chore(deps): bump tokio-tungstenite from 0.16.1 to 0.17.1 (#945) dependabot[bot] 2022-02-28 10:40:42 +0200
  • 91f0adc843 fix: no-op raw websocket frames #945 Georgios Konstantopoulos 2022-02-28 10:39:53 +0200
  • 747011295f
    chore(deps): bump eyre from 0.6.6 to 0.6.7 (#973) dependabot[bot] 2022-02-28 09:29:48 +0200
  • 9109110c2f
    chore(deps): bump url-parse in /examples/ethers-wasm (#974) dependabot[bot] 2022-02-28 09:29:41 +0200
  • 4a96cae01a
    chore(deps): bump url-parse in /examples/ethers-wasm #974 dependabot[bot] 2022-02-28 04:29:22 +0000
  • fa09ba5356
    chore(deps): bump eyre from 0.6.6 to 0.6.7 #973 dependabot[bot] 2022-02-28 03:13:30 +0000
  • 960b873b00
    fix(abigen): safe ident underscore followed by numeric (#970) Matthias Seitz 2022-02-27 23:04:43 +0100
  • d6d66b37dd
    chore: add rate limit message (#971) Matthias Seitz 2022-02-27 16:41:26 +0100
  • 10fcf60791
    fix(abigen): support functions with different casing (#972) Matthias Seitz 2022-02-27 16:40:57 +0100
  • 6200358bff fix(abigen): safe ident underscore followed by numeric #970 Matthias Seitz 2022-02-27 13:45:52 +0100
  • da34c2a41e fix(abigen): support functions with different casing #972 Matthias Seitz 2022-02-27 14:05:45 +0100
  • 00fc9feaef chore: add rate limit message #971 Matthias Seitz 2022-02-27 13:52:09 +0100
  • 133c32d64a
    feat(ethers-providers): expose pending tx_hash with a getter (#968) Meet Mangukiya 2022-02-26 20:06:29 +0530
  • e7befcaaa0
    feat(etherscan): account endpoints (#939) Tomas Tauber 2022-02-26 22:35:43 +0800
  • ecb7659c89
    feat(ethers-providers): expose pending tx_hash with a getter #968 Meet Mangukiya 2022-02-26 13:39:33 +0530
  • 773b69967a
    extended restricted types to other functions #939 Tomas Tauber 2022-02-25 12:01:11 +0800
  • b6c22e9bcc
    fix(abigen): dont generate empty shared_types module (#965) Matthias Seitz 2022-02-24 23:13:06 +0100
  • 12fb3d35c6 fix(abigen): dont generate empty shared_types module #965 Matthias Seitz 2022-02-24 22:58:19 +0100
  • 2e05148ecd chore: silence compiler warning #949 Georgios Konstantopoulos 2022-02-24 23:26:57 +0200
  • 4f07556cdc feat: cached provider Georgios Konstantopoulos 2022-02-22 15:21:36 +0100
  • f5ef8149e5
    feat(abigen): support shared type during multiabigen (#959) Matthias Seitz 2022-02-24 21:09:08 +0100
  • 72da5913d2
    test(abigen): add etherscan test case (#964) Matthias Seitz 2022-02-24 21:07:58 +0100
  • a53e60aaf4 test(abigen): add etherscan test case #964 Matthias Seitz 2022-02-24 20:30:11 +0100
  • 6744b83794 Merge branch 'master' into matt/type-deduplication #959 Matthias Seitz 2022-02-24 20:15:51 +0100
  • c11fa63f88 chore: add anonymous field Matthias Seitz 2022-02-24 20:05:43 +0100
  • 601cb1b75e
    test(solc): add capture test for curly bracket imports (#956) Matthias Seitz 2022-02-24 17:43:35 +0100
  • 7afde0ca0a
    handle case where the data from the resolver is empty (#963) joshieDo 2022-02-24 18:42:32 +0200
  • 544476459a is_empty instead of 0 comparison #963 joshieDo 2022-02-24 17:40:41 +0400
  • d0e6e96153 handle case where the data from the resolver is empty joshieDo 2022-02-24 17:24:24 +0400
  • f9c9967d71 chore: rustfmt #956 Matthias Seitz 2022-02-24 13:15:16 +0100
  • f1eaee52ef
    feat: add contract code not verified check (#962) Matthias Seitz 2022-02-24 13:07:34 +0100
  • da9a02e0b4 feat: add contract code not verified check #962 Matthias Seitz 2022-02-24 11:43:22 +0100
  • f78292cc7a
    doc fix Tomas Tauber 2022-02-24 15:18:41 +0800
  • e14d0545de
    a more restricted normal transaction response Tomas Tauber 2022-02-24 15:02:22 +0800
  • 220156c37b chore(clippy): make clippy happy Matthias Seitz 2022-02-24 01:34:00 +0100
  • e9472969f5 typos Matthias Seitz 2022-02-24 01:26:38 +0100
  • 299acf0ab7 chore: rustfmt Matthias Seitz 2022-02-24 01:17:18 +0100
  • f4ac5ae82d test: add type deduplication test Matthias Seitz 2022-02-24 01:17:08 +0100
  • e8995a8d83 feat: support shared type during multiabigen Matthias Seitz 2022-02-24 00:56:03 +0100
  • 4c879dcd6f refactor: separate expansion process Matthias Seitz 2022-02-23 23:33:37 +0100
  • a9beea4fe7 refactor: move type deduplication to abigen crate Matthias Seitz 2022-02-23 22:58:56 +0100
  • e187e97632 test(solc): add capture test for curly bracket imports Matthias Seitz 2022-02-23 15:55:52 +0100
  • 184cffaca3
    fix(abigen/solc): make abigen work with ethers-solc and abiencoderv2 (#952) Matthias Seitz 2022-02-23 11:46:52 +0100
  • 9876b49e6c
    docs(abigen): improve abigen type docs (#953) Matthias Seitz 2022-02-23 11:36:14 +0100
  • 23d92929cf
    Update ethers-contract/ethers-contract-abigen/src/lib.rs #953 Georgios Konstantopoulos 2022-02-23 12:36:09 +0200
  • d22b2c1a9c
    chore(deps): bump getrandom from 0.2.4 to 0.2.5 (#955) dependabot[bot] 2022-02-23 12:35:35 +0200
  • 8d2b694c62
    feat(etherscan): account endpoints Tomas Tauber 2022-02-18 17:23:30 +0800
  • faaa42bfc9
    chore(deps): bump getrandom from 0.2.4 to 0.2.5 #955 dependabot[bot] 2022-02-23 03:13:02 +0000
  • e4022c4bc0 docs(abigen): improve abigen type docs Matthias Seitz 2022-02-22 23:29:07 +0100
  • 7296989db4 chore: update CHANGELOG #952 Matthias Seitz 2022-02-22 23:22:51 +0100
  • 3bb0180c80 fix(abigen): make abigen work with ethers-solc and abiencoderv2 Matthias Seitz 2022-02-22 23:17:16 +0100
  • d0efd4a1b1 feat(solc): add lossless abi Matthias Seitz 2022-02-22 22:39:02 +0100
  • 45a37faa3d
    fix(abigen): handle lossy ethabi generated abi structs (#950) Matthias Seitz 2022-02-22 19:26:21 +0100
  • 53d80f040b chore: rustfmt #950 Matthias Seitz 2022-02-22 18:36:23 +0100
  • 4e850f6077 fix(abigen): handle lossy ethabi generated abi structs Matthias Seitz 2022-02-22 18:28:28 +0100
  • 60515d9404
    fix(solc): consistent serde for linked and unlinked bytecode (#948) Matthias Seitz 2022-02-22 15:23:23 +0100
  • 1f822e47e6
    fix(solc): flatten import loc (#946) Roman Krasiuk 2022-02-22 06:22:24 -0800
  • 6b911a08be fix(solc): consistent serde for linked and unlinked bytecode #948 Matthias Seitz 2022-02-22 14:55:38 +0100
  • 6147c044b3 compare flatten results against full strings #946 Roman Krasiuk 2022-02-22 15:25:01 +0200
  • 6c28d4ac7c revert import parsing change Roman Krasiuk 2022-02-22 14:59:53 +0200
  • 7f225b126a feat: write to cache if not exists #935 Georgios Konstantopoulos 2022-02-22 13:42:19 +0100
  • b8e9f33879 protograva test-data Roman Krasiuk 2022-02-22 12:44:56 +0200
  • ffb8582dd5
    chore(deps): bump semver from 1.0.5 to 1.0.6 (#944) dependabot[bot] 2022-02-22 09:04:57 +0100
  • f48d6d7bb7
    chore(deps): bump tokio-tungstenite from 0.16.1 to 0.17.1 dependabot[bot] 2022-02-22 03:13:39 +0000
  • 09322646de
    chore(deps): bump semver from 1.0.5 to 1.0.6 #944 dependabot[bot] 2022-02-22 03:13:33 +0000
  • 75dfecb1c7 chore(solc): notes on graph components #943 Matthias Seitz 2022-02-21 23:31:23 +0100
  • faec4ffed8 Merge branch 'master' into fix-1559-gas-reset wolflo 2022-02-21 14:05:59 -0700
  • f86dd431b2 fix report import #936 joshieDo 2022-02-21 23:51:06 +0400
  • 6cb33e4f5c into_kind on compile_sequential joshieDo 2022-02-21 23:12:15 +0400
  • 8c361877fd Cleanup wolflo 2022-02-21 12:03:28 -0700
  • 39998bba08 make compiler report generic joshieDo 2022-02-21 23:00:32 +0400
  • 3bfa37ac90 Merge branch master into fix-1559-gas-reset wolflo 2022-02-21 11:49:30 -0700
  • e127222fcd filter args when creating vyper object joshieDo 2022-02-21 22:42:40 +0400
  • 983668689c Fill tx gas price before gas limit wolflo 2022-02-21 11:41:30 -0700
  • 142b6d5400 remove uuid helper joshieDo 2022-02-21 22:35:49 +0400
  • 73e8318abd revert ethers-solc changes joshieDo 2022-02-21 22:28:39 +0400
  • ad2e699ce5 Merge branch 'master' into ethers-compile joshieDo 2022-02-21 22:27:13 +0400
  • 77a30b6577 fmt lint joshieDo 2022-02-21 22:25:17 +0400
  • 5624271354
    chore(deps): bump serial_test from 0.5.1 to 0.6.0 (#938) dependabot[bot] 2022-02-21 18:01:30 +0100
  • 901d0c6e00
    Add missing chains into parse method (#941) Alexandre Bazeaud 2022-02-21 18:01:19 +0100
  • c332dcf46f add GenericCompiler and CompilerTrait joshieDo 2022-02-21 20:51:26 +0400
  • b059646002 Update changelog #941 MetalMallard 2022-02-21 15:19:24 +0100
  • 394498bed6 Add missing chains into parse method MetalMallard 2022-02-21 15:08:44 +0100
  • e4433268cc added CompilerTrait to solc and vyper joshieDo 2022-02-21 17:14:51 +0400