-
Notifications
You must be signed in to change notification settings - Fork 86
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
[System] Support rebuilding AccumulatorInfo and provides repair tools for reverting transactions #2310
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Manifest Files |
This reverts commit 228b547.
I need some help when ensure the compatibility of new and old data, after add new fields in the Struct @jolestar the key problem is that the old data does not have the Option flag in the bcs serialization. When parsing by field, the old data returns empty instead of None, causing the deserialization to fail.
PS1. The solution A:
PS2. The solution B:
|
Summary