Skip to content

Conversation

@lonless9
Copy link
Contributor

What changes are proposed in this pull request?

closes #1055

This PR extends the Transaction API to support updating the table's Protocol and Metadata.

Added update_protocol(Protocol) and update_metadata(Metadata) methods to the Transaction struct.

How was this change tested?

unit tests

@codecov
Copy link

codecov bot commented Nov 22, 2025

Codecov Report

❌ Patch coverage is 83.22981% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 84.76%. Comparing base (3bcd274) to head (8ec8cb8).

Files with missing lines Patch % Lines
kernel/src/transaction/mod.rs 81.11% 10 Missing and 17 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1523      +/-   ##
==========================================
- Coverage   84.76%   84.76%   -0.01%     
==========================================
  Files         122      122              
  Lines       33032    33192     +160     
  Branches    33032    33192     +160     
==========================================
+ Hits        28000    28135     +135     
- Misses       3659     3667       +8     
- Partials     1373     1390      +17     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Provide means to create and update Protocol and Metadata actions

1 participant