Alex Beregszaszi
8527430421
Merge pull request #11149 from ethereum/evmc
...
Upgrade to EVMC 7.5.0
2021-04-21 22:26:05 +01:00
Alex Beregszaszi
f1aaae36ee
Upgrade to EVMC 7.5.0
...
One important change: MockedAccount.storage is a map and not unordered_map
2021-04-21 21:05:40 +01:00
chriseth
83213e659d
Merge pull request #11282 from ethereum/release_checklist
...
Update release checklist.
2021-04-21 22:03:24 +02:00
chriseth
70a3ef16e2
Update release checklist.
2021-04-21 22:03:24 +02:00
chriseth
f3ac70152c
Merge pull request #11285 from ethereum/version085
...
Set version to 0.8.5
2021-04-21 22:02:24 +02:00
Alex Beregszaszi
bb19c9e460
Set version to 0.8.5
2021-04-21 20:42:20 +01:00
chriseth
c7e474f243
Merge pull request #11279 from ethereum/changelog084
...
Prepare changelog for 0.8.4.
2021-04-21 15:09:37 +02:00
chriseth
3aad6b239c
Prepare changelog for 0.8.4.
2021-04-21 14:21:00 +02:00
Leonardo
7bbf3a694b
Merge pull request #11261 from ethereum/smt_choose_target
...
[SMTChecker] Add option to choose contracts to be analyzed
2021-04-21 13:11:33 +02:00
chriseth
c3d73982ea
Merge pull request #11268 from ethereum/refactorByteArrayPopSol2Yul
...
[Sol->Yul] Refactor ByteArrayPop to use unchecked index access
2021-04-21 13:05:00 +02:00
chriseth
e2120f1f2f
Merge pull request #11272 from ethereum/replace-boost-with-rangev3-solgen
...
Remove most boost usages in Yul proto converter
2021-04-21 12:21:57 +02:00
Djordje Mijovic
d03744489f
Update cmdline tests.
2021-04-21 11:01:22 +02:00
Djordje Mijovic
9fcf16900d
Update gas costs in smeantic tests.
2021-04-21 11:01:22 +02:00
Djordje Mijovic
0dd59fa0a2
[Sol->Yul] Remove index access from byte array pop function to optimize it.
2021-04-21 11:01:18 +02:00
Leonardo Alt
dd1865873e
Choose contracts to be analyzed by the SMTChecker
2021-04-21 10:34:14 +02:00
chriseth
c3f639b355
Merge pull request #11277 from ethereum/isoltest-trivial-reformatting
...
Normalize tests to match isoltest output (only trivial changes)
2021-04-21 10:01:33 +02:00
Bhargava Shastry
69dd1771b7
Remove as many boost usages as possible in protoToYul.cpp
2021-04-20 18:46:19 +02:00
Alex Beregszaszi
4177270562
Trivial isoltest updates: comments always on the same line
2021-04-20 17:38:29 +02:00
Alex Beregszaszi
1be07c2b36
Trivial isoltest updates: missing // ---- at the end
2021-04-20 17:38:29 +02:00
Alex Beregszaszi
84c05d35f3
Trivial isoltest updates: normalized whitespace
2021-04-20 17:38:29 +02:00
Alex Beregszaszi
45c6bbe02b
Trivial isoltest updates: directives sorted alphabetically
2021-04-20 17:21:56 +02:00
chriseth
cf7f814a4e
Merge pull request #10921 from ethereum/issue-10881
...
Natspec: Don't copy from base function if return parameters differ
2021-04-20 15:33:48 +02:00
Leonardo
159d6f9efa
Merge pull request #11222 from ethereum/smt_free_functions
...
[SMTChecker] Free functions and constants
2021-04-19 21:25:05 +02:00
Leonardo Alt
a39a6e26da
update tests
2021-04-19 19:23:18 +02:00
Leonardo Alt
80892c8a21
Fix nondeterminism
2021-04-19 19:23:18 +02:00
Leonardo Alt
db1b630de5
Changelog
2021-04-19 19:23:18 +02:00
Leonardo Alt
36def3ef6e
tests for free constants
2021-04-19 19:23:18 +02:00
Leonardo Alt
fd8b4afb76
new free function tests
2021-04-19 19:23:18 +02:00
Leonardo Alt
095d337140
Basic support to free constants
2021-04-19 19:23:18 +02:00
Leonardo Alt
6ae82fcec2
Add tests for the library bug
2021-04-19 19:23:18 +02:00
Leonardo Alt
4e34359063
Basic support to free functions
2021-04-19 19:23:18 +02:00
chriseth
6a0a51110d
Merge pull request #11256 from ethereum/smt_target_array
...
Change settings.modelChecker.targets to take an array instead of string
2021-04-19 18:47:06 +02:00
chriseth
8d169d3615
Merge pull request #11236 from ethereum/fix-allowed-paths-with-stdin
...
Fix stdin bypassing allowed paths
2021-04-19 18:03:05 +02:00
Leonardo Alt
e3abde43f5
Change settings.modelChecker.targets to take an array instead of string
2021-04-19 17:53:03 +02:00
Kamil Śliwak
0d4871ad10
Prevent adding '-' CLI flag to allowed paths as if it was an actual file
...
- This resulted in a bug where using stdin was effectively disabling allowed path checks.
2021-04-19 16:58:48 +02:00
chriseth
6ef7e39e46
Merge pull request #11267 from ethereum/test_osx_cache
...
Force Homebrew update to work around CircleCI auto-update issue
2021-04-19 16:54:12 +02:00
Kamil Śliwak
2abd3073d4
Merge pull request #11235 from ethereum/cmdline-tests-for-stdin
...
Allow using stdin in cmdlineTests
2021-04-19 16:21:43 +02:00
Kamil Śliwak
e76ef821a7
osx_install_dependencies.sh: Update brew explicitly to workaround auto-update issue on CircleCI
...
- Old versions have problems with binaries hosted on bintray. We need an up-to-date one.
- It automatically updates itself when we install boost but apparently there's a problem with that on CircleCI. An explicit update works.
2021-04-19 16:08:50 +02:00
Kamil Śliwak
1c556d0aaa
osx_install_dependencies.sh: Use set -ue to fail fast on errors
2021-04-19 16:06:49 +02:00
chriseth
1feca5dddb
Merge pull request #11259 from ethereum/exportErrorsInAst
...
Export used errors in the AST.
2021-04-19 15:53:32 +02:00
Mathias Baumann
1737bd7ded
Natspec: Don't copy from base function if return parameters differ
2021-04-19 15:20:30 +02:00
chriseth
8eb0d5edf6
Export used errors in the AST.
2021-04-19 14:15:50 +02:00
Bhargava Shastry
14d2170b46
Merge pull request #11238 from ethereum/yul-interpreter-storage-state
...
Permit Yul interpreter vs Evmone storage comparison.
2021-04-19 12:22:59 +02:00
Daniel Kirchner
f9b23ca845
Merge pull request #11247 from ethereum/setValueForCurrentScopeHelper
...
Add SetValueForCurrentScope helper.
2021-04-16 12:42:25 +02:00
Daniel Kirchner
afae46dcb5
Add ScopedSaveAndRestore helper.
2021-04-16 10:56:56 +02:00
Daniel Kirchner
cb85285ac6
Merge pull request #11258 from ethereum/less-verbose-bytecode-comparison-output-in-ci
...
Less verbose bytecode comparison output in CI
2021-04-16 10:22:51 +02:00
Đorđe Mijović
da87eea309
Merge pull request #11262 from ethereum/disable-smt-assertion-in-slices-3
...
Disable assertion that gives non-deterministic results in slice tests for SMTChecker
2021-04-16 09:34:25 +02:00
Kamil Śliwak
30cda36d9a
Create a bundle with all bytecode reports when comparison fails in CI
2021-04-15 17:14:33 +02:00
Kamil Śliwak
f14a80cbcf
Don't print full diff when bytecode comparison fails in CI
2021-04-15 17:14:33 +02:00
Kamil Śliwak
7b467a49d7
Disable assertion that gives non-deterministic results in in slice tests for SMTChecker
2021-04-15 17:14:21 +02:00