-
Notifications
You must be signed in to change notification settings - Fork 430
Add client spec for NEAR protocol (ICS 012) #915
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
Conversation
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.
Thanks very much, @riversyang, for writing this spec, and sorry for the late review.
I have left a bunch of comments, many of them are for consistency with the other specs. Le me know what you think!
Hi @crodriguezvega, many thanks for the detailed review! I have done a commit to update the doc. When you are available, please check again. Thank you! |
Thank you for addressing all my comments, @riversyang. I just left one follow up comment here. And apologies again for the late reply. I have also a question: are you planning to work also in the implementation of this light client? And if yes, in what language? |
Yes, Octopus Network do have a plan to implement a fully functional ICS-012 client with Rust, which can be integrated in |
Octopus Network defines a new client spec for NEAR protocol. We pick
ICS 012
as the number for this spec.The minimal implementation of verification algorithm and a sample application for testing is here.