Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Releases: verze-app/solana-php-sdk

v0.3.2

04 Mar 21:45
2f284ef
Compare
Choose a tag to compare

What's Changed

  • bug fix: All signers need to be set at once by @pantaovay in #30
  • Header support added to the call method of SolanaRpcClient by @faridmovsumov in #24

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

23 Feb 19:26
e04f78f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

13 Dec 22:31
8eb50b7
Compare
Choose a tag to compare
  • Implement Borsh (de)serialization (#19)

v0.2.2

09 Dec 03:48
b24b6ff
Compare
Choose a tag to compare
  • Fix return type hint (#18)

v0.2.1

23 Nov 03:23
Compare
Choose a tag to compare
  • Fixes Facade usage, for benefit of usage by non-Laravel folks (#17, f6c1f5d)

v0.2.0

14 Oct 03:31
e796788
Compare
Choose a tag to compare
  • BREAKING: Drops Solana class
  • Add significant portion of the methods from the JavaScript/Python SDKs (#9, hard work by @exzachlyvv)

v0.1.2

11 Oct 15:21
0021f09
Compare
Choose a tag to compare
  • Check for missing account data (#6)

v0.1.1

12 Sep 04:04
Compare
Choose a tag to compare
  • Create solanaTokenProgramId and metaplexPublicKey consts on Solana.

v0.1.0-beta

11 Sep 04:40
Compare
Choose a tag to compare
  • Fix a bug with a return type hint on __call

v0.1.0-alpha

11 Sep 02:57
Compare
Choose a tag to compare

Just to get it in Packagist. Basic client and basic wrapper.