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

Ignore #98

Closed
wants to merge 40 commits into from
Closed

Ignore #98

wants to merge 40 commits into from

Conversation

blake-regalia
Copy link
Contributor

@blake-regalia blake-regalia commented Jun 30, 2024

Introduces a set of data structures to make stored balances persist in encrypted blobs when written to storage, with a fixed size. The bitwise trie operates on a hash of the account address as its key/prefix, and each leaf node points to a bucket storing a table of [address, balance, history_len].

@blake-regalia
Copy link
Contributor Author

Opened by accident

@blake-regalia blake-regalia changed the title Bitwise-Trie of Stored Balances with Buckets ~~Bitwise-Trie of Stored Balances with Buckets~~ Jun 30, 2024
@blake-regalia blake-regalia changed the title ~~Bitwise-Trie of Stored Balances with Buckets~~ Ignore Jun 30, 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.

2 participants