Skip to content

Commit

Permalink
fix: transaction controller startup (#4658)
Browse files Browse the repository at this point in the history
Refactor the handling of incomplete transactions when initialising the `TransactionController`.
Remove `approveTransaction` flow in `PendingTransactionTracker`.
Add updated `rawTx` to cancel and speed up transactions.
Skip normalization and validation when marking transaction as failed.
Fix transaction resubmit if a single transaction fails.
  • Loading branch information
matthewwalsh0 committed Sep 13, 2024
1 parent 97220b5 commit ccd95c8
Show file tree
Hide file tree
Showing 6 changed files with 673 additions and 795 deletions.
8 changes: 4 additions & 4 deletions packages/transaction-controller/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ module.exports = merge(baseConfig, {
// An object that configures minimum threshold enforcement for coverage results
coverageThreshold: {
global: {
branches: 93.44,
functions: 97.39,
lines: 98.4,
statements: 98.42,
branches: 94.37,
functions: 97.94,
lines: 98.52,
statements: 98.53,
},
},

Expand Down
Loading

0 comments on commit ccd95c8

Please sign in to comment.