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

[Solana]: Add Solana custom message signing #4134

Merged
merged 4 commits into from
Nov 28, 2024

Conversation

satoshiotomakan
Copy link
Collaborator

Description

https://solana.com/developers/cookbook/wallets/sign-message

How to test

Run Rust, C++, iOS, Android tests

Types of changes

Add TWMessageSignerSign and TWMessageSignerVerify - generic functions to sign messages for any blockchain

Checklist

  • Create pull request as draft initially, unless its complete.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • If there is a related Issue, mention it in the description.

If you're adding a new blockchain

  • I have read the guidelines for adding a new blockchain.

Copy link

github-actions bot commented Nov 27, 2024

Binary size comparison

➡️ aarch64-apple-ios:

- 12.29 MB
+ 12.30 MB 	 +10 KB

➡️ aarch64-apple-ios-sim:

- 12.29 MB
+ 12.30 MB 	 +10 KB

➡️ aarch64-linux-android:

- 15.81 MB
+ 15.82 MB 	 +14 KB

➡️ armv7-linux-androideabi:

- 13.48 MB
+ 13.50 MB 	 +12 KB

➡️ wasm32-unknown-emscripten:

- 11.21 MB
+ 11.22 MB 	 +12 KB

@satoshiotomakan satoshiotomakan merged commit 60ef068 into master Nov 28, 2024
13 checks passed
@satoshiotomakan satoshiotomakan deleted the s/solana-message-signer branch November 28, 2024 17:34
This was referenced Nov 29, 2024
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