Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
NEP-508: Resharding v2 #508
NEP-508: Resharding v2 #508
Changes from 13 commits
746ea70
2d80281
c100504
396c426
1f1d107
1566509
68a9b62
051e5aa
c0ae86d
6a8fedc
3f850d2
b621aab
1a0ffee
99a3845
26ec5a5
0c3b123
bfe52db
26a88a3
2953391
003fdef
3f8d425
2aa8dbe
f447163
2253fc5
d372e54
be0ce88
95b6d29
b2ceb5e
4469e45
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
@karim-en will this have an impact on the bridge?
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.
It looks like yes, but I don't understand how this could impact the Prover logic, so I would like to see the structure of the newly generated proof.
Also, it would be good if @walnut-the-cat had a look into our proof verification code and gave us some feedback.
https://github.com/aurora-is-near/rainbow-bridge/blob/bf7cc1e81ee4a4fad3e74e2c599b0b6cf3757f4d/contracts/eth/nearprover/contracts/NearProver.sol#L28
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.
@birchmd and @karim-en I had a quick look but I completely lack context. Perhaps it would be easier to perform an end to end test of the bridge and resharding on localnet or other small network? A simple setup to trigger resharding would be as follows:
Please let me know if you need any help at all and we can look into it together.