Commit Graph

  • 1d9bc41aa6 fix: cargo fmt Sebastian Martinez 2021-10-18 14:00:52 +0200
  • 7d826202e6 test: add ledger eip712 test Sebastian Martinez 2021-10-18 13:58:56 +0200
  • fb4d9a9ef1
    feat: function call enums EthCall macro and more (#517) Matthias Seitz 2021-10-18 12:28:38 +0200
  • 9277ebc622 test: add tuple event test #517 Matthias Seitz 2021-10-18 12:12:03 +0200
  • ee9aa89f83 style: reindent macro body Matthias Seitz 2021-10-18 12:09:04 +0200
  • 68a8acbc0f
    Update ethers-contract/ethers-contract-abigen/src/contract/methods.rs Matthias Seitz 2021-10-18 11:44:35 +0200
  • 4a46069e80 refactor: remove unused code Sebastian Martinez 2021-10-18 01:24:12 +0200
  • d4cc4ed56a fix: revert ledger eip712 test Sebastian Martinez 2021-10-17 22:42:36 +0200
  • 628397ab7e
    fix: apply cargo fmt Sebastian Martinez 2021-10-17 22:33:47 +0200
  • cd3526583a
    fix: eip712 signing with ledger hw Sebastian Martinez 2021-10-17 22:18:47 +0200
  • 439684bedb Merge branch 'master' into matt/rustfmt-toml #503 Matthias Seitz 2021-10-17 19:49:06 +0200
  • 7be4b598fe style: use AsRef<[u8]> Matthias Seitz 2021-10-17 18:20:04 +0200
  • 3ffb8be363 feat: add encode/decode trait impls Matthias Seitz 2021-10-17 16:10:43 +0200
  • 449f988cc7 chore: rm ethabi patch Matthias Seitz 2021-10-17 15:50:11 +0200
  • 4897b0b8ca chore: patch ethabi Matthias Seitz 2021-10-17 15:28:55 +0200
  • 091d9cca41 feat: add unit type derive support and more test Matthias Seitz 2021-10-17 14:03:32 +0200
  • d862a75e4f cargo fix Matthias Seitz 2021-10-17 13:04:15 +0200
  • cc12a49b85 chore: update changelog Matthias Seitz 2021-10-17 13:00:55 +0200
  • f37fe20120 chore: docs and test Matthias Seitz 2021-10-17 12:58:55 +0200
  • 071a41605b
    feat(etherscan): transaction endpoints (#512) Alexey Shekhirin 2021-10-17 13:01:20 +0300
  • 86fffd6ba4 feat: replace anyhow::Result with thiserror strong types #512 Georgios Konstantopoulos 2021-10-17 12:46:12 +0300
  • a011619587 test: add convert test Matthias Seitz 2021-10-17 11:45:08 +0200
  • 1deadabf46 feat: add from conversion Matthias Seitz 2021-10-17 11:43:53 +0200
  • 3a1047f888 feat: derive display for call structs Matthias Seitz 2021-10-17 01:45:08 +0200
  • 62a53cc1fa chore: use correct trait name on error Matthias Seitz 2021-10-17 01:33:14 +0200
  • 12fa801b97 rustfmt Matthias Seitz 2021-10-17 01:23:00 +0200
  • 36e62a74a7 test: first call test Matthias Seitz 2021-10-17 01:22:37 +0200
  • c6af805a7c fix: concrete abi and map errors Matthias Seitz 2021-10-17 01:05:42 +0200
  • 00f8ed95d0 feat: use abigen enum derive Matthias Seitz 2021-10-17 00:36:33 +0200
  • 053b3115df feat: support enums Matthias Seitz 2021-10-17 00:32:17 +0200
  • 748a0a2f46 feat: impl EthCall derive Matthias Seitz 2021-10-17 00:01:35 +0200
  • 21b79cee7e feat: add bare bones eth call derive Matthias Seitz 2021-10-16 21:51:47 +0200
  • 7ec449c3fa feat: include in abigen Matthias Seitz 2021-10-16 21:44:03 +0200
  • 28bd693802 feat: add ethcall trait Matthias Seitz 2021-10-16 21:33:21 +0200
  • 42bb5637a2 style: refactor some stuff Matthias Seitz 2021-10-16 20:42:39 +0200
  • 90b2c1be45 style: use deref over clone Matthias Seitz 2021-10-16 19:24:50 +0200
  • db51b38ee8 fix: do not sort event variants Matthias Seitz 2021-10-16 19:13:23 +0200
  • c3528b78db
    fix: use syn::Index for tuple access (#515) Matthias Seitz 2021-10-16 18:45:42 +0200
  • a897720f04 rustfmt #515 Matthias Seitz 2021-10-16 18:26:41 +0200
  • df8e53a390 fix: use syn::Index for tuple access Matthias Seitz 2021-10-16 18:23:44 +0200
  • cdb4c37987
    bump ethers-etherscan version to 0.1.1 Alexey Shekhirin 2021-10-16 16:23:19 +0300
  • 9123477d73
    feat(etherscan): transaction endpoints Alexey Shekhirin 2021-10-16 15:38:49 +0300
  • 956a87a924
    test(middleware): fix flapping gas oracle (#514) Alexey Shekhirin 2021-10-16 18:47:17 +0300
  • c1af73bfe2
    into > from #514 Alexey Shekhirin 2021-10-16 18:24:26 +0300
  • 91ab4f4550
    test(middleware): fix flapping gas oracle Alexey Shekhirin 2021-10-16 18:19:41 +0300
  • bef7960a2b
    feat: add display support for events (#513) Matthias Seitz 2021-10-16 15:42:17 +0200
  • 003d47200b chore: update changelog #513 Matthias Seitz 2021-10-16 15:18:47 +0200
  • 591ce6f443 feat: derive display for event enum Matthias Seitz 2021-10-16 15:15:16 +0200
  • 7571af89cf feat: derive EthDisplay in abigen Matthias Seitz 2021-10-16 15:13:18 +0200
  • 4d7f770dc2 fix: use ? op Matthias Seitz 2021-10-16 14:55:40 +0200
  • bbf2eaab3c test: add display test Matthias Seitz 2021-10-16 14:51:27 +0200
  • 562a095f06 feat: add EthDisplay Matthias Seitz 2021-10-16 14:45:38 +0200
  • b8fb5ecc81 chore: reexport hex Matthias Seitz 2021-10-16 14:45:22 +0200
  • e4bc79ccdf feat: add display derive macro Matthias Seitz 2021-10-16 11:18:41 +0200
  • 6c8bc2e6c0 Merge branch 'master' into matt/display-events Matthias Seitz 2021-10-16 11:13:17 +0200
  • 4608ddd9fa
    chore: move proc macro implementation to separate modules (#510) Matthias Seitz 2021-10-16 10:19:42 +0200
  • b8142a3bd3 chore: move proc macro implementation to separate modules #510 Matthias Seitz 2021-10-15 22:14:39 +0200
  • 4996fa2ca4 docs: add telegram metadata (#509) Georgios Konstantopoulos 2021-10-15 17:44:26 +0300
  • ec1af1a4a1 docs: add crates meta #509 Georgios Konstantopoulos 2021-10-15 17:44:13 +0300
  • e977946d67 docs: add telegram metadata Georgios Konstantopoulos 2021-10-15 17:39:55 +0300
  • b96c73ac3b
    chore: remove GasNow api since it's deprecated (#508) Georgios Konstantopoulos 2021-10-15 14:05:54 +0300
  • fef850e773 chore: remove GasNow api since it's deprecated #508 Georgios Konstantopoulos 2021-10-15 13:42:52 +0300
  • ed6228ba0d rustfmt Matthias Seitz 2021-10-13 18:11:28 +0200
  • 9576a7bc56 Merge branch 'master' into matt/rustfmt-toml Matthias Seitz 2021-10-13 18:10:52 +0200
  • cb46b1afed
    chore(deps): bump proc-macro2 from 1.0.29 to 1.0.30 (#504) dependabot[bot] 2021-10-13 16:07:30 +0300
  • 44bb02f857
    feat: substitute overloaded functions (#501) Matthias Seitz 2021-10-13 11:53:43 +0200
  • fd39658fa7
    chore(deps): bump proc-macro2 from 1.0.29 to 1.0.30 #504 dependabot[bot] 2021-10-13 03:10:16 +0000
  • d3a15049db chore: rustfmt Matthias Seitz 2021-10-12 22:34:48 +0200
  • df87c23ac9 ci: update ci Matthias Seitz 2021-10-12 22:18:04 +0200
  • ec08af0e57 chore: Update readme with fmt info Matthias Seitz 2021-10-12 19:30:06 +0200
  • add4899d67 rustfmt Matthias Seitz 2021-10-12 19:21:27 +0200
  • 5e2ae6da33 chore: add rustfmt.toml Matthias Seitz 2021-10-12 19:20:31 +0200
  • 3aa7b66070 chore: update changelog #501 Matthias Seitz 2021-10-12 01:48:27 +0200
  • 73413487ff feat: substitute overloaded functions Matthias Seitz 2021-10-12 01:47:33 +0200
  • ea8551da4c
    feat: add support for multiple contract definitions in abigen macro (#498) Matthias Seitz 2021-10-11 16:18:09 +0200
  • 6d9b300b86
    chore(deps): bump thiserror from 1.0.29 to 1.0.30 (#500) dependabot[bot] 2021-10-11 15:42:55 +0300
  • 69c771c1c3
    chore(deps): bump syn from 1.0.78 to 1.0.80 (#499) dependabot[bot] 2021-10-11 15:42:47 +0300
  • 2255b877de
    feat: impl Deserialize for block number (#497) Rohit Narurkar 2021-10-11 14:42:10 +0200
  • 5053d73b34
    chore(deps): bump thiserror from 1.0.29 to 1.0.30 #500 dependabot[bot] 2021-10-11 03:09:44 +0000
  • 34aaa016f2
    chore(deps): bump syn from 1.0.78 to 1.0.80 #499 dependabot[bot] 2021-10-11 03:09:25 +0000
  • 03009e95e4 chore: update changelog #498 Matthias Seitz 2021-10-11 01:22:50 +0200
  • b1056f152f test: add test Matthias Seitz 2021-10-11 01:22:15 +0200
  • 7244569a4d feat: impl Deserialize for block number #497 Rohit Narurkar 2021-10-11 00:36:43 +0200
  • f682ebfbfd fix: parsing and tests Matthias Seitz 2021-10-11 00:30:31 +0200
  • 2385db2ba6 fix: use correct events decl Matthias Seitz 2021-10-10 23:37:42 +0200
  • 28ae3e5d87 feat: support multiple contracts in abigen Matthias Seitz 2021-10-10 23:21:10 +0200
  • 6216b2e4a2
    chore: remove unused && cargo fix (#496) Matthias Seitz 2021-10-10 10:31:34 +0200
  • 5a17a330ab chore: cargo fix #496 Matthias Seitz 2021-10-10 00:29:31 +0200
  • f5302884ff chore: rm allows Matthias Seitz 2021-10-09 23:40:17 +0200
  • 0c94b58cd5
    chore: simplify eip712 example (#492) Georgios Konstantopoulos 2021-10-08 17:31:42 +0100
  • f36798aa50 chore: fmt #492 Georgios Konstantopoulos 2021-10-08 17:31:31 +0100
  • 19c5df8376 examples: simplify permit hash Georgios Konstantopoulos 2021-10-08 17:07:07 +0100
  • c8f8216f4c chore(contract): gate eip712 Georgios Konstantopoulos 2021-10-08 15:35:50 +0100
  • d7ab229a4c
    derive-eip712: initial implementation of eip712 derive macro (#481) Ryan 2021-10-08 08:22:51 -0700
  • 208949a182 chore: make test constructor public #481 Georgios Konstantopoulos 2021-10-08 15:19:52 +0100
  • 06eb8f223c
    chore(deps): bump reqwest from 0.11.4 to 0.11.5 (#490) dependabot[bot] 2021-10-08 15:15:41 +0100
  • 7d2e900cbb
    fix: allow clippy::redundant_clone and clippy::type_complexity in abigen (#491) georgewhewell 2021-10-08 15:14:16 +0100
  • e0a0d9253f
    enable ABIEncoderV2 for solidity test contract Ryan 2021-10-08 06:55:41 -0700
  • 6bdbea1365 fix: allow clippy::redundant_clone and clippy::type_complexity in abigen #491 georgewhewell 2021-10-08 10:18:09 +0000
  • 0d1509411b
    chore(deps): bump reqwest from 0.11.4 to 0.11.5 #490 dependabot[bot] 2021-10-08 03:09:52 +0000