feat: add interchangeable transaction signers - #53
Open
Gozirimdev wants to merge 2 commits into
Open
Conversation
Gozirimdev
force-pushed
the
feat/issue--wallet-signers
branch
from
August 22, 2026 20:35
6efe83d to
74e2f12
Compare
N-thnI
approved these changes
Aug 22, 2026
Contributor
Three conflicts resolved: - src/index.ts: union. Keeps every export already on main (with the .js extensions the ESM build from Vero-protocol#60 requires, plus Vero-protocol#57's backoff export) and adds the signers module using the same convention. - src/errors/index.ts: union. Keeps main's fully documented TransactionFailed entry from Vero-protocol#59 and brings this branch's NetworkMismatch member across, rewritten in the same @cause/@retryable/@handling house style rather than the one-line comment it arrived with. - package-lock.json: regenerated from the merged package.json rather than hand-merged. Verified after resolution: typecheck clean, 168 tests pass, lint clean (2 pre-existing warnings), docs generate.
Contributor
|
please ensure all checks pass |
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.
Close #46
Related issue
Closes #123
Summary
Changes made
Testing performed
Checklist
npm testpassesnpm run typecheckreports no errorsnpm run lintreports no errorsCloses #<issue-number>