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
EIP7594: p2p-interface #6358
base: kzgpeerdas
Are you sure you want to change the base?
EIP7594: p2p-interface #6358
Changes from 93 commits
02e5430
986a2bd
5934400
ebe9b3b
6064ac3
8e49f88
46d07b1
c0eb4c4
51f189e
b87a6d7
f0cae30
e2afc58
791d2fb
9bdcd5e
07d33b3
325bdfd
aa390e9
81b55fa
87bc91f
18e3ba2
0b4cf10
34a2478
3db92f8
5bf1e02
27b0705
0e01d2f
ca3bd3e
7426690
c8d957a
8292341
510d988
26ac587
8ac4cc9
8e28654
3b1f5b4
9325423
0e02eb4
a8e2c3e
9e6cad4
67fe8ac
2f7a3d0
75c3e0b
77cc2ef
8d2c489
d8e1bef
d0722cd
0e710da
8f9f654
ad64b22
d292e94
152d276
9f42196
53f7175
887a44a
7063739
d49b1a1
1a85760
c6662bd
a755dba
3bea574
b927ddd
13029d9
41b35b9
fe183e7
24b30a9
93c3525
6cdc6bf
eb46f4c
14afc82
318d656
fab427d
086d3f1
778ea9f
a92eda5
7101f93
adc717c
1729bdc
85db9ca
74ee8bb
7b9c68b
755c24d
abf5892
e5237d1
c14b592
7a891f1
0bffdd0
aaba448
5eb854b
cf40d7f
b33900b
e034f30
fa5b154
5265eeb
d2c7208
b001499
c651312
7faec9b
8744888
2e9750b
e80bd36
329fc21
20e6b18
b32205d
9be615d
1ebba1f
249eb0e
722480a
65a5255
cc21a2a
f3f61cb
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.
There's just so much of this temporary workaround for broken devnet-1 fork schedule that's going to become kludgy jank the moment the first few devnets are over
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.
What is this
init
function doing -- is it likely in near future that it will be inadmissible to create aDataColumnQuarantine
without arguments? It's fine as a placeholder until those are finalized, but when merging intounstable
, it's cleaner to just use Nim's default mechanisms for this than add an empty shim init function. Justwill also default-initialize this way (any substantive numeric fields are zero, strings empty, ref's not allocated, etc), as will other default-creation approaches.