-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump evmc and evmone images to v11 in CI #14758
Conversation
This is a major release, so has to be done in the some PR #14743 |
86af380
to
26f54d6
Compare
I'm moving the evmc update here from #14743. Also updating the hashes. |
- Note that you should delete (or not copy in the first place) `tooling.hpp` and `instructions.h`. | ||
- Copy [`loader.c`](https://github.com/ethereum/evmc/blob/master/lib/loader/loader.c) to [test/evmc](https://github.com/ethereum/solidity/tree/develop/test/evmc) | ||
- `MockedAccount.storage` in `mocked_host.hpp` should be changed to a `map` from `unordered_map` as ordering is important for fuzzing. You'll also need to include `<map>`. | ||
See [PR #11094](https://github.com/ethereum/solidity/pull/11094) for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the link. Originally it looked like this, which is not how links work in markdown (see c53afae):
[commit] for more details (https://github.com/ethereum/solidity/commit/788eb028255dc31aa108ac300dca52ad064fabf0)
While at it I thought I'd replace it with the link to the PR, since that gives more context.
26f54d6
to
4e7bb4e
Compare
No description provided.