-
Notifications
You must be signed in to change notification settings - Fork 555
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
VSR: unlock deposit integration #1822
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Is there some way we can get the VSR version / fork using on-chain data? this stuff shouldnt show up if the version of VSR doesn't support it. To be clear, you are running a VSR fork right? this isn't some new feature in mainline VSR? |
The most fool proof way would be a hard coded list of program ID's that feature gate this instruction.
Correct. Discussion on whether these features getting added to main VSR is TBD. So for now it's best to assume it will not make it into the main VSR repo. |
Do you have more details what the new features are about please? |
@SebastianBor added more details to the comment in this PR mithraiclabs/voter-stake-registry#1 (comment) |
@tomjohn1028 is attempting to deploy a commit to the blockworks-foundation Team on Vercel. A member of the Team first needs to authorize it. |
UnlockDeposit
instructionQuestions/Concerns
In an ideal world, Realms uses on-chain IDLs and has a more flexible approach to adding proposals. I'm not sure where that is on the roadmap.