Feat/build export finalise size#23
Merged
Merged
Conversation
Round out the export loop and tx-size consistency: - BuildTx: add Export JSON / .json.gz buttons next to 'Copy all', plus a single-tx Export row. Files named unsigned-tx-<chain>-<env>-<timestamp>.<ext>. Co-signers can now hand off via file from Build all the way to Submit. - FinaliseTx: show the same Avg / Max / Total size readout and 750 KB warning that Sign and Build already display. Per-tx size badge in the multi-tx expand body, plus a Size row on the single-tx case. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Decode now accepts a single hex string OR a JSON array of hex
strings, matching the bulk pattern used by Sign, Finalise, and
Submit. The action button reflects the count ('Decode 19
transactions'), and each tx is rendered as its own labelled block
('Tx 0', 'Tx 1', …) with per-tx error handling so one bad entry
doesn't stop the rest. A header row summarises the batch and flags
failure count when any tx fails. Plus the now-standard Import from
file button in the field head, with the same gzip-by-magic-bytes
detection.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
No description provided.