-
Notifications
You must be signed in to change notification settings - Fork 760
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
pectra devnet4: implement pectra devnet4 spec #3706
Changes from 51 commits
bcb48d2
1c30c2a
73003e7
7cd91a2
b4c704b
420a7aa
1b65e0c
6d39f31
7d023c4
2998547
5d2ede2
5fe681b
613c900
9b5caf2
a62ed49
7e898d4
a5aa2db
3eafb13
638acc3
965eb86
2fea7ae
8b641de
dae997e
bef2f34
860c621
a6dde76
e7ba8b9
ee9a33d
239a63d
4f9ae46
f0b5acc
d7a33f8
676b93b
b1bae17
9d3652f
ea935e7
7e1c382
9d5822f
dc93f8f
9c64353
328cd53
c7f4640
a973b43
000839d
d91b666
84f40e3
d3e6cca
802145d
88eb200
adff539
46ec57d
5446fb8
152ae16
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
} | ||
], | ||
"words": [ | ||
"EEST", | ||
"paulmillr", | ||
"t8ntool", | ||
"!Json", | ||
|
This file was deleted.
This file was deleted.
|
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.
Needs update, now uses
sha256
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.
Fixed the example and will push updates.
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.
The 7002 example in the block package fails still, but since ssz isn't supported, we would have to provide a very minimal example.
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.
The SSZ support is a misunderstanding: we do not need to import SSZ. The contract (which generates those requests) internally LOGs the data SSZ-encoded (we can just read the log as opaque bytes and use that). We should update the example (I'll take a look what it does currently)