Morten Green Hermansen minimons
  • Joined on 2025-11-05
minimons closed issue r35157/com_r35157_nenjim-hubd-impl_ref#29 2026-07-19 01:42:17 +02:00
Generate an unsigned transaction for increasing a Jupiter Perps position
minimons closed issue r35157/com_r35157_nenjim-hubd-impl_ref#30 2026-07-19 01:38:51 +02:00
Submit signed transactions through the Solana API
minimons commented on issue r35157/com_r35157_nenjim-hubd-impl_ref#30 2026-07-19 01:38:46 +02:00
Submit signed transactions through the Solana API
  • A real signed transaction is accepted by Solana RPC.
  • Solana RPC returns the transaction signature embedded in the transaction.
  • The method reports HTTP and RPC errors clearly.
  • Inclusion,…
minimons commented on issue r35157/com_r35157_nenjim-hubd-impl_ref#31 2026-07-19 01:36:32 +02:00
Add a minimal Solana wallet API and external-signer implementation

Implemented the minimal Solana wallet API and reference implementation.

The wallet now:

  • exposes its public Solana address,
  • delegates native SOL balance lookup to SolanaBlockChain, -…
minimons closed issue r35157/com_r35157_nenjim-hubd-impl_ref#31 2026-07-19 01:35:40 +02:00
Add a minimal Solana wallet API and external-signer implementation
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 01:34:55 +02:00
65d01cb900 31: Clean-up
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 01:07:53 +02:00
d6548e322f TEST TEMP
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:55:34 +02:00
05cdbdb585 31: Implement signTransaction()
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:39:56 +02:00
338f1b746d 31: Implement the easy methods in the Solana Wallet
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:34:09 +02:00
260c17ebb3 31: Add a dummy implementation of the Solana wallet
0e331f26f2 31: Add a minimal Solana wallet API and external-signer implementation
b1d85ab1f5 TEST TEMP
Compare 3 commits »
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:26:39 +02:00
9eb06a127a 31: FU
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:25:49 +02:00
444ea97f87 TEST TEMP
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:24:07 +02:00
afe70c6fad TEST TEMP
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:23:42 +02:00
d4ecd7f9c6 X: NFC - Remove code duplication
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:21:55 +02:00
1ad2181476 31: Add a minimal Solana wallet API and external-signer implementation
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-19 00:10:15 +02:00
01f4914806 30: Add implementation of sendTransaction()
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-18 22:57:05 +02:00
591c985449 30: Add API changes but with dummy implementation
219d7ee8a9 30: Submit signed transactions through the Solana API
1c742995e0 TEST TEMP
c8c6bd1e74 29: Better error handling
ca5625288a 29: Adding missing JavaDoc
Compare 6 commits »
minimons opened issue r35157/com_r35157_nenjim-hubd-impl_ref#31 2026-07-18 22:14:07 +02:00
Add a minimal Solana wallet API and external-signer implementation
minimons opened issue r35157/com_r35157_nenjim-hubd-impl_ref#30 2026-07-18 22:12:38 +02:00
Submit signed transactions through the Solana API
minimons pushed to 0.1-dev at r35157/com_r35157_nenjim-hubd-impl_ref 2026-07-18 16:26:05 +02:00
59879f9e7d 29: Better error handling