Skip to content

Conversation

@buffalojoec
Copy link
Contributor

Problem

In the first BPF implementation of the program, we had to temporarily use an
arbitrary program ID in order to successfully test the program as a BPF
program.

Now that 2.0 is released, we can use add_upgradeable_program_to_genesis
to add a Core BPF program to the Bank and prevent it from being overwritten
by its original builtin counterpart.

Summary of Changes

Update the tests to use this new method, and the proper ID for the program!

@buffalojoec buffalojoec changed the base branch from main to 2.0 June 25, 2024 14:36
@buffalojoec buffalojoec changed the base branch from 2.0 to main June 25, 2024 14:40
@buffalojoec buffalojoec marked this pull request as ready for review June 25, 2024 14:40
@buffalojoec buffalojoec requested a review from joncinque June 25, 2024 14:40
Copy link
Contributor

@joncinque joncinque left a comment

Choose a reason for hiding this comment

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

woo!

@buffalojoec buffalojoec merged commit e5150b7 into main Jun 25, 2024
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.

3 participants