-
Notifications
You must be signed in to change notification settings - Fork 0
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
[MTG-482] using the delegated stake in the minimal requirement check #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The part in initialize_staking_accounts
doesn't look pretty. It should work, though. lgtm
programs/bubblegum/program/src/processor/finalize_tree_with_root.rs
Outdated
Show resolved
Hide resolved
programs/bubblegum/program/src/processor/finalize_tree_with_root.rs
Outdated
Show resolved
Hide resolved
…ot.rs Co-authored-by: Kyrylo Stepanov <[email protected]>
programs/bubblegum/program/src/processor/finalize_tree_with_root.rs
Outdated
Show resolved
Hide resolved
programs/bubblegum/program/src/processor/finalize_tree_with_root.rs
Outdated
Show resolved
Hide resolved
programs/bubblegum/program/src/processor/finalize_tree_with_root.rs
Outdated
Show resolved
Hide resolved
programs/bubblegum/program/src/processor/finalize_tree_with_root.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should work better now. At least in terms of memory. LGTM, great job!
For this to work the
mtg-464-prealloc
on the rewards needs to be updated to include no-entrypoint feature.