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

Convert tx hash bytes into hex #340

Merged
merged 10 commits into from
Apr 10, 2024
Merged

Convert tx hash bytes into hex #340

merged 10 commits into from
Apr 10, 2024

Conversation

rakanalh
Copy link
Contributor

@rakanalh rakanalh commented Apr 3, 2024

Description

This PR adds a serializer to the txs field of SoftBatchResponse to make sure the fields are converted from a vector of bytes into a hex representation of the value.

Linked Issues

Testing

  • Tests were updated accordingly.

Docs

N/A

@rakanalh rakanalh self-assigned this Apr 3, 2024
@rakanalh rakanalh requested a review from kpp April 5, 2024 00:30
@rakanalh rakanalh force-pushed the rakan/serialize-txs branch from 0a7e756 to 33b5af7 Compare April 6, 2024 00:23
@rakanalh
Copy link
Contributor Author

rakanalh commented Apr 6, 2024

@kpp @eyusufatik I messed up something during a merge from nightly so i had to force push. But PR is ready again for review.

@eyusufatik eyusufatik requested review from kpp and removed request for kpp, ercecan and otaliptus April 10, 2024 11:14
Copy link
Contributor

@kpp kpp left a comment

Choose a reason for hiding this comment

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

LGTM

@eyusufatik eyusufatik merged commit f16584a into nightly Apr 10, 2024
4 checks passed
@eyusufatik eyusufatik deleted the rakan/serialize-txs branch April 10, 2024 11:19
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.

Use hex string instead of u8 vector in soft batch serialization
3 participants