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 failed deserialization of TransactionEvents in HttpKVStore #5308

Merged
merged 2 commits into from
Feb 14, 2025

Conversation

sergiupopescu199
Copy link
Contributor

@sergiupopescu199 sergiupopescu199 commented Feb 10, 2025

Description of change

Fix failed deserialization of TransactionEvents in HttpKVStore

Links to any relevant issues

Fixes #5307

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

cargo simtest -p iota-storage

Change checklist

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code

@sergiupopescu199 sergiupopescu199 requested a review from a team as a code owner February 10, 2025 13:36
Copy link

vercel bot commented Feb 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
apps-backend ⬜️ Ignored (Inspect) Feb 10, 2025 1:37pm
apps-ui-kit ⬜️ Ignored (Inspect) Feb 10, 2025 1:37pm
rebased-explorer ⬜️ Ignored (Inspect) Feb 10, 2025 1:37pm
wallet-dashboard ⬜️ Ignored (Inspect) Feb 10, 2025 1:37pm

@iota-ci iota-ci added infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group. labels Feb 10, 2025
Copy link
Contributor

@kodemartin kodemartin left a comment

Choose a reason for hiding this comment

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

lgtm 🍒

@sergiupopescu199 sergiupopescu199 merged commit 16c4b2b into develop Feb 14, 2025
41 checks passed
@sergiupopescu199 sergiupopescu199 deleted the sc-platform/issue-5307 branch February 14, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix HttpKVStore's TransactionEvents deserialization
4 participants