Skip to content

fix: sidecar rlp decoding#1549

Merged
mattsse merged 1 commit intomainfrom
klkvr/fix-sidecar-rlp
Oct 23, 2024
Merged

fix: sidecar rlp decoding#1549
mattsse merged 1 commit intomainfrom
klkvr/fix-sidecar-rlp

Conversation

@klkvr
Copy link
Copy Markdown
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
Copy Markdown
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
@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
@jenpaff jenpaff moved this from Done to Completed in Alloy Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Completed

Development

Successfully merging this pull request may close these issues.

4 participants