-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix!: constant jail patch #165
Conversation
current solution does not work but is a placeholder showcasing how I am thinking through this. Still unsure how staking is pulling the val when its deleted from the power store before, waited to persist, and then set the val to be really jailed |
:D w/ SDK modification
|
leaning towards SDK fork for all POA networks & Spawn. It's less than ideal but I am going to spend another few hours or so tearing my hair out to see if I can get around it. |
ref: #165
Requires single line SDK fork. If not upstreamed, will fork the SDK in the Strangelove Org & insert into spawn for all future POA users. Feels wrong to do but can't skip the panic since the jail hits at h+1 where panic is at h :\
test easily with simapp/test_node.sh , create val set, and wait 10 blocks.