8000 Tags · martinwhitman/Solnet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: martinwhitman/Solnet

Tags

v0.4.8

Toggle v0.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bmresearch#210 from liquizard/tokenlist-extended-m…

…etadata

Add token list extended meta data fields to TokenDef

v0.4.7

Toggle v0.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bmresearch#207 from liquizard/http-4xx-rpc-responses

Handling HTTP 4xx RPC responses

v0.4.6

Toggle v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Formatted everything and version bump to v0.4.6.

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added null check on key constructors from string and bumped to v0.4.5 (

…bmresearch#199)

* Added null check on key constructors from string and bumped to v0.4.5

* Added null check for byte array constructor

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Solnet.Extensions and TokenWallet (bmresearch#179)

* Add TokenWallet

* Add WellKnownTokens

* Add samples to README

* Bump version to 0.4.4

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add data dictionary to RequestResult and bump to v0.4.3 (bmresearch#189)

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing SetFeePayer parameter and bumping version to 0.4.2 (bmresearch…

…#187)

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix get program accounts edge case (bmresearch#181)

* Fixing edge case in get program accounts.

* Bumping version to v0.4.1

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 0.3.5 (bmresearch#171)

0