Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds a single signer transaction signing test #5683

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

hughy
Copy link
Contributor

@hughy hughy commented Dec 2, 2024

Summary

adds a test case to wallet slow tests to serve as an example for how to build a test transaction and sign it using the JavaScript SDK

useful for integrations that require testing transaction signing (e.g., Ledger integration) without running a network and/or building a chain

Testing Plan

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and label it with breaking-change-rpc or breaking-change-sdk.

[ ] Yes

adds a test case to wallet slow tests to serve as an example for how to build a
test transaction and sign it using the JavaScript SDK

useful for integrations that require testing transaction signing (e.g., Ledger
integration) without running a network and/or building a chain
@hughy hughy requested a review from a team as a code owner December 2, 2024 22:57
@hughy hughy merged commit ce7e4c6 into staging Dec 3, 2024
13 checks passed
@hughy hughy deleted the chore/hughy/single-signer-test-example branch December 3, 2024 19:24
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.

2 participants