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

Remove executors trait and replace with LoadedProgram #30348

Merged
merged 6 commits into from
Feb 17, 2023

Conversation

pgarg66
Copy link
Contributor

@pgarg66 pgarg66 commented Feb 15, 2023

Problem

The executor trait and implementations are being replaced with LoadedProgram. The loader and bank code needs update.

Summary of Changes

Updated code to remove the trait, and its implementations. Replaced with LoadedProgram.

Fixes #

@pgarg66 pgarg66 force-pushed the remove-executors branch 6 times, most recently from 7344931 to 5c6a85f Compare February 16, 2023 13:27
@pgarg66 pgarg66 requested a review from Lichtso February 16, 2023 13:29
@pgarg66 pgarg66 marked this pull request as ready for review February 16, 2023 13:29
@pgarg66 pgarg66 requested a review from Lichtso February 16, 2023 18:58
Copy link
Contributor

@Lichtso Lichtso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pub trait Executor from program-runtime/src/executor.rs should be deleted as well.

@pgarg66 pgarg66 requested a review from Lichtso February 16, 2023 21:59
@Lichtso Lichtso merged commit 3a4ba72 into solana-labs:master Feb 17, 2023
@pgarg66 pgarg66 deleted the remove-executors branch February 17, 2023 13:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants