Skip to content
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 solana_rbpf to v0.4.0 #31594

Merged
merged 3 commits into from
May 12, 2023
Merged

Conversation

Lichtso
Copy link
Contributor

@Lichtso Lichtso commented May 11, 2023

Problem

solana_rbpf v0.4.0 was released.

Summary of Changes

  • Moves disable_deploy_of_alloc_free_syscall parameter inside create_loader().
  • Removes the is_abi_v2 flag in create_loader(), because there will be no syscalls at all in program-runtime-v2.
  • Dissolves the wrapper vm::VerifiedExecutable into elf::Executable.
  • Has vm::BuiltInProgram::register_function() accept raw byte strings instead of UTF-8 strings.

@Lichtso Lichtso force-pushed the bump/solana_rbpf branch 5 times, most recently from 1b0060b to 1d5da12 Compare May 11, 2023 15:45
@codecov
Copy link

codecov bot commented May 11, 2023

Codecov Report

Merging #31594 (11ca9fe) into master (4d4dddc) will increase coverage by 0.0%.
The diff coverage is 89.3%.

@@           Coverage Diff           @@
##           master   #31594   +/-   ##
=======================================
  Coverage    81.2%    81.3%           
=======================================
  Files         733      733           
  Lines      206460   206454    -6     
=======================================
+ Hits       167834   167849   +15     
+ Misses      38626    38605   -21     

@Lichtso Lichtso merged commit 5c8b5a2 into solana-labs:master May 12, 2023
@Lichtso Lichtso deleted the bump/solana_rbpf branch May 12, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants