Skip to content

Update sendTransaction and quoteSendTransaction methods#107

Merged
jonathunne merged 5 commits into
tetherto:mainfrom
Boka44:feature/signed-txs
Jul 14, 2026
Merged

Update sendTransaction and quoteSendTransaction methods#107
jonathunne merged 5 commits into
tetherto:mainfrom
Boka44:feature/signed-txs

Conversation

@Boka44

@Boka44 Boka44 commented Jul 2, 2026

Copy link
Copy Markdown
Member

Description

Adds support for passing an already-signed transaction to sendTransaction and quoteSendTransaction, in addition to the existing unsigned transaction inputs. When a signed transaction is detected, it is broadcast directly to the network (and quoted from its own contents) instead of being rebuilt and signed.

Updates can vary depending on chain.

Motivation and Context

Previously signTransaction produced a signed artifact that couldn't be fed back into sendTransaction/quoteSendTransaction — the only inputs were unsigned descriptors. This blocked offline-signing / sign-then-broadcast flows. This PR closes that gap so a signed transaction can be sent (or quoted) directly

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Comment thread src/wallet-account-read-only-evm-erc-4337.js Outdated
Comment thread src/wallet-account-read-only-evm-erc-4337.js Outdated
Boka44 and others added 2 commits July 13, 2026 14:00
Co-authored-by: Davide Casale <davi0kprogramsthings@gmail.com>
Move _isSignedUserOperation and _getSignedUserOperationFee from the
read-only class to the write class and update the .d.ts files accordingly.

Co-authored-by: Cursor <cursoragent@cursor.com>

@Davi0kProgramsThings Davi0kProgramsThings left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@jonathunne
jonathunne merged commit 9851c0b into tetherto:main Jul 14, 2026
2 checks passed
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.

3 participants