-
Notifications
You must be signed in to change notification settings - Fork 11
feat: ini v3 core #210
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
feat: ini v3 core #210
Conversation
86d26f3
to
56c6f8a
Compare
- Introduced a new method `Approval` in the ImageHash struct to generate a digest that must be signed for subsequent ImageHash approvals. - Utilized a predefined salt for the hashing process to ensure consistency and security in the approval mechanism.
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.
@shunkakinoki @attente before I go through the PR in detail, what's the high-level update on this PR? Did we stabilize the v3 contracts? Is this backward-compatible regarding v1/v2?
Co-authored-by: Shun Kakinoki <[email protected]>
…721cdd882f92521a2742d07
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.
LGTM.
Current go-sequence@master
saved at "v2" branch: https://github.com/0xsequence/go-sequence/tree/v2
Includes all required core
configuration
,imageHash
,signature
modules derived from sequence-core forv3
and ensures that all critical tests are passing.Steps to test
rpc
:Caveats
Some gas-estimation commands, etc. are commented out because of the scope of this PR. will follow up in a later PR. Also,
Permission
,SmartSession
,SessionManager
related modules will follow up later.