Commit Graph

  • 8690a72854 detect version Matthias Seitz 2021-12-30 01:01:07 +0100
  • c6b51e3ae0
    feat/trezor: cache session on filesystem (#747) joshieDo 2021-12-30 01:38:29 +0200
  • 6558260a35 fmt & clippy #747 joshieDo 2021-12-29 20:04:46 +0200
  • 0ef9441062 add cache_dir to TrezorEthereum joshieDo 2021-12-29 20:03:00 +0200
  • e023c76e60 read/write from/to file directly joshieDo 2021-12-28 17:33:06 +0200
  • fb6ed1c3ba fix joshieDo 2021-12-28 15:16:00 +0200
  • 14d3041cc9 save and read from cache joshieDo 2021-12-28 12:39:15 +0000
  • 79bc6b1fc0 feat(solc): add dependency graph Matthias Seitz 2021-12-29 20:23:10 +0100
  • 86976052d4 add mod Matthias Seitz 2021-12-27 13:40:32 +0100
  • 49b3e0cc33 docs: document public functions Matthias Seitz 2021-12-27 10:34:03 +0100
  • c5ea7bd60a chore(deps): bump quote from 1.0.10 to 1.0.14 (#746) dependabot[bot] 2021-12-28 23:47:55 +0200
  • 304a04b3fd chore(deps): bump proc-macro2 from 1.0.35 to 1.0.36 (#744) dependabot[bot] 2021-12-28 13:03:54 +0200
  • c4236911bf chore(deps): bump convert_case from 0.4.0 to 0.5.0 (#741) dependabot[bot] 2021-12-27 21:42:23 +0200
  • 7693392caa chore(deps): bump proc-macro2 from 1.0.34 to 1.0.35 (#743) dependabot[bot] 2021-12-27 21:42:08 +0200
  • 2ca1ea4485 chore(deps): bump syn from 1.0.83 to 1.0.84 (#742) dependabot[bot] 2021-12-27 19:32:08 +0200
  • 8e0f7f82b7 chore: use new acc for rinkeby integration tests Georgios Konstantopoulos 2021-12-26 23:18:58 +0200
  • 7d044c63a9
    chore(deps): bump quote from 1.0.10 to 1.0.14 #746 dependabot[bot] 2021-12-28 11:05:10 +0000
  • 06dc9e3e4e
    chore(deps): bump proc-macro2 from 1.0.35 to 1.0.36 (#744) dependabot[bot] 2021-12-28 13:03:54 +0200
  • 88409fe2a3
    chore(deps): bump quote from 1.0.10 to 1.0.11 #745 dependabot[bot] 2021-12-28 03:11:15 +0000
  • 0947003b60
    chore(deps): bump proc-macro2 from 1.0.35 to 1.0.36 #744 dependabot[bot] 2021-12-28 03:11:06 +0000
  • e1c9c397cf
    chore(deps): bump convert_case from 0.4.0 to 0.5.0 (#741) dependabot[bot] 2021-12-27 21:42:23 +0200
  • 5a9eecaaca
    chore(deps): bump proc-macro2 from 1.0.34 to 1.0.35 (#743) dependabot[bot] 2021-12-27 21:42:08 +0200
  • 94462bbf6e
    chore(deps): bump convert_case from 0.4.0 to 0.5.0 #741 dependabot[bot] 2021-12-27 17:33:28 +0000
  • 7fa9ef64f1
    chore(deps): bump proc-macro2 from 1.0.34 to 1.0.35 #743 dependabot[bot] 2021-12-27 17:33:25 +0000
  • 36030e1a09
    chore(deps): bump syn from 1.0.83 to 1.0.84 (#742) dependabot[bot] 2021-12-27 19:32:08 +0200
  • ef860b3171
    chore(deps): bump syn from 1.0.83 to 1.0.84 #742 dependabot[bot] 2021-12-27 03:13:39 +0000
  • 674d9aab54 chore: use new acc for rinkeby integration tests Georgios Konstantopoulos 2021-12-26 23:18:58 +0200
  • 83e6588704 chore: cargo fmt Georgios Konstantopoulos 2021-12-26 22:56:00 +0200
  • bd03bda878
    fix(solc): methods is object (#734) Matthias Seitz 2021-12-25 17:20:24 +0100
  • 3f095f415f
    [draft] Add Optimism & OptimismKovan chains (#737) bayu ✦ 2021-12-25 23:19:50 +0700
  • 47e188793b
    chore(solc): more verbose traces (#738) Matthias Seitz 2021-12-25 17:18:57 +0100
  • 9619a987b9 chore(solc): more verbose traces #738 Matthias Seitz 2021-12-25 15:06:53 +0100
  • 9752b35b91
    etherscan: Add ETHERSCAN_API_KEY to optimism network #737 Bayu Aldi Yansyah 2021-12-25 13:13:27 +0700
  • f13c3e4ffe
    core: Add Optimism & OptimismKovan chains Bayu Aldi Yansyah 2021-12-25 13:08:38 +0700
  • 918063db9e
    refactor(solc): remappings detection rewrite (#732) Matthias Seitz 2021-12-25 05:52:26 +0100
  • 2a98b34195
    feat(abigen): search json recursively (#733) Matthias Seitz 2021-12-25 05:51:44 +0100
  • 4b4ebd74ba
    fix: make evm bytecode optional (#735) Matthias Seitz 2021-12-25 05:45:53 +0100
  • 4fac5d8153 docs: add example of nested abi file #736 thasarito 2021-12-25 09:07:14 +0700
  • f93175ab08 feat(abigen): from_json_files read source file recursively thasarito 2021-12-25 08:59:13 +0700
  • faf27e0883 fix: make evm bytecode optional #735 Matthias Seitz 2021-12-25 01:51:38 +0100
  • 929906f9a5 fix(solc): methods is object #734 Matthias Seitz 2021-12-25 00:41:17 +0100
  • bb9a9fd366 feat(abigen): search json recursively #733 Matthias Seitz 2021-12-24 22:34:55 +0100
  • d3f1c89451 chore: follow symlinks #732 Matthias Seitz 2021-12-24 22:02:05 +0100
  • dd52cf009e refactor(solc): remappings detection rewrite Matthias Seitz 2021-12-24 21:45:00 +0100
  • 183c0d21c4
    reexport multiabigen (#731) thasarito 2021-12-24 21:34:18 +0700
  • f23fd1b87b reexport multiabigen #731 thasarito 2021-12-24 20:44:33 +0700
  • 2e9816e535
    chore(deps): bump tracing-subscriber from 0.3.3 to 0.3.4 (#730) dependabot[bot] 2021-12-24 13:07:48 +0200
  • a70803a576
    chore(deps): bump tracing-subscriber from 0.3.3 to 0.3.4 #730 dependabot[bot] 2021-12-24 03:08:18 +0000
  • 11406ee8d4
    feat: add EventStream::select to combine multiple event streams (#725) Matthias Seitz 2021-12-23 20:23:55 +0100
  • ade8cd9553
    add fn settings on CompilerInput (#729) joshieDo 2021-12-23 17:03:37 +0200
  • e5247672fe add fn settings on CompilerInput #729 joshieDo 2021-12-23 14:44:52 +0000
  • 07e13ab9c7
    chore(deps): bump syn from 1.0.82 to 1.0.83 (#726) dependabot[bot] 2021-12-23 16:38:16 +0200
  • c7cf5bedbd
    feat(abigen): add MultiAbigen to generate multiple contract bindings (#724) Matthias Seitz 2021-12-23 15:38:07 +0100
  • bb0cd7acdd
    mark TransactionFut as Send (#723) georgewhewell 2021-12-23 14:29:51 +0000
  • 4411723e8a
    chore(deps): bump syn from 1.0.82 to 1.0.83 #726 dependabot[bot] 2021-12-23 03:10:12 +0000
  • 52fbeed680 chore: update changelog #725 Matthias Seitz 2021-12-22 23:21:15 +0100
  • 7e3d96ac12 feat: add EventStream::select to combine multiple event streams Matthias Seitz 2021-12-22 23:18:39 +0100
  • 31eea0c686 chore: add json extension check #724 Matthias Seitz 2021-12-22 18:04:41 +0100
  • 493634880b rustmft Matthias Seitz 2021-12-22 17:44:16 +0100
  • f1d6a36f84 chore: update changelog Matthias Seitz 2021-12-22 17:42:42 +0100
  • 296963f053 docs: more docs Matthias Seitz 2021-12-22 17:39:38 +0100
  • 5e50c09dbc feat(abigen): add MultiAbigen to generate multiple contract bindings Matthias Seitz 2021-12-22 17:34:07 +0100
  • ff4ea9f57e no send when wasm32 #723 georgewhewell 2021-12-21 20:02:39 +0000
  • 1da472c6cd mark TransactionFut as Send georgewhewell 2021-12-21 19:51:58 +0000
  • c22afee26a
    chore(deps): bump num_cpus from 1.13.0 to 1.13.1 (#722) dependabot[bot] 2021-12-21 19:37:31 +0200
  • 930a504c3a
    chore(deps): bump num_cpus from 1.13.0 to 1.13.1 #722 dependabot[bot] 2021-12-21 03:09:32 +0000
  • 568d9c8697
    Update Cryptography crates (#617) Georgios Konstantopoulos 2021-12-21 00:41:57 +0200
  • 27231ea5d4 chore: fix outstanding yubihsm errors #617 Georgios Konstantopoulos 2021-12-21 00:32:58 +0200
  • 2af1b28adf chore: cargo fmt Georgios Konstantopoulos 2021-12-21 00:05:37 +0200
  • 85ae359a66 ci: remove libudev req Georgios Konstantopoulos 2021-12-21 00:02:21 +0200
  • 368db2e7f0 chore: update cargo lock Georgios Konstantopoulos 2021-12-21 00:01:58 +0200
  • 1a13848f4d chore(signers): update crypto crates Georgios Konstantopoulos 2021-12-21 00:01:14 +0200
  • 2eebb53f56 fix(core): deserialize moonbeam keys with new fn Georgios Konstantopoulos 2021-12-20 23:43:09 +0200
  • 0304a769ad fix(core): use new k256 for pubkey calculation Georgios Konstantopoulos 2021-12-20 23:42:37 +0200
  • 1f4ecc6e75
    feat(abigen): add provided derives for call and event enums (#721) Matthias Seitz 2021-12-20 22:24:21 +0100
  • 5e87754320 chore: update CHANGELOG #721 Matthias Seitz 2021-12-20 22:09:45 +0100
  • fe1e8bc0cc feat(abigen): add provided derives for call and event enums Matthias Seitz 2021-12-20 22:07:22 +0100
  • c5ee58d13d chore: remove old webpki dep from reqwest Georgios Konstantopoulos 2021-12-20 22:56:35 +0200
  • 1f137977ec
    chore(deps): bump futures-util from 0.3.17 to 0.3.19 (#717) dependabot[bot] 2021-12-20 22:17:23 +0200
  • 3c590ad09b
    chore(deps): bump futures-executor from 0.3.17 to 0.3.19 (#718) dependabot[bot] 2021-12-20 22:17:16 +0200
  • 8db70cead9
    fix(solc): handle more remapping edge cases (#719) Matthias Seitz 2021-12-20 21:16:59 +0100
  • debd1dd153
    chore(solc): bump latest solc version (#720) Matthias Seitz 2021-12-20 21:15:56 +0100
  • 9aa593ed38 chore(solc): bump latest solc version #720 Matthias Seitz 2021-12-20 18:33:09 +0100
  • a35a3baa73 chore: cleanup #719 Matthias Seitz 2021-12-20 17:42:14 +0100
  • 21218d4d9d fix: handle deeply nested libs Matthias Seitz 2021-12-20 17:40:00 +0100
  • af4df7cdc4 fix(solc): handle more remapping edge cases Matthias Seitz 2021-12-20 16:56:23 +0100
  • bd8a62b3c4 feat: better remapping scanning Matthias Seitz 2021-12-20 14:15:55 +0100
  • e6932e033a feat: ancestor finding Matthias Seitz 2021-12-20 11:20:22 +0100
  • 0723f061b0
    chore(deps): bump futures-executor from 0.3.17 to 0.3.19 #718 dependabot[bot] 2021-12-20 03:14:56 +0000
  • 384d7cffee
    chore(deps): bump futures-util from 0.3.17 to 0.3.19 #717 dependabot[bot] 2021-12-20 03:14:38 +0000
  • 9eb451fa7a
    chore(deps): bump spki from 0.4.1 to 0.5.3 #716 dependabot[bot] 2021-12-20 03:14:26 +0000
  • b60f870504 remove libudev dependency from ci #715 joshieDo 2021-12-20 01:25:57 +0200
  • 89e7a6fad0 set temporary git-crate for tests joshieDo 2021-12-20 01:25:32 +0200
  • df674d3b2b bump yubihsm version 0.40.0 joshieDo 2021-12-20 01:19:20 +0200
  • 210b057cf0 bump trezor-client to 0.0.4 joshieDo 2021-12-20 01:15:30 +0200
  • 4956c6ae6f pretty assert recursive remappings #714 Matthias Seitz 2021-12-19 21:57:54 +0100
  • 0d2fc53541
    fix(solc): prefere dapptools style remappings (#713) Matthias Seitz 2021-12-19 21:34:06 +0100
  • 48526a4332 fix(solc): prefere dapptools style remappings #713 Matthias Seitz 2021-12-19 21:22:53 +0100
  • ef13818e82 chore: disable auto-enabling of asm Georgios Konstantopoulos 2021-12-19 22:19:04 +0200
  • be468bcf32 fix(abigen): use lib for parsing paths correctly in windows Georgios Konstantopoulos 2021-12-19 22:06:38 +0200