Commit 97ebb7e
committed
Fix Solana wallet address format - Generate base58 addresses using Solnet
- Added Solnet.Wallet package to Core project for Solana key generation
- Updated KeyManager.GenerateKeyPairWithWalletAddress() to use Solnet for Solana Ed25519 keypairs
- Fixed KeyPairAndWallet instantiation for Solana keys
- Added SolanaOASIS to AutoFailOverProviders in OASIS_DNA.json
- Generated addresses now in correct Solana base58 format (32-44 chars) instead of Bitcoin script format
- Verified: Addresses can now receive SOL tokens on Solana network
Test Results:
- Wallet creation working correctly
- Address format: Solana base58 (44 chars)
- Validation: All tests passed
- Build: Success with 0 errors in main projects
Related: SOLANA_WALLET_ADDRESS_FORMAT_ERROR.md, SOLANA_WALLET_FIX_VERIFICATION.md1 parent ac53e0b commit 97ebb7e
6 files changed
Lines changed: 1035 additions & 0 deletions
File tree
- OASIS Architecture/NextGenSoftware.OASIS.API.Core
- Managers
- ONODE/NextGenSoftware.OASIS.API.ONODE.WebAPI/Controllers
Lines changed: 66 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
91 | 157 | | |
92 | 158 | | |
93 | 159 | | |
| |||
0 commit comments