This repository has been archived by the owner on May 1, 2024. It is now read-only.
Releases: verze-app/solana-php-sdk
Releases · verze-app/solana-php-sdk
v0.3.2
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
- @pantaovay made their first contribution in #30
- @faridmovsumov made their first contribution in #24
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
- BREAKING: Drops Solana class
- Add significant portion of the methods from the JavaScript/Python SDKs (#9, hard work by @exzachlyvv)
v0.1.2
v0.1.1
- Create
solanaTokenProgramId
andmetaplexPublicKey
consts onSolana
.
v0.1.0-beta
- Fix a bug with a return type hint on
__call
v0.1.0-alpha
Just to get it in Packagist. Basic client and basic wrapper.