Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

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 #

@pgarg66 pgarg66 force-pushed the loader-v4-integration branch from e6b16f6 to a81b695 Compare August 14, 2023 21:58
@pgarg66 pgarg66 force-pushed the loader-v4-integration branch from d3aa175 to 3e3f7d9 Compare August 15, 2023 00:49
@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
@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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants