We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rpc
spec: https://flashbots.github.io/relay-specs/#/
blocks can be submitted as josn or ssz
we currently don't have ssz support for the submit types:
alloy/crates/rpc-types-beacon/src/relay.rs
Lines 125 to 129 in 095ed89
alloy/crates/rpc-types-engine/src/payload.rs
Lines 142 to 144 in 095ed89
see also: https://github.com/flashbots/builder/blob/df9c765067d57ab4b2d0ad39dbb156cbe4965778/builder/relay.go#L137-L154C31 https://github.com/attestantio/go-builder-client/blob/73e0a0b2ce80aac4db7705ac3af06e6b85b0d64a/api/deneb/submitblockrequest_ssz.go#L14
No response
The text was updated successfully, but these errors were encountered:
I want to try this. Could you assign to me?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Component
rpc
Describe the feature you would like
spec: https://flashbots.github.io/relay-specs/#/
blocks can be submitted as josn or ssz
we currently don't have ssz support for the submit types:
alloy/crates/rpc-types-beacon/src/relay.rs
Lines 125 to 129 in 095ed89
TODO
alloy/crates/rpc-types-engine/src/payload.rs
Lines 142 to 144 in 095ed89
see also:
https://github.com/flashbots/builder/blob/df9c765067d57ab4b2d0ad39dbb156cbe4965778/builder/relay.go#L137-L154C31
https://github.com/attestantio/go-builder-client/blob/73e0a0b2ce80aac4db7705ac3af06e6b85b0d64a/api/deneb/submitblockrequest_ssz.go#L14
Additional context
No response
The text was updated successfully, but these errors were encountered: