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

Integrate program loader-v4 with bank #32832

Merged
merged 6 commits into from
Aug 16, 2023

Conversation

pgarg66
Copy link
Contributor

@pgarg66 pgarg66 commented Aug 14, 2023

Problem

loader-v4 code is not yet integrated with bank. So the programs owned by this loader cannot be used.

Summary of Changes

Integrate the loader code with bank.

Fixes #

@codecov
Copy link

codecov bot commented Aug 15, 2023

Codecov Report

Merging #32832 (e826975) into master (52616cf) will increase coverage by 0.0%.
Report is 15 commits behind head on master.
The diff coverage is 75.1%.

@@           Coverage Diff           @@
##           master   #32832   +/-   ##
=======================================
  Coverage    82.0%    82.0%           
=======================================
  Files         785      785           
  Lines      211927   211991   +64     
=======================================
+ Hits       173793   173883   +90     
+ Misses      38134    38108   -26     

@pgarg66 pgarg66 marked this pull request as ready for review August 15, 2023 02:04
@pgarg66 pgarg66 requested a review from Lichtso August 15, 2023 02:05
@pgarg66 pgarg66 requested a review from Lichtso August 15, 2023 14:56
runtime/src/bank.rs Outdated Show resolved Hide resolved
@pgarg66 pgarg66 merged commit c17b938 into solana-labs:master Aug 16, 2023
18 checks passed
@pgarg66 pgarg66 deleted the loader-v4-integration branch August 16, 2023 17:50
behzadnouri pushed a commit to behzadnouri/solana that referenced this pull request Aug 16, 2023
* Integrate program loader-v4 with bank

* fix tests

* new struct for ProgramRuntimeEnvironments

* remove environment from program_runtime_environment_v

* move find_program_in_cache() to invoke_context

* cleanup
wen-coding pushed a commit to wen-coding/solana that referenced this pull request Aug 21, 2023
* Integrate program loader-v4 with bank

* fix tests

* new struct for ProgramRuntimeEnvironments

* remove environment from program_runtime_environment_v

* move find_program_in_cache() to invoke_context

* cleanup
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