Skip to content

Fix state trie version to be as value instead of pointer-size#518

Merged
lamafab merged 2 commits intow3f:mainfrom
qdm12:qdm12/state-version-as-pointer
Jul 21, 2022
Merged

Fix state trie version to be as value instead of pointer-size#518
lamafab merged 2 commits intow3f:mainfrom
qdm12:qdm12/state-version-as-pointer

Conversation

@qdm12
Copy link
Copy Markdown
Contributor

@qdm12 qdm12 commented Jul 6, 2022

No description provided.

@tomaka
Copy link
Copy Markdown
Collaborator

tomaka commented Jul 13, 2022

If I'm not mistaken, the version is indeed not a pointer-size, but it's not a pointer either. It's simply a i32 that specifies the version, either 0 or 1.

@qdm12 qdm12 changed the title Fix state trie version to be as pointer instead of pointer-size Fix state trie version to be as direct value instead of pointer or pointer-size Jul 13, 2022
@qdm12
Copy link
Copy Markdown
Contributor Author

qdm12 commented Jul 13, 2022

I updated the changes so it's just the state version and no longer a pointer nor pointer-size.

@qdm12 qdm12 changed the title Fix state trie version to be as direct value instead of pointer or pointer-size Fix state trie version to be as value instead of pointer-size Jul 13, 2022
@lamafab lamafab merged commit d9425d0 into w3f:main Jul 21, 2022
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