-
Notifications
You must be signed in to change notification settings - Fork 4.5k
bump solana_rbpf from 0.2.5 to 0.2.7 #16515
Conversation
@Lichtso - looks like 0.2.7 has build issues with master |
I am on it already, just waiting for my local tests to run through |
Cool, I'd like this to make it into v1.6 before we ship a new release to testnet, to give some soak time before upgrading mainnet to use it. I was hoping we'd ship a new 1.6 release today |
@mvines You will have to pull the commit in here: https://github.com/Lichtso/solana/tree/bump_rbpf |
Can you just push to this PR? |
@mvines I see, and done |
@Lichtso - if this is getting late for you, we can delay shipping the next 1.6 release until tomorrow |
Argh, that was stupid mistake of mine and here is the fix in RBPF. Instead of releasing an entire new version for this hot fix I would suggest to just deactivate the last two lines of the test temporarily (until the next RBPF release), as the method |
Codecov Report
@@ Coverage Diff @@
## master #16515 +/- ##
=======================================
Coverage 80.0% 80.0%
=======================================
Files 413 413
Lines 112207 112206 -1
=======================================
+ Hits 89850 89873 +23
+ Misses 22357 22333 -24 |
(cherry picked from commit f7eadd9) # Conflicts: # cli/Cargo.toml # programs/bpf/Cargo.toml # programs/bpf_loader/Cargo.toml # programs/bpf_loader/src/syscalls.rs
(cherry picked from commit f7eadd9) # Conflicts: # cli/Cargo.toml # programs/bpf/Cargo.toml # programs/bpf_loader/Cargo.toml # programs/bpf_loader/src/syscalls.rs
* bump solana_rbpf from 0.2.5 to 0.2.7 (#16515) (cherry picked from commit f7eadd9) # Conflicts: # cli/Cargo.toml # programs/bpf/Cargo.toml # programs/bpf_loader/Cargo.toml # programs/bpf_loader/src/syscalls.rs * Fix conflicts Co-authored-by: Michael Vines <mvines@gmail.com> Co-authored-by: Jack May <jack@solana.com>
(cherry picked from commit f7eadd9)
No description provided.