Commit Graph

  • 1435aaf837
    Fix formatting #1116 Bayu Aldi Yansyah 2022-04-07 03:23:18 +0700
  • ca3ac5275b
    add integration test for experimental pragma Bayu Aldi Yansyah 2022-04-07 03:00:39 +0700
  • 0056d5c878
    Parse experimental pragma Bayu Aldi Yansyah 2022-04-07 03:00:14 +0700
  • d6e5647ab2
    chore(deps): bump syn from 1.0.90 to 1.0.91 (#1113) dependabot[bot] 2022-04-05 23:42:49 -0700
  • 8f9832d1a6
    fix: correctly check cache expiry (#1114) Bjerg 2022-04-06 08:42:40 +0200
  • 3f82bcb07d
    fix: correctly check cache expiry #1114 Oliver Nordbjerg 2022-04-06 08:19:14 +0200
  • a4c5ffc308
    chore(deps): bump syn from 1.0.90 to 1.0.91 #1113 dependabot[bot] 2022-04-06 03:10:26 +0000
  • c436d19a9c
    feat(etherscan): add caching (#1108) Bjerg 2022-04-06 04:01:44 +0200
  • 0a30a7e77f chore: clippy #1108 Georgios Konstantopoulos 2022-04-05 19:00:36 -0700
  • 18865c0a2c
    feat: also cache when contracts are not verified Oliver Nordbjerg 2022-04-06 01:37:50 +0200
  • d5bf785f67
    feat: add ttl Oliver Nordbjerg 2022-04-06 01:20:29 +0200
  • a625248150
    fix: catch all rate limits Oliver Nordbjerg 2022-04-06 00:57:50 +0200
  • 23e45e8531
    fix: sanitize compilerinput based on version (#1111) Matthias Seitz 2022-04-05 21:00:04 +0200
  • 4a44469174 style: make once lazy #1111 Matthias Seitz 2022-04-05 20:30:38 +0200
  • bf430584e4 chore: remove unused warnings Matthias Seitz 2022-04-05 20:05:45 +0200
  • 5008547866 test: add compiler test Matthias Seitz 2022-04-05 18:18:30 +0200
  • a56d74d201 fix: sanitize compilerinput based on version Matthias Seitz 2022-04-05 18:13:24 +0200
  • ef1e715b86
    chore(deps): bump eyre from 0.6.7 to 0.6.8 (#1110) dependabot[bot] 2022-04-05 08:11:53 -0700
  • 2f02cc20eb
    chore(deps): bump eyre from 0.6.7 to 0.6.8 #1110 dependabot[bot] 2022-04-05 03:11:18 +0000
  • 38b984c353
    fix(solc): extend sparse mode to linked references (#1107) Matthias Seitz 2022-04-05 00:50:10 +0200
  • 3edbcc1967
    chore: add examples with required features (#1109) Matthias Seitz 2022-04-05 00:33:06 +0200
  • 2fe0856e95 chore: add examples with required features #1109 Matthias Seitz 2022-04-04 21:14:33 +0200
  • 0577072862
    fix: don't fail if cache doesn't exist Oliver Nordbjerg 2022-04-04 19:34:06 +0200
  • b44ab84280
    test: fix tests Oliver Nordbjerg 2022-04-04 19:23:51 +0200
  • a4179e0b90
    test: fix tests Oliver Nordbjerg 2022-04-04 18:34:53 +0200
  • 1cc734fe02
    feat: rate limit errors Oliver Nordbjerg 2022-04-04 18:26:57 +0200
  • bfc28bfef7
    chore: remove comments Oliver Nordbjerg 2022-04-04 18:14:20 +0200
  • 05d3c2890b
    fix: read cache without truncating the file Oliver Nordbjerg 2022-04-04 18:11:12 +0200
  • b1c57911fd
    fix: fix serialization Oliver Nordbjerg 2022-04-04 18:10:33 +0200
  • 8d11bac0d1
    fix: flush `BufWriter` Oliver Nordbjerg 2022-04-04 17:11:02 +0200
  • eb44a2284f Merge branch 'master' into matt/extend-file-filter-for-sparse #1107 Matthias Seitz 2022-04-04 16:58:18 +0200
  • 0a998716d4 test: add sparse mode test Matthias Seitz 2022-04-04 16:14:03 +0200
  • 549d913baa
    feat: write to cache if not exists Georgios Konstantopoulos 2022-02-22 13:42:19 +0100
  • c2ac65da47
    feat(etherscan): add caching Georgios Konstantopoulos 2022-02-20 00:29:51 +0200
  • 78c87b1126
    chore(deps): bump pretty_assertions from 1.2.0 to 1.2.1 (#1105) dependabot[bot] 2022-04-04 06:57:36 -0700
  • 72cd40679e
    chore(deps): bump tracing-subscriber from 0.3.9 to 0.3.10 (#1106) dependabot[bot] 2022-04-04 06:57:29 -0700
  • 06df7f41cc
    feat(solc): add bytecode hash variants (#1104) Matthias Seitz 2022-04-04 15:57:20 +0200
  • ed2d019a2d feat: resolve link references Matthias Seitz 2022-04-04 15:43:37 +0200
  • 6cb38a3114 refactor: supply graph in compile function Matthias Seitz 2022-04-04 14:32:22 +0200
  • aecceea991 feat: move data to edges type Matthias Seitz 2022-04-04 14:23:54 +0200
  • 7d42d62a89 chore: rename sparse filter Matthias Seitz 2022-04-04 14:12:43 +0200
  • c9bd720d9a feat: add inline function Matthias Seitz 2022-04-04 14:09:40 +0200
  • 1b5fbcf368 refactor: make parse a struct function Matthias Seitz 2022-04-04 13:32:47 +0200
  • f7aba0ff28 refactor: move sol parsing to separate mod Matthias Seitz 2022-04-04 13:27:09 +0200
  • df3e73be28 make None the Bytecodehash default #1104 Matthias Seitz 2022-04-04 10:47:51 +0200
  • 28827b096a
    chore(deps): bump tracing-subscriber from 0.3.9 to 0.3.10 #1106 dependabot[bot] 2022-04-04 03:09:41 +0000
  • e92f8fe9d9
    chore(deps): bump pretty_assertions from 1.2.0 to 1.2.1 #1105 dependabot[bot] 2022-04-04 03:09:22 +0000
  • 2d4bbd96ef feat(solc): add bytecode hash variants Matthias Seitz 2022-04-03 21:29:50 +0200
  • 5eb5baea68
    test: add multiline flatten test (#1101) Matthias Seitz 2022-04-03 17:05:31 +0200
  • 5bbc6c34ab
    chore(deps): bump solang-parser 0.1.11 (#1103) Matthias Seitz 2022-04-03 17:05:24 +0200
  • 10b59db90f chore(deps): bump solang-parser 0.1.11 #1103 Matthias Seitz 2022-04-03 16:17:05 +0200
  • 0a67307890 test: add multiline flatten test #1101 Matthias Seitz 2022-04-03 14:49:31 +0200
  • 18dda9aa83
    feat(solc): pass compile time to reporter (#1098) Connor Mendenhall 2022-04-02 17:37:38 -0400
  • f0659359ba Update changelog #1098 Connor Mendenhall 2022-04-01 22:48:43 -0400
  • 7419ff5750 Pass compile time to solc_success/on_solc_success Connor Mendenhall 2022-03-30 20:18:35 -0400
  • 33f5b7c5fa
    fix(ethers-etherscan): Broken Etherscan URL Construction (#1100) abigger87 2022-03-31 16:42:31 -0700
  • aac8bd0bb6 🎨 fmt #1100 Andreas Bigger 2022-03-31 12:28:49 -0700
  • b597ad1d50 👷 fix etherscan url stringification Andreas Bigger 2022-03-31 11:51:36 -0700
  • b3679fe113
    fix: aws signer does not throw error on unnormalized sig (#1099) Luke Tchang 2022-03-31 10:04:28 -0700
  • fe5b9c5129
    chore: update changelog #1099 Luke Tchang 2022-03-31 09:47:16 -0700
  • e25bbcfcce
    fix: reverts aws signer fix around sig normalization Luke Tchang 2022-03-31 09:00:07 -0700
  • f402f134a3 fix: bump svm-rs for lockfile + checksum adjustments Georgios Konstantopoulos 2022-03-30 12:46:26 -0700
  • 26b6472f9b
    feat(solc): include project paths in cache (#1097) Matthias Seitz 2022-03-30 21:14:29 +0200
  • 842f4d260f
    feat(core): add dev as a chain (#1093) Dan Cline 2022-03-30 14:20:23 -0400
  • c3c1633061 feat: add cache condition #1097 Matthias Seitz 2022-03-30 13:44:42 +0200
  • 4a9c9e8c5a update cache creation api Matthias Seitz 2022-03-30 13:37:27 +0200
  • 0e31ff0154 chore: bump format version Matthias Seitz 2022-03-30 13:18:27 +0200
  • 3d82a62de7 feat: add project paths to cache file Matthias Seitz 2022-03-30 13:18:13 +0200
  • 904ee133dc feat: add project paths struct Matthias Seitz 2022-03-30 13:16:35 +0200
  • 592fb6936a feat(core): add dev as a chain #1093 Dan Cline 2022-03-14 17:09:42 -0400
  • 3a653472cf
    chore(deps): bump getrandom from 0.2.5 to 0.2.6 (#1090) dependabot[bot] 2022-03-28 22:17:22 -0700
  • 167bb89727
    chore(deps): bump syn from 1.0.89 to 1.0.90 (#1091) dependabot[bot] 2022-03-28 22:17:02 -0700
  • fdd2d902c3
    chore(deps): bump tokio-util from 0.7.0 to 0.7.1 (#1089) dependabot[bot] 2022-03-28 22:16:53 -0700
  • 5e3153c719
    chore(deps): bump syn from 1.0.89 to 1.0.90 #1091 dependabot[bot] 2022-03-29 03:13:36 +0000
  • 8bdb1e08de
    chore(deps): bump getrandom from 0.2.5 to 0.2.6 #1090 dependabot[bot] 2022-03-29 03:13:27 +0000
  • 16b7db44cf
    chore(deps): bump tokio-util from 0.7.0 to 0.7.1 #1089 dependabot[bot] 2022-03-29 03:13:20 +0000
  • 110d1beeed
    chore: add some solc checksum traces (#1088) Matthias Seitz 2022-03-29 01:08:45 +0200
  • 0e55800bcc chore: use qualified path #1088 Matthias Seitz 2022-03-29 01:08:18 +0200
  • 1d660480ce chore: add some solc checksum traces Matthias Seitz 2022-03-28 23:40:12 +0200
  • 7842a70803
    feat: add `ArtifactId::identifier()` (#1087) Bjerg 2022-03-28 18:42:48 +0200
  • 794b5dcc60 chore: remove --all from clippy #1087 Georgios Konstantopoulos 2022-03-28 09:42:03 -0700
  • 967a142563
    chore(deps): bump semver from 1.0.6 to 1.0.7 (#1085) dependabot[bot] 2022-03-28 09:39:23 -0700
  • 60f02db235
    docs: note that `slug` is not unique Oliver Nordbjerg 2022-03-28 14:43:42 +0200
  • 6e59e4d6c5
    feat: add `ArtifactId::identifier()` Oliver Nordbjerg 2022-03-28 14:39:59 +0200
  • eaf3459ba1
    chore(deps): bump semver from 1.0.6 to 1.0.7 #1085 dependabot[bot] 2022-03-28 03:13:51 +0000
  • df855b045e
    feat: add TryFrom String reference for http provider (#1084) Matthias Seitz 2022-03-27 23:37:15 +0200
  • ef20c64296 feat: add TryFrom String reference for http provider #1084 Matthias Seitz 2022-03-27 22:46:36 +0200
  • c8ce673e94
    chore(deps): bump minimist from 1.2.5 to 1.2.6 in /examples/ethers-wasm (#1083) dependabot[bot] 2022-03-27 12:26:42 -0700
  • a5b67b9833
    chore(deps): bump minimist from 1.2.5 to 1.2.6 in /examples/ethers-wasm #1083 dependabot[bot] 2022-03-27 18:28:06 +0000
  • 72dfc52ec0 fix(ci): clippy before nightly ring regression Georgios Konstantopoulos 2022-03-27 11:27:01 -0700
  • 2689981782
    feat(solc): include source file ast in artifact (#1081) Matthias Seitz 2022-03-27 18:56:33 +0200
  • 6a5f5fa94d fix: make it compile again #1081 Matthias Seitz 2022-03-27 16:54:08 +0200
  • 919a570237
    feat: ability to get artifacts + sources (#1080) Bjerg 2022-03-27 16:44:23 +0200
  • 08b92256e3 Merge branch 'master' into matt/include-ast-in-artifact Matthias Seitz 2022-03-27 16:42:51 +0200
  • d09d52f714
    feat: ability to get artifacts + sources #1080 Oliver Nordbjerg 2022-03-27 01:00:13 +0100
  • a43a9b8806
    fix(abi): change abiarraytype trait bounds for tuple (#1079) Matthias Seitz 2022-03-25 01:40:34 +0100
  • 2d734b2ec9 fix(abi): change abiarraytype trait bounds for tuple #1079 Matthias Seitz 2022-03-24 22:42:49 +0100
  • 3c0d8c36dd
    chore(source_tree): add .sol extension when missing (#1077) Curtis Spencer 2022-03-24 10:04:46 -0700
  • a1f11bb860 chore(source_tree): add .sol extension when missing #1077 Curtis Spencer 2022-03-24 09:05:21 -0700
  • fa04247808
    Tx optional from (#1075) Meet Mangukiya 2022-03-24 10:36:55 +0530