Commit Graph

  • f78edfeabb
    feature: add legacy feature to ethers crate (#384) James Prestwich 2021-08-16 23:48:02 -0700
  • c279515084
    feature: add legacy feature to ethers crate #384 James Prestwich 2021-08-16 14:38:29 -0700
  • e98288d0d5
    bugfix: disable type serialization when legacy feature is set (#383) James Prestwich 2021-08-16 14:12:30 -0700
  • f5e637bd52 sign_transaction_sync #388 Marc Enriquez 2021-08-16 22:37:29 +0200
  • 0ac4adb82b
    bugfix: disable type serialization when legacy feature is set #383 James Prestwich 2021-08-16 13:32:58 -0700
  • 6cb7cac675
    Release: 0.4 (#382) Georgios Konstantopoulos 2021-08-16 11:54:12 +0300
  • 2f9af9ad96 release: publish versions #382 Georgios Konstantopoulos 2021-08-16 11:42:19 +0300
  • 7db1a018fa fix: use once_cell default features Georgios Konstantopoulos 2021-08-16 11:41:32 +0300
  • 2dbf32e191 fix(abigen): use `no_deps` to avoid touching a Cargo.lock Georgios Konstantopoulos 2021-08-16 11:41:02 +0300
  • ba5f650dec
    feat: generate rust structs from solidity JSON ABI (#378) Matthias Seitz 2021-08-16 09:29:44 +0200
  • b38685c574
    Add Flashbots middleware to projects section (#381) Oliver Nordbjerg 2021-08-16 09:29:22 +0200
  • c50ccb73aa
    Add Flashbots middleware to projects section #381 Oliver Nordbjerg 2021-08-16 09:00:42 +0200
  • 453504cb78 chore: remove default feature on futures-util from all crates Georgios Konstantopoulos 2021-08-15 20:24:52 +0300
  • 3c89c732b7
    fix: signature fields should be U256 instead of H256 (#379) Rohit Narurkar 2021-08-15 17:00:44 +0530
  • 94d620d412 fix: relevant changes for aws and ledger signer #379 Rohit Narurkar 2021-08-14 22:54:12 +0200
  • ce229331bb fix: signature fields should be U256 instead of H256 Rohit Narurkar 2021-08-14 17:18:21 +0200
  • 0c8616ea4d rustfmt #378 Matthias Seitz 2021-08-14 15:21:15 +0200
  • 533ba8ebc7 add example Matthias Seitz 2021-08-14 15:20:39 +0200
  • d4a30764eb fix: failing test Matthias Seitz 2021-08-14 15:16:02 +0200
  • 6cb54e8723 use structs as function input Matthias Seitz 2021-08-14 15:02:48 +0200
  • 9fa1c71550 feat: add struct generation Matthias Seitz 2021-08-14 14:03:07 +0200
  • 964e9617b4 feat: simplify struct representation Matthias Seitz 2021-08-13 22:57:57 +0200
  • 5be5a233fe
    chore(deps): bump ecdsa from 0.12.3 to 0.12.4 #376 dependabot[bot] 2021-08-13 03:10:34 +0000
  • ed535799a0 Merge branch 'master' into generate-tuple-types Matthias Seitz 2021-08-12 19:29:34 +0200
  • 60ff4660df
    feat: multiple addresses on Filter (#375) Georgios Konstantopoulos 2021-08-12 19:19:24 +0300
  • b7c5305d76 fix: use legacy tx in unit test due to Ganache #375 Georgios Konstantopoulos 2021-08-12 19:09:51 +0300
  • 99e9a687ca
    fix: make gasPrice optional (since Type 2 transactions) (#374) Georgios Konstantopoulos 2021-08-12 19:01:52 +0300
  • f87ca36f70 chore: fmt Georgios Konstantopoulos 2021-08-12 18:55:01 +0300
  • 4848a8a455 feat: support multiple addresses in filters Sebastian Martinez 2021-08-11 23:00:14 -0300
  • e6cefbf318 chore: use new pkey for testnet txs to avoid nonce conflicts #374 Georgios Konstantopoulos 2021-08-12 18:47:58 +0300
  • 297639246b fix: make gasPrice optional (since Type 2 transactions) Georgios Konstantopoulos 2021-08-12 17:46:18 +0300
  • 4cae82849f
    add impl_fixed_types!(18) (fixes opensea abigen) (#373) georgewhewell 2021-08-12 15:43:55 +0100
  • 4d4436a894 fix(core): use async-await-macro to fix docs.rs publishing Georgios Konstantopoulos 2021-08-12 16:31:32 +0300
  • 3f5434d1b0 add impl_fixed_types!(18) (fixes opensea abigen) #373 georgewhewell 2021-08-12 10:40:26 +0000
  • c2897ae42c add raw abi model Matthias Seitz 2021-08-12 10:42:53 +0200
  • 9d5466c3ba feat: support multiple addresses in filters #370 Sebastian Martinez 2021-08-11 23:00:14 -0300
  • 109a6b85ee
    fix: only wrap single struct param in a tuple (#368) Matthias Seitz 2021-08-11 02:21:30 +0200
  • 8f12e23606 fix: only wrap single struct param in a tuple #368 Matthias Seitz 2021-08-11 00:49:24 +0200
  • d911e38c1f
    chore(deps): bump coins-ledger from 0.1.0 to 0.3.0 (#334) dependabot[bot] 2021-08-09 04:07:49 +0300
  • 1d79ec1360 chore: skip tx rlp test in celo Georgios Konstantopoulos 2021-08-09 03:58:22 +0300
  • 25c2e0e199
    feat(ethers-contract): typed txs (part 4) (#362) Georgios Konstantopoulos 2021-08-09 03:50:38 +0300
  • a629f7b8fd chore: fix review comments #362 Georgios Konstantopoulos 2021-08-09 03:38:23 +0300
  • d2ed0ebd59 fix: use legacy txs in ds proxy deployment / tests Georgios Konstantopoulos 2021-08-02 18:48:36 +0200
  • 637b417a5d chore: default to legacy txs via feature flag Georgios Konstantopoulos 2021-08-02 13:46:43 +0300
  • dfc635c9fc feat(multicall): allow submitting legacy txs Georgios Konstantopoulos 2021-08-02 13:39:15 +0300
  • 5242916542 chore: make all test transactions legacy Georgios Konstantopoulos 2021-08-02 13:39:46 +0300
  • 803d1b2d4d fix(providers): always try setting default_sender Georgios Konstantopoulos 2021-08-02 13:29:07 +0300
  • 1866d6ae2f feat(contract): use eip-1559 txs by default Georgios Konstantopoulos 2021-08-02 12:24:30 +0300
  • dcbfacf5bc
    feat: typed txs provider / middleware changes (part 3) (#357) Georgios Konstantopoulos 2021-08-09 03:31:11 +0300
  • aadbae7da0 chore: fix aws signer signature #357 Georgios Konstantopoulos 2021-08-09 03:30:33 +0300
  • 5c20471b94 chore: code review comments Georgios Konstantopoulos 2021-08-09 03:27:24 +0300
  • 8b320ef2ea fix: do not prepend a 0 for Legacy txs & test Georgios Konstantopoulos 2021-08-09 03:17:58 +0300
  • 63558a6c1f test: check 1559 / 2930 txs Georgios Konstantopoulos 2021-08-09 02:50:54 +0300
  • 03dae0cbf2 fix: set access list only if available Georgios Konstantopoulos 2021-08-09 02:50:42 +0300
  • a0530a1c15 fix: final tx encoding fixes Georgios Konstantopoulos 2021-08-09 02:50:05 +0300
  • 15ecde5d73 Fix(signer): pass the chain id Georgios Konstantopoulos 2021-08-09 02:17:26 +0300
  • 0508172205 chore: cargo fmt / lints Georgios Konstantopoulos 2021-08-02 11:47:34 +0300
  • c09f2c70ba chore: ethgasstation broke Georgios Konstantopoulos 2021-08-02 00:14:45 +0300
  • 40e33ad373 fix: set sender to transaction in signer Georgios Konstantopoulos 2021-08-01 22:58:55 +0300
  • a1bed4d697 feat: make trace_call / call take TypedTransaction Georgios Konstantopoulos 2021-08-01 22:08:44 +0300
  • b1a05fd006 fix(signer): set the correct account's nonce Georgios Konstantopoulos 2021-08-01 21:50:05 +0300
  • 3e3fbd0d82 chore: fix compilation errors & lints Georgios Konstantopoulos 2021-08-01 21:27:11 +0300
  • b867f2d289 fix(transformer): fill the transaction after transformation Georgios Konstantopoulos 2021-08-01 16:29:10 +0300
  • 099e0a8c12 fix: only set the nonce manually in the Signer middleware Georgios Konstantopoulos 2021-08-01 16:11:27 +0300
  • 1155616f11 feat: generalize send_transaction interface Georgios Konstantopoulos 2021-08-01 15:45:10 +0300
  • 0c6de4714c Revert "fix: add .into() to txs until we make the fn call more generic" Georgios Konstantopoulos 2021-08-01 14:58:31 +0300
  • 63fc6a7501 fix: add .into() to txs until we make the fn call more generic Georgios Konstantopoulos 2021-08-01 14:41:54 +0300
  • 316bd8c5c8 fix(providers): ensure the correct account's nonce is filled Georgios Konstantopoulos 2021-08-01 14:37:22 +0300
  • a45217e613 fix(middleware): adjust nonce/gas/escalators for TypedTxs Georgios Konstantopoulos 2021-08-01 14:36:52 +0300
  • a4450977aa feat(signer): use typed transactions Georgios Konstantopoulos 2021-08-01 14:03:33 +0300
  • b390b76c91 feat(core): add helpers for setting typed tx fields Georgios Konstantopoulos 2021-08-01 13:37:48 +0300
  • 4b0e2a7c4c feat(signers): use TypedTransaction in Wallet/Ledger Georgios Konstantopoulos 2021-08-01 13:37:31 +0300
  • 1c6a13cd87 feat(middleware): use TypedTransaction in Transformer Georgios Konstantopoulos 2021-08-01 13:37:03 +0300
  • 2028bd4c8f fix(contract): temp wrap all contract txs as Legacy txs Georgios Konstantopoulos 2021-08-01 12:59:37 +0300
  • a636e6c44d feat: send_transaction takes TypedTransaction now Georgios Konstantopoulos 2021-08-01 12:59:17 +0300
  • 4752f0dbf7 feat: add helpers for operating on the txs enum Georgios Konstantopoulos 2021-08-01 12:56:28 +0300
  • 4ce536d354 feat: fill transactions with access list / default sender info Georgios Konstantopoulos 2021-08-01 02:44:19 +0300
  • ba4861bdf1 add access list Georgios Konstantopoulos 2021-08-01 01:09:00 +0300
  • 44e17dd5ae feat(providers): add eth_feeHistory api Georgios Konstantopoulos 2021-07-31 23:17:44 +0300
  • ccff9fc98f
    feat: 1559/2930 txs (part 2) (#355) Georgios Konstantopoulos 2021-08-09 01:59:07 +0300
  • cc226b0c9b chore: cargo fmt / lints #355 Georgios Konstantopoulos 2021-08-09 01:56:34 +0300
  • 1c27884835
    chore(deps): bump rlp from 0.5.0 to 0.5.1 #361 dependabot[bot] 2021-08-08 22:50:36 +0000
  • 14419d37d6 feat: add helpers for operating on the txs enum Georgios Konstantopoulos 2021-08-09 01:49:10 +0300
  • 7f8c94dd29 fix(1559/2930): serialize properly Georgios Konstantopoulos 2021-08-09 01:44:15 +0300
  • dd71b07659 chore: ignore etherchain and ethgasstation Georgios Konstantopoulos 2021-08-02 00:19:56 +0300
  • 5c2f36f831 fix: references to rlp_opt / add access list setter Georgios Konstantopoulos 2021-07-31 22:34:16 +0300
  • 9da618a74f feat: add eip-1559 to the typed tx enum Georgios Konstantopoulos 2021-07-31 17:11:28 +0300
  • d204e4a4d1 feat: add eip-1559 tx type Georgios Konstantopoulos 2021-07-31 17:06:29 +0300
  • e6dc3f9e21 chore: rlp_opt take reference to option Georgios Konstantopoulos 2021-07-31 16:33:39 +0300
  • b675d715bc feat: add typed transaction enum Georgios Konstantopoulos 2021-07-30 19:10:23 +0300
  • 78e98edc92 feat: add eip2930 tx type Georgios Konstantopoulos 2021-07-30 19:08:06 +0300
  • 09ff480f19
    feat: eip2930/1559 response type adjustments (part 1) (#353) Georgios Konstantopoulos 2021-08-09 01:49:23 +0300
  • f165c13009
    feat: add support for `eth_getBlockReceipts` (#365) Eric Zhang 2021-08-08 16:10:40 -0500
  • c49f44bc54 Refactor `Provider` into a proper struct #365 Eric Zhang 2021-08-08 03:00:31 +0000
  • ec837c7ed7 Add `client_version()` function Eric Zhang 2021-08-06 19:56:29 +0000
  • 85ff4291b8 Add comment to the `get_block_receipts` function Eric Zhang 2021-08-06 19:43:25 +0000
  • 746d8b7bf2
    chore(abigen): allow clippy enum variant names (#364) Georgios Konstantopoulos 2021-08-06 14:47:57 +0200
  • b0b4f4e09e
    feat: detect ethers crate paths in derive macros (#366) Matthias Seitz 2021-08-06 14:47:17 +0200
  • 91374750de use crate detection #366 Matthias Seitz 2021-08-06 01:24:39 +0200
  • 5692dc2fd7 feat: determine ethers crate name using metadata Matthias Seitz 2021-08-06 00:21:46 +0200