Tags: martinwhitman/Solnet
Tags
Merge pull request bmresearch#210 from liquizard/tokenlist-extended-m… …etadata Add token list extended meta data fields to TokenDef
Merge pull request bmresearch#207 from liquizard/http-4xx-rpc-responses Handling HTTP 4xx RPC responses
Solnet.Extensions and TokenWallet (bmresearch#179) * Add TokenWallet * Add WellKnownTokens * Add samples to README * Bump version to 0.4.4
Add data dictionary to RequestResult and bump to v0.4.3 (bmresearch#189)
Fix get program accounts edge case (bmresearch#181) * Fixing edge case in get program accounts. * Bumping version to v0.4.1
Implement Instruction Decoders (bmresearch#173) * Refactored examples and adjusted tests due to the builder refactor, added NonceAccount to Programs. * Added durable nonces and examples. * Implemented message and tx decoding, WIP testing. * Finished refactoring, features and test implementation for new builders, tx decoding, message decompiling and recompiling * Implemented methods on instruction decoder, needs finishing up the program's decode methods. * Needs more tests for token program and system program instruction decoding. * Finished InstructionDecoder tests and added test for shared mem program. * Removed the old BigEndianBuffer in favor of MemoryStream and added instruction decoding tests for System Program. * Finished tests and fixes regarding edge cases and bugs found due to multisig ops. * Bumping version to v0.4.0 * Refactored instruction names into dictionaries, instruction decoder methods * Changed private key length accessor to public in order to validate private key lengths in wallet imports.
PreviousNext