Skip to content

chore: remove serde support from reth-codec#9570

Merged
mattsse merged 4 commits into
paradigmxyz:mainfrom
nkysg:remove_serde_from_reth_codec
Jul 17, 2024
Merged

chore: remove serde support from reth-codec#9570
mattsse merged 4 commits into
paradigmxyz:mainfrom
nkysg:remove_serde_from_reth_codec

Conversation

@nkysg
Copy link
Copy Markdown
Contributor

@nkysg nkysg commented Jul 17, 2024

closes #9558

Copy link
Copy Markdown
Collaborator

@mattsse mattsse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, one q

Comment thread crates/storage/codecs/src/lib.rs Outdated
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need this here?

Copy link
Copy Markdown
Contributor Author

@nkysg nkysg Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#[test_fuzz::test_fuzz]
fn compact_test_enum_all_variants(var0: TestEnum, var1: TestEnum, var2: TestEnum) {
let mut buf = vec![];

This place needs to TestEnum Serialize, so TestStruct also needs.

Comment thread crates/storage/codecs/src/lib.rs Outdated
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same above

@mattsse mattsse added the C-debt A clean up/refactor of existing code label Jul 17, 2024
nkysg added 2 commits July 17, 2024 18:59
chore: remove serde support from reth-codec
@nkysg nkysg force-pushed the remove_serde_from_reth_codec branch from aa7a3df to b2a5382 Compare July 17, 2024 10:59
@mattsse mattsse added this pull request to the merge queue Jul 17, 2024
Merged via the queue into paradigmxyz:main with commit 0befab5 Jul 17, 2024
@nkysg nkysg deleted the remove_serde_from_reth_codec branch July 17, 2024 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-debt A clean up/refactor of existing code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove serde support from reth-codec

2 participants