Skip to content

Feature - Sign tx#77

Merged
jonathunne merged 9 commits into
tetherto:mainfrom
Boka44:feature/sign-tx
May 22, 2026
Merged

Feature - Sign tx#77
jonathunne merged 9 commits into
tetherto:mainfrom
Boka44:feature/sign-tx

Conversation

@Boka44

@Boka44 Boka44 commented Apr 17, 2026

Copy link
Copy Markdown
Member

Description

Add a new signTransaction method that signs a transaction and returns the raw signed transaction.

Motivation and Context

Currently, WDK only supports sendTransaction, which signs and broadcasts in one step. Some consumers want to sign a transaction locally and handle broadcasting themselves (e.g. to submit via a different relayer, queue the tx, or inspect it before sending). This new method supports that workflow while leaving sendTransaction unchanged.

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

@Boka44 Boka44 changed the title added sign tx Feature - Sign tx Apr 17, 2026

@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.

We need to update the version of wdk-wallet-evm in the package.json file so that it includes the sign transaction method.

Except for the above, the PR LGTM.

@jonathunne jonathunne mentioned this pull request May 6, 2026
3 tasks
@jonathunne jonathunne changed the base branch from develop to main May 20, 2026 19:28

@jonathunne jonathunne 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 - thanks @Boka44

@jonathunne jonathunne merged commit 6367c02 into tetherto:main May 22, 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