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
feat(world-modules): register delegation with signature #2480
feat(world-modules): register delegation with signature #2480
Changes from all commits
9638e39
0dd31e2
991f921
cfed6b6
7e01049
3184d08
4700302
9da694d
5fd4630
0294888
4b88f2f
4ae2c64
0509e52
1776b99
2ef40ab
73c3a3b
4046da5
a005254
feaa25c
2bfda18
a2f962a
a9f5516
97c0026
b57b413
65a306e
6ddd301
4d0dfed
300f17e
8efbeb9
c983a1f
1d89e8e
72d429f
6401c1f
83c05ca
568f0db
1959f65
9cb3e6e
6da29bd
9f0153d
b0b9704
0aa80dd
9b5209e
b8c5cee
6328cee
36bddd0
f03f67d
53ff98e
c446925
f100973
026f61d
eac661e
52d6e8a
2422a87
36b1b30
b141f62
b479e03
89f8832
d700848
d0effce
f4b5a3b
9285af2
184e8ad
3719a10
41f5d10
da64e83
b8027ac
9153b4c
607ad03
50f4c60
b219c2d
3f7baf6
09f6acf
8916deb
993b468
ccaf5ee
25ed862
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.
where is this address coming from? is it
account.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.
It's just a made up address! it doesn't matter who the delegatee is because we don't do anything as them
I'll make this more clear
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.
This example is confusing because there are three accounts:
delegator
, which is generated during the test and signs the messagedelegatee
, which is just generated during the test to fill in the delegatee valuepage
account, which actually registers the delegation onchain but is otherwise not involvedThere 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.
ohh i see