Skip to content

Conversation

@jstuczyn
Copy link
Contributor

@jstuczyn jstuczyn commented Aug 29, 2025

for example toml or json will just default to visit_seq ignoring bytes related optimisations


This change is Reviewable

…cialisation

for example toml or json will just default to visit_seq ignoring bytes related optimisations
@vercel
Copy link

vercel bot commented Aug 29, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nym-explorer-v2 Ready Ready Preview Comment Sep 1, 2025 7:57am
nym-node-status Ready Ready Preview Comment Sep 1, 2025 7:57am
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
docs-nextra Ignored Ignored Preview Sep 1, 2025 7:57am

Copy link
Contributor

@pronebird pronebird left a comment

Choose a reason for hiding this comment

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

Reviewable status: 0 of 5 files reviewed, 1 unresolved discussion


common/nymsphinx/addressing/src/clients.rs line 111 at r2 (raw file):

                #[allow(clippy::needless_range_loop)]
                for i in 0..Recipient::LEN {
                    let Some(elem) = seq.next_element::<u8>()? else {

Can you not collect up to Recipient::LEN into Vec?

Copy link
Contributor

@pronebird pronebird left a comment

Choose a reason for hiding this comment

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

@pronebird reviewed 1 of 2 files at r1, 4 of 4 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @jstuczyn)

@jstuczyn jstuczyn merged commit d97be2d into develop Sep 1, 2025
19 of 21 checks passed
@jstuczyn jstuczyn deleted the bugfix/recipient-deserialisation branch September 1, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants