Skip to content
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

fix: sidecar rlp decoding #1549

Merged
merged 1 commit into from
Oct 23, 2024
Merged

fix: sidecar rlp decoding #1549

merged 1 commit into from
Oct 23, 2024

Conversation

klkvr
Copy link
Member

@klkvr klkvr commented Oct 23, 2024

Motivation

Right now this encodes as list and expects string during decoding which is incorrect.

I am wondering if we should remove those impls completely? Given that sidecar encoding on its own is not defined

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@prestwich
Copy link
Member

prestwich commented Oct 23, 2024

yep this is a logic bug in #1528 😅

I am wondering if we should remove those impls completely? Given that sidecar encoding on its own is not defined

sidecar encoding on its own is defined, because RLP is well-defined for any set of RLP objects. It is not used anywhere that we're aware of #1528 (comment)

@mattsse mattsse merged commit 7d49bc6 into main Oct 23, 2024
26 checks passed
@mattsse mattsse deleted the klkvr/fix-sidecar-rlp branch October 23, 2024 13:04
@klkvr klkvr self-assigned this Oct 28, 2024
lwedge99 pushed a commit to sentioxyz/alloy that referenced this pull request Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants