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
ACP-77: Implement Warp message verification #3423
ACP-77: Implement Warp message verification #3423
Changes from 250 commits
845f1d2
91a7cd7
df02f3c
c848fee
79c9b40
d8819fc
667002e
31be1e2
fb7f564
cd317f5
9884275
ed2fcfd
c4f5652
eb52075
8f0a080
d482de8
fc27346
e8b21ec
7f517c7
7d0d7e5
08bd9e3
78c1c3d
6547c6d
38ee164
d2137ef
5845d11
6c3116a
d0d1602
d397375
5f8a09c
3e9dc01
da3a726
8483ced
0507ce7
0022a65
8bbeee6
08dd776
255b0bf
3bc547d
bff468d
99f3c97
7cf1668
41f78f0
29cd6ba
8dfcbb1
ef29548
a77fb3c
ce05dc8
3d04cef
dc35645
d472a9f
34ba29b
97029aa
dbeee70
729ded5
3621e53
de2be9f
92a2277
6375aa2
aedff15
1ac030a
9e0d7d5
9993b05
547d426
6bcc0ea
6065604
a7792c7
39b961b
4723c46
46c4889
a576cd1
f1ca6e6
71f88e8
c2ffd17
2b5d7c7
91a6465
07370a5
23aff43
66011f0
32bba0e
d183148
b1bb458
ad31107
cee236e
900eba3
fd48bde
7cbf31b
33d297d
486f732
b448a04
0685531
bb9f853
e6e3e76
3077356
69837c1
8611fe4
a5d3930
d74cdff
7cddfc0
afc9054
3c8246e
1268ed1
f7b75bc
82a249b
d37e9f3
9dc642a
22de2b1
cc0e0ee
33fea00
915eb71
3811423
b0c6f0b
74edd4f
7d31e7a
fca9460
158621c
4c6462c
a217d1b
3987922
56475cf
db85cf1
8a18b14
6dc3e84
f8552ba
7e1c545
88fe959
5b08c6a
54b24e5
9884a93
a7cd427
4c2605c
20bd155
acf026a
bb0a605
0bf397a
5591626
0093c70
a0e6bcd
5e46925
706c833
3a01924
d7e00dd
56b0049
3540203
1bf8709
018b0aa
bd6e10b
24c7d4b
833c04d
70a53b3
26c3549
877242f
5110cfa
e435ed7
3750b1c
687398e
5a08505
05d24ca
37bede4
3098c0b
240f1e8
e0ab968
efa35a4
031b989
a3f6186
f767800
0901618
aedd8da
e64ca23
4c86649
987c4e2
e10a311
f55e2c0
98ffb01
6b23e82
c8f5157
a741fe9
af6171a
e3f6ab3
fc9440c
f41cff6
e2b971e
38f63f9
aa4e859
a35c877
93ffbcd
28b478b
db37d00
3b1d5ca
9571693
30ac509
9769f21
f16cc58
2947902
6357f5a
eaa7ea3
e2451ab
6d04b1f
b71faf7
949da1d
fde96e7
c975b67
ddd97e3
d5148eb
6dc9f6d
5e49482
abae441
b3e1095
5f86e1a
4c9f376
b44a5eb
a4637e7
e055312
5797442
6756ea0
22e6b6b
d92a83d
024b042
33c2ac8
fa5f2cb
b413478
860fc32
02fa55a
e42e213
4b36d76
ee3f305
b49f7f8
cdabac6
a513cf1
0b529af
4935575
fd9e198
5953b6b
963b122
44d3bd5
79cd3be
c7842c0
f7c3e71
a245061
039d539
a14dc90
06ce053
c03ad3b
54f58a8
8806a57
d9b04ba
cfc0432
137ce85
2fc07b3
52e04ff
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.
For my own understanding, why are we adding the
pChainHeight
for packing Durango blocks when P-Chain Durango blocks aren't allowed to include ICM messages?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 so that we can call the same
executeTx
helper. The tx execution is enforcing which transactions are included when.