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

Persist TX chaining through restarts #1363

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Persist TX chaining through restarts #1363

merged 3 commits into from
Oct 22, 2024

Conversation

jfldde
Copy link
Contributor

@jfldde jfldde commented Oct 21, 2024

Description

  • Update get_prev_utxo to fetch from unsafe confirmed TXs on top of mempool TXs in order to persist chain through restarts.
  • Add E2E test which test TX chaining through sequencer restart

Linked Issues

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.2%. Comparing base (978ca6f) to head (77ece94).
Report is 2 commits behind head on nightly.

Additional details and impacted files
Files with missing lines Coverage Δ
crates/bitcoin-da/src/service.rs 51.0% <100.0%> (+0.3%) ⬆️

... and 3 files with indirect coverage changes

@eyusufatik eyusufatik merged commit e7d18d2 into nightly Oct 22, 2024
13 of 14 checks passed
@eyusufatik eyusufatik deleted the test-tx-chain branch October 22, 2024 08:01
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.

Transaction chaining should persist through restarts
2 participants