List view
Addition of `Solnet.Extensions` project to the solution, which may include but is not limited to: - `TokenWallet` (see #176) - `TokenManager` which augments it and allows users to fetch the Solana [tokenlist](https://github.com/solana-labs/token-list/blob/main/src/tokens/solana.tokenlist.json) Implementation of the Stake Program.
No due date•14/14 issues closedFeatures: - [X] Add the methods that will be deprecated on solana-core v1.8 since mainnet-beta still runs v1.6 - [ ] Token Swap Program - [ ] Add functionality to allow the usage of Durable Nonces Breaking Changes: - [ ] Refactor `AccountMeta` to not take in `Account`s when they're a signer - [ ] Refactor TransactionBuilder to the old format since it won't be able to get the signers without passing them - [ ] Make the `Transaction` and `Message` classes public with serialization to and deserialization from wire format for interoperability and with methods similar to those existing in web3.js
No due date•10/10 issues closedThis is in discussion to be the first official stable version release. The goals for this release are the following: - [X] Full JSON RPC API coverage (missing some commitment parameters) - [X] Full Streaming JSON RPC API coverage - [X] Wallet and accounts (sollet and solana-keygen compatible) - [X] Keystore (sollet and solana-keygen compatible) - [ ] Native Programs: - [X] System Program - [ ] Stake Program - [ ] Vote Program - [ ] Solana Program Library: - [X] Token Program - [ ] Token Swap Program - [ ] Token-Lending Program - [X] Associated Token Account Program - [X] Memo Program - [X] Name Service - [X] Shared memory Program - [ ] Stake Pool Program - [ ] Feature Proposal Program
No due date•18/20 issues closed