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

Address version seed and extend account data size #196 #198

Merged
merged 7 commits into from
Aug 31, 2021

Conversation

otselnik
Copy link
Contributor

No description provided.

@otselnik otselnik self-assigned this Aug 30, 2021
@otselnik otselnik changed the title 196 addreees version seed extend size Address version seed and extend account data size #196 Aug 30, 2021
@@ -6,6 +6,11 @@ use solana_program::{
pubkey::Pubkey,
};

/// Ethereum account version
pub const ACCOUNT_VERSION: u32 = 1_u32;
Copy link
Contributor

Choose a reason for hiding this comment

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

I suggest renaming to ACCOUNT_SEED_VERSION and change the type to u8. In the feature, we can increase it to u16 without any problems.

@s-medvedev s-medvedev merged commit 7cbc6c0 into develop Aug 31, 2021
@s-medvedev s-medvedev deleted the 196_addreees_version_seed_extend_size branch August 31, 2021 08:36
afalaleev pushed a commit that referenced this pull request Oct 27, 2023
* added pr_url as param

* fix param name

* Update pipeline.yml
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