Merge master with wasmer7 into zk-prove-any/sp1#4527
Merged
bragaigor merged 120 commits intozk-prove-any/sp1-runnerfrom Mar 23, 2026
Merged
Merge master with wasmer7 into zk-prove-any/sp1#4527bragaigor merged 120 commits intozk-prove-any/sp1-runnerfrom
bragaigor merged 120 commits intozk-prove-any/sp1-runnerfrom
Conversation
Build currently failing until rust version is updated
The new version of stylus-sdk may be producing a wasm that has a different gas cost. To ensure that the different gas cost is not an issue with the new version, we will test the wasm generated by the old stylus-sdk version, before updating the gas costs in the test.
Also update .wat files to use new API for get_local and get_global Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## zk-prove-any/sp1-runner #4527 +/- ##
===========================================================
- Coverage 34.54% 32.59% -1.96%
===========================================================
Files 497 497
Lines 58813 58849 +36
===========================================================
- Hits 20318 19179 -1139
- Misses 34887 36300 +1413
+ Partials 3608 3370 -238 |
Contributor
❌ 5 Tests Failed:
View the top 3 failed tests by shortest run time
📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
…-changes-to-master Port recent changes from zk-prove-any/sp1-runner to master
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
pmikolajczyk41
approved these changes
Mar 23, 2026
Member
pmikolajczyk41
left a comment
There was a problem hiding this comment.
just a few questions - please resolve them at your will and merge whenever you feel it's good to go
Signed-off-by: Igor Braga <5835477+bragaigor@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pulls in OffchainLabs/wasmer#34
part of NIT-4680