-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[pallet-revive] bump resolc #10873
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
base: master
Are you sure you want to change the base?
[pallet-revive] bump resolc #10873
Conversation
|
/cmd prdoc --audience runtime_dev --bump patch |
…time_dev --bump patch'
|
|
||
| - name: Install resolc | ||
| run: | | ||
| VERSION="0.3.0" |
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.
@xermicus @pgherveou
Why was this still 0.3.0?
|
@0xRVE The differential tests CI for PolkaVM fail since the expectations file we have in the repo says that X set tests should fail but with this version of the compiler Y set of tests now fail. To make CI pass you should check the CI job, find the expectations file for PolkaVM, then update the one used in the repo. You can find the expectation file in the workflow summary here: https://github.com/paritytech/polkadot-sdk/actions/runs/21245356379?pr=10873 |
| cargo-command: "forklift cargo" | ||
| revive-differential-tests-ref: "be448d78bd83a755fdcab96849971ecdf4eebce0" | ||
| resolc-version: "0.5.0" | ||
| resolc-version: "0.6.0" |
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.
do we need that here at all for evm?
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.
We don't need it for the EVM, but it makes the action simpler
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.
After a discussion else-where, the test suite seems to assert on hardcoded expectations or values collected from an outdated version of the pallet and compiler.
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.
bump resolc version to 0.6.0 in github workflows