File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 63
63
solc_0_8_5 = { version = "0.8.5" ; path = "solc-linux-amd64-v0.8.5+commit.a4f2e591" ; sha256 = "1rrkzajrzaxf5k5hy3fdag41dja4dp75l5034z9001fmlw3j0y5x" ; } ;
64
64
solc_0_8_6 = { version = "0.8.6" ; path = "solc-linux-amd64-v0.8.6+commit.11564f7e" ; sha256 = "0gpc18jlkb3f62mnhdawk9nzd0wfz5iqr5hvjpbkxg32ybrw9mdb" ; } ;
65
65
solc_0_8_7 = { version = "0.8.7" ; path = "solc-linux-amd64-v0.8.7+commit.e28d00a7" ; sha256 = "16bdi52r67znh8l8sdvckqikpz990gcsvdnh2ac2y8a57qw7ag80" ; } ;
66
+ solc_0_8_8 = { version = "0.8.8" ; path = "solc-linux-amd64-v0.8.8+commit.dddeac2f" ; sha256 = "1c6bn1wa1m3b0h7qzcks7mrkzpk7iqxdx8rli7in2v0kdchv2xz6" ; } ;
67
+ solc_0_8_9 = { version = "0.8.9" ; path = "solc-linux-amd64-v0.8.9+commit.e5eed63a" ; sha256 = "156b53bpy3aqmd8s7dyx9xsxk83w0mfcpmpqpam6nj9pmlgz2lgq" ; } ;
66
68
} ;
67
69
x86_64-darwin = {
68
70
solc_0_3_6 = { version = "0.3.6" ; path = "solc-macosx-amd64-v0.3.6+commit.988fe5e5" ; sha256 = "1x4xq0j84sfh9jjvv6x3yvhc76785vfr1mkmkq5idn3knfsq3m82" ; } ;
@@ -139,5 +141,7 @@ rec {
139
141
solc_0_8_5 = { version = "0.8.5" ; path = "solc-macosx-amd64-v0.8.5+commit.a4f2e591" ; sha256 = "0f5rvl98p5iylfs0pmxwxyfwivkdp7czyccmwwhagx3fl9kyw89l" ; } ;
140
142
solc_0_8_6 = { version = "0.8.6" ; path = "solc-macosx-amd64-v0.8.6+commit.11564f7e" ; sha256 = "0dnvynr264phf34y04gd2x8b63n1sjjbcsb10kx6pqy79zv9kvl6" ; } ;
141
143
solc_0_8_7 = { version = "0.8.7" ; path = "solc-macosx-amd64-v0.8.7+commit.e28d00a7" ; sha256 = "143rcxifcs8543cp3jjz4f2qfsy8g9w574m0mjs4wzg13wyncp6c" ; } ;
144
+ solc_0_8_8 = { version = "0.8.8" ; path = "solc-macosx-amd64-v0.8.8+commit.dddeac2f" ; sha256 = "1paib39vmh0bb37bswszwdx4cvws40pgnh19yvz5c795ah2f28hl" ; } ;
145
+ solc_0_8_9 = { version = "0.8.9" ; path = "solc-macosx-amd64-v0.8.9+commit.e5eed63a" ; sha256 = "1klli28jpld11llg1k5iia6wqp4hkrs7wh326b38p67xv3sx86fn" ; } ;
142
146
} ;
143
147
}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
12
12
- The output from ` dapp build ` now uses color to differentiate warnings and errors
13
+ - Support for solc 0.8.9/0.8.8
13
14
14
15
### Changed
15
16
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Counterexamples will be returned for any reachable assertion violations. Where a
118
118
violation is defined as either an execution of the invalid opcode (` 0xfe` ), or a revert with a
119
119
message of the form ` abi.encodeWithSelector(' Panic(uint256)' , errCode)` with ` errCode` being one of
120
120
the predefined solc assertion codes defined
121
- [here](https://docs.soliditylang.org/en/v0.8.6 /control-structures.html? highlight=Panic #panic-via-assert-and-error-via-require).
121
+ [here](https://docs.soliditylang.org/en/latest /control-structures.html#panic-via-assert-and-error-via-require).
122
122
123
123
By default hevm ignores assertion violations that result from arithmetic overflow (` Panic(0x11)` ),
124
124
although this behaviour can be customised via the ` --assertions` flag. For example, the following
You can’t perform that action at this time.
0 commit comments