-
Notifications
You must be signed in to change notification settings - Fork 13
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: spark contract #377
base: main
Are you sure you want to change the base?
feat: spark contract #377
Conversation
LexLuthr
commented
Jan 21, 2025
•
edited
Loading
edited
- Contract
- Test - contract
- Auto update process
- Delete command
- Test in mainnet
- README
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.
I reviewed the design and have concerns about the feasibility/usability of the proposed solution. PTAL at my comments below.
37d479e
to
e174761
Compare
e174761
to
f4aa99b
Compare
fec0bf3
to
652fbac
Compare
652fbac
to
0ddc513
Compare
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.
Thank you for simplifying the contract!
I have a few comments to consider, see above.
The new version looks good to me 👍🏻 Can you please let me know what is the address of the mainnet deployment we can use in Spark and the FRC?
https://github.com/filecoin-project/curio/pull/377/files#diff-d85ad0e746ee905070323ee7d58e78f5f1c2f7d23f076a184ff577c38472263dR22 has the contract address. |
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.
I discovered a bug in the example code in README, I think it's important to fix it. It's not preventing this pull request from being landed, though.
I also have a suggestion to rename signedMessage
to signature
, but I understand it may not be important enough at this stage.