-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Remove array fields from Merkle tree accounts
One more step towards making Merkle trees dynamic! * Stop hard coding the array sizes in accounts. This way, we don't have to re-compile the program to . * Don't store the pointers in the account. Instead, just store primitive fields we are interested in and manually restore vectors.
- Loading branch information
1 parent
90f4746
commit b0475ce
Showing
13 changed files
with
542 additions
and
673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.