feat: add clear batch store command to CommandK dev tools#2245
Merged
DanielSinclair merged 1 commit intomasterfrom Mar 21, 2026
Merged
feat: add clear batch store command to CommandK dev tools#2245DanielSinclair merged 1 commit intomasterfrom
DanielSinclair merged 1 commit intomasterfrom
Conversation
This was referenced Mar 18, 2026
Contributor
Author
7ed8973 to
9ce63d9
Compare
5feacc4 to
3580a7f
Compare
9ce63d9 to
ab18b91
Compare
6c08fd5 to
d65cd4c
Compare
8aa254d to
b291dcc
Compare
d65cd4c to
696d2c1
Compare
b291dcc to
b5890c0
Compare
696d2c1 to
567511c
Compare
b5890c0 to
9d44e8e
Compare
567511c to
81be4ba
Compare
9d44e8e to
bc32684
Compare
81be4ba to
51aec66
Compare
bc32684 to
a9ea777
Compare
51aec66 to
865b0ac
Compare
a9ea777 to
b60e828
Compare
865b0ac to
ada19bd
Compare
b60e828 to
7059676
Compare
ada19bd to
20b16ee
Compare
90603e4 to
ee071de
Compare
bdb7ce9 to
1815a91
Compare
ee071de to
646fdd3
Compare
1815a91 to
cef1a8e
Compare
996cf65 to
05ab8a2
Compare
cef1a8e to
03056a3
Compare
05ab8a2 to
f0eef33
Compare
03056a3 to
3b0060e
Compare
f0eef33 to
2cebb70
Compare
3b0060e to
40c720e
Compare
2cebb70 to
8c8a6d0
Compare
40c720e to
1656270
Compare
1656270 to
6b09c17
Compare
8c8a6d0 to
865f4f4
Compare
6b09c17 to
07e6cc2
Compare
865f4f4 to
30908aa
Compare
07e6cc2 to
be84483
Compare
30908aa to
35b567d
Compare
be84483 to
f7c2cb9
Compare
35b567d to
fce412f
Compare
Collaborator
Merge activity
|
fce412f to
b27d5be
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds a dev-only CommandK command to reset the EIP-5792 batch store, useful for debugging batch transaction state during development.
IS_DEV— not visible in production buildsWhy
During development and QA of the EIP-5792
wallet_sendCallsflow, batch records can get stuck in stale states (e.g. after speedup/cancel edge cases). Having a quick way to reset the store from CommandK avoids needing to clear extension storage manually.PR-Codex overview
This PR introduces functionality to clear batch data in the application, enhancing the user interface with new commands and improving state management.
Detailed summary
"clear_batches"entry instatic/json/languages/en_US.jsonfor localization.clearBatchescommand insrc/entries/popup/components/CommandK/useCommands.tsxwith relevant properties.clearBatchesto reset the batch store and trigger a toast notification.