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.
SIP-167 Introduces an L2 governance bridge #1402
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
SIP-167 Introduces an L2 governance bridge #1402
Changes from all commits
aa3f0a6
1afe430
c00dd54
fddeb7c
079c639
0c2f41e
4666157
737e356
2db8545
ced5584
733ba52
a204ccd
a9e61f6
383290c
b4ebbee
2e599e5
cb968bf
321f6b9
160889e
f1037b9
da53d8c
ea2aaba
5d64ccc
ff0a886
5d33db5
b663d01
c9a2a61
aac7602
17a2837
ebb5aab
f155e74
e68b90a
a8591ee
b207662
6917716
01d01e5
2e8ee69
6c6e675
ea1f4d2
332a226
7978c52
ec66e4e
798999d
e28c41c
60c7905
2a1468b
e31f607
88e7abd
30d07b0
7810593
4c10c1e
317537b
475cee4
88506ba
fe34f1f
afa73aa
5721368
1204bd4
6fa585b
718ed9f
9c07fa9
1ce250a
f854964
6ad605a
b888989
397c6c5
a03acc8
f7728b0
0fe426d
d8e51b0
91acfd9
135c9c3
2561082
26395f5
0f0d2d2
b233fd8
998eb97
baa9157
3127bc5
58568da
5f8faf8
fc3bc72
5575537
b3bbbda
a924ad0
4d17d49
d0a2427
9a05357
eb19e82
b33a1cd
cb07d30
93bb5d8
115701d
d661119
856e74a
904cf5c
5b3624a
451ea8d
8388fec
7612a80
b2577d4
562ab72
d410665
9216ccf
b55b5a0
31dbf74
eb69d06
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
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.
[np] this would probably read better if written as > 0
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.
Would it not be better to emit for each relay? If we ever need to track each message sent it will be hard to unpack the batches ...
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.
We intentionally tried to avoid this, since it would significantly increase the gas cost of a batched relay.
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.
Same here with individual events...