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

Feat/s cli remove disable auth #263

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Conversation

billythedummy
Copy link
Contributor

Closes #240
Merge #262 first

@billythedummy billythedummy changed the base branch from master to feat/s-controller-cli-enable-pool February 6, 2024 08:53
@f8122dac91 f8122dac91 changed the base branch from feat/s-controller-cli-enable-pool to master February 7, 2024 04:54
use crate::{LstStateListBanksClient, PoolStateBanksClient};
use crate::{DisablePoolAuthorityListBanksClient, LstStateListBanksClient, PoolStateBanksClient};

// TODO: _for_prog()
Copy link
Member

Choose a reason for hiding this comment

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

Ig we do this later?

Copy link
Member

Choose a reason for hiding this comment

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

yeh i think testing with _for_prog() and using program_ids different from the program::IDs is actually a valid test, cuz it will help us spot fuckups like using const for a pda where it shouldn't be

Copy link
Member

Choose a reason for hiding this comment

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

can revisit this on a separate testing issue: #270

@f8122dac91 f8122dac91 merged commit 8ffa0fa into master Feb 7, 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.

S Controller CLI: remove disable pool authority
2 participants