Commit Graph

  • cb3e28669e
    test(middleware): get rinkeby private key from env var #542 Alexey Shekhirin 2021-10-30 12:06:07 +0300
  • 4788176aaf
    tryfrom<&str> -> fromstr Alexey Shekhirin 2021-10-30 11:56:13 +0300
  • 31665f8552 test: add dapp testing data Matthias Seitz 2021-10-30 01:18:22 +0200
  • c2686dc106 feat: add support for lib paths Matthias Seitz 2021-10-30 01:16:24 +0200
  • d85f36dac4
    fix lint Alexey Shekhirin 2021-10-29 21:40:49 +0300
  • faec9aab93
    better node client storage Alexey Shekhirin 2021-10-29 21:31:26 +0300
  • 6ae5253025
    impl tryfrom for nodeclient Alexey Shekhirin 2021-10-29 21:21:18 +0300
  • d55b51e279
    add besu Alexey Shekhirin 2021-10-29 21:10:29 +0300
  • d7c995473a
    feat(providers): unify get_block_receipts for eth/parity RPCs Alexey Shekhirin 2021-10-29 21:07:45 +0300
  • a3b72c4359 rustfmt Matthias Seitz 2021-10-29 17:58:47 +0200
  • 8e44f5c425 Merge branch 'master' into matt/more-solc Matthias Seitz 2021-10-29 17:57:46 +0200
  • e71fa21ccb
    chore(deps): bump arrayvec from 0.7.1 to 0.7.2 (#540) dependabot[bot] 2021-10-29 17:45:45 +0200
  • dcf20022c6
    chore: add rustfmt.toml (#537) Matthias Seitz 2021-10-29 14:29:35 +0200
  • 5a11e11cfc
    chore(deps): bump arrayvec from 0.7.1 to 0.7.2 #540 dependabot[bot] 2021-10-29 03:09:35 +0000
  • 8cdf54666c rustfmt Matthias Seitz 2021-10-29 01:00:28 +0200
  • afee7d8634 test: add basic test Matthias Seitz 2021-10-29 00:59:21 +0200
  • 4b74fb86ce feat: improved solc management Matthias Seitz 2021-10-29 00:23:59 +0200
  • 9b2f27fb2c ci: install libudev #537 Matthias Seitz 2021-10-28 11:04:10 +0200
  • 8df0b93739 revert ci Matthias Seitz 2021-10-28 11:01:31 +0200
  • 08be7a298f chore(clippy): make clippy happy Matthias Seitz 2021-10-28 01:39:39 +0200
  • 1261aba569 chore(clippy): make clippy happy Matthias Seitz 2021-10-28 01:36:44 +0200
  • cbde28ad42 ci: install libudev Matthias Seitz 2021-10-28 01:08:36 +0200
  • feee336ee5 rustfmt Matthias Seitz 2021-10-28 01:05:39 +0200
  • 76077b638a Merge branch 'master' into matt/rustfmt-toml Matthias Seitz 2021-10-28 01:04:23 +0200
  • eede86df41
    feat: add abi code trait impls (#531) Matthias Seitz 2021-10-28 00:07:24 +0200
  • 8fbe9dbd35 update changelog #531 Matthias Seitz 2021-10-27 23:06:33 +0200
  • d3f178034c chore: move abi codec to core Matthias Seitz 2021-10-27 23:06:20 +0200
  • e089ad7755
    chore(deps): bump tracing-subscriber from 0.3.0 to 0.3.1 (#532) dependabot[bot] 2021-10-27 12:27:52 +0200
  • ba08969b8f
    chore(deps): bump serde-aux from 2.3.0 to 3.0.1 (#533) dependabot[bot] 2021-10-27 12:27:37 +0200
  • 7ceaba9328
    chore(deps): bump syn from 1.0.80 to 1.0.81 (#535) dependabot[bot] 2021-10-27 12:27:22 +0200
  • d50fc88441
    chore(deps): bump proc-macro2 from 1.0.30 to 1.0.32 (#534) dependabot[bot] 2021-10-27 12:27:14 +0200
  • ad0d455fd9
    chore(deps): bump syn from 1.0.80 to 1.0.81 #535 dependabot[bot] 2021-10-27 03:12:05 +0000
  • 29bd5b4e17
    chore(deps): bump proc-macro2 from 1.0.30 to 1.0.32 #534 dependabot[bot] 2021-10-27 03:11:54 +0000
  • 99f0265a17
    Merge branch 'gakonst:master' into master #465 cc 2021-10-26 11:35:03 -0400
  • 241491a237
    feat: add ethers-solc crate (#522) Matthias Seitz 2021-10-26 13:28:10 +0200
  • a767a7c8e1
    chore(deps): bump serde-aux from 2.3.0 to 3.0.1 #533 dependabot[bot] 2021-10-26 03:07:41 +0000
  • 2f9d44c927
    chore(deps): bump tracing-subscriber from 0.3.0 to 0.3.1 #532 dependabot[bot] 2021-10-26 03:07:34 +0000
  • 15508e5f78 test: add some tests Matthias Seitz 2021-10-26 01:24:42 +0200
  • 58df8dde0e docs: fix comments #522 Matthias Seitz 2021-10-26 00:10:27 +0200
  • 5023696930 feat: add abi encode decode impls Matthias Seitz 2021-10-25 23:20:43 +0200
  • d0314bc640 feat: use const generics for array tokenize Matthias Seitz 2021-10-25 22:53:21 +0200
  • 17cc148d3f fix: compliant semver Matthias Seitz 2021-10-25 21:06:50 +0200
  • 42fdb90099 fix: use serde default Matthias Seitz 2021-10-25 20:49:45 +0200
  • fd4ca66edd feat: replace eyre with thiserror Matthias Seitz 2021-10-25 20:34:04 +0200
  • c1042f4f0a feat: add solc error Matthias Seitz 2021-10-25 20:28:24 +0200
  • 5ab0b7e0f4 feat(signer): expose Wallet::sign_hash Georgios Konstantopoulos 2021-10-25 16:45:39 +0300
  • c3dec4a798 chore(etherscan): expose modules Georgios Konstantopoulos 2021-10-25 15:40:29 +0300
  • d815dab9ad
    chore(deps): bump tracing-subscriber from 0.2.25 to 0.3.0 (#529) dependabot[bot] 2021-10-25 10:38:48 +0300
  • 50f1cdb4e8
    chore(deps): bump tracing-subscriber from 0.2.25 to 0.3.0 #529 dependabot[bot] 2021-10-25 03:12:38 +0000
  • 0445414928
    chore: update to Rust edition 2021 (#528) Alexey Shekhirin 2021-10-24 23:45:01 +0300
  • 50e5f1b3a4
    chore: update to Rust edition 2021 #528 Alexey Shekhirin 2021-10-24 23:05:16 +0300
  • cba1a85483
    refactor(core, contract, etherscan): move Chain enum, use HashMap::from (#524) Alexey Shekhirin 2021-10-24 21:41:50 +0300
  • 83d1720a10
    reorg imports #524 Alexey Shekhirin 2021-10-24 21:28:52 +0300
  • c2c203e7c8
    rename unknown chain error Alexey Shekhirin 2021-10-24 21:02:09 +0300
  • dcb20f741c
    feat(core): Chain enum Alexey Shekhirin 2021-10-24 20:58:47 +0300
  • 5779a3cdaf
    feat: add ethabitype support for solidity style enums (#526) Matthias Seitz 2021-10-24 19:58:41 +0200
  • b072b05515
    fix: use debug fmt for nested arrays (#527) Matthias Seitz 2021-10-24 16:02:06 +0200
  • 873d6d7b0e fix: use debug fmt for nested arrays #527 Matthias Seitz 2021-10-24 15:05:26 +0200
  • 3ddd0d023f rustfmt #526 Matthias Seitz 2021-10-23 20:54:52 +0200
  • ad1d043af0 rustfmt Matthias Seitz 2021-10-23 20:43:26 +0200
  • 5148f9ba69 chore: more ergonomics Matthias Seitz 2021-10-23 20:30:11 +0200
  • 0f54f2be23 chore: more ergonomics Matthias Seitz 2021-10-23 10:51:02 +0200
  • bf8c1b6b1c Merge branch 'master' into matt/add-solc-crate Matthias Seitz 2021-10-23 09:01:19 +0200
  • b3f5dcc652 test: add enum test Matthias Seitz 2021-10-23 08:56:55 +0200
  • 90fb28d204 feat: tokenize solidity like enums Matthias Seitz 2021-10-23 08:47:45 +0200
  • dbd3929b74
    test: add underscore test (#505) Matthias Seitz 2021-10-22 13:25:46 +0200
  • f156b06246 test: ensure underscore fn names are correctly encoded against live contract #505 Georgios Konstantopoulos 2021-10-22 13:48:49 +0300
  • 04ac018e72 test: add underscore test Matthias Seitz 2021-10-14 21:28:31 +0200
  • 35f7d67316
    refactor(contract, etherscan): make use of HashMap::from Alexey Shekhirin 2021-10-21 18:53:58 +0300
  • 0092fdaf0f
    Merge branch 'gakonst:master' into master cc 2021-10-20 21:19:56 -0400
  • c1ae1d9185 feat: more utility functions Matthias Seitz 2021-10-21 00:59:45 +0200
  • ef9b3988ce
    fix: ensure gas estimation includes the access list in 1559/2930 txs (#523) Georgios Konstantopoulos 2021-10-20 23:18:58 +0300
  • 536d099e9b feat: only use access list if needed #523 Georgios Konstantopoulos 2021-10-20 23:04:28 +0300
  • 60ff757bd9 fix: do not error if eth_createAccessList is not available Georgios Konstantopoulos 2021-10-20 22:52:57 +0300
  • 81eb0cfc24 chore: enable 712 on ethers-contract at top level crate Georgios Konstantopoulos 2021-10-20 22:43:53 +0300
  • ef16a21bea chore: fmt Georgios Konstantopoulos 2021-10-20 22:42:38 +0300
  • 5525ef3dbc chore(providers): cleanup fill_transaction Georgios Konstantopoulos 2021-10-20 22:36:13 +0300
  • 26f581736e feat: add access list to typed tx Georgios Konstantopoulos 2021-10-20 22:35:58 +0300
  • d93f9e7755 feat: add gas_price to typed tx Georgios Konstantopoulos 2021-10-20 21:31:28 +0300
  • 05252b66bc fix: ensure gas estimation includes the access list in 1559/2930 txs Georgios Konstantopoulos 2021-10-20 21:02:00 +0300
  • ac87949010 feat: add sources helper Matthias Seitz 2021-10-20 01:04:35 +0200
  • fed46006f4 feat: initial draft dedicated solc crate Matthias Seitz 2021-10-19 18:47:55 +0200
  • 9db36e59fb
    fix: eip712 signing with ledger hw (#518) Sebastian Martinez 2021-10-19 10:52:36 +0200
  • 8a8078f1e3 test: pass foo_bar by ref #518 Georgios Konstantopoulos 2021-10-19 11:39:51 +0300
  • 4ce98002c1 test: ensure that the ledger sig verifies Georgios Konstantopoulos 2021-10-19 11:28:06 +0300
  • dc431a137c chore: ensure abigen is enabled in ledger tests Georgios Konstantopoulos 2021-10-19 11:27:37 +0300
  • 0e2ae452d9 feat: make sign_typed_data take a reference Georgios Konstantopoulos 2021-10-19 11:25:49 +0300
  • b5587baad6 fix: move the logic to app.rs Sebastian Martinez 2021-10-19 09:37:40 +0200
  • 1d2ed0d964
    chore(deps): bump reqwest from 0.11.5 to 0.11.6 (#521) dependabot[bot] 2021-10-19 08:23:48 +0300
  • 0ba128ae5c
    chore(deps): bump instant from 0.1.11 to 0.1.12 (#520) dependabot[bot] 2021-10-19 08:23:36 +0300
  • 8505f2db01
    chore(deps): bump reqwest from 0.11.5 to 0.11.6 #521 dependabot[bot] 2021-10-19 03:10:46 +0000
  • a9362d25be
    chore(deps): bump instant from 0.1.11 to 0.1.12 #520 dependabot[bot] 2021-10-19 03:10:38 +0000
  • 43b379ad5f
    Merge branch 'gakonst:master' into master cc 2021-10-18 16:43:56 -0400
  • c5a45f7bf4
    feat: add abi type trait (#519) Matthias Seitz 2021-10-18 22:24:53 +0200
  • 71bf72668a fix: imports #519 Matthias Seitz 2021-10-18 21:57:02 +0200
  • b3dbfb62cf rustfmt Matthias Seitz 2021-10-18 21:33:05 +0200
  • 6ac5ccc7aa feat: use const generic for u8 array Matthias Seitz 2021-10-18 21:32:18 +0200
  • c68512103f fix: fix imports Matthias Seitz 2021-10-18 21:11:27 +0200
  • 58297a36c1 rustfmt Matthias Seitz 2021-10-18 20:56:17 +0200
  • b249e26d42 feat: add abi type trait Matthias Seitz 2021-10-18 20:53:15 +0200