solana-php-sdk icon indicating copy to clipboard operation
solana-php-sdk copied to clipboard

Simple PHP SDK for interacting with Transactions, Signatures, Borsh Serialization/Deserialization and RPCs

Results 12 solana-php-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [symfony/process](https://github.com/symfony/process) from 7.0.4 to 7.1.7. Release notes Sourced from symfony/process's releases. v7.1.7 Changelog (https://github.com/symfony/process/compare/v7.1.6...v7.1.7) security symfony/symfony#cve-2024-51736 [Process] Use PATH before CD to load the shell on Windows (@​nicolas-grekas) bug...

dependencies

Hi, I tried to transfer funds from empty account on devnet and received an error. I expected the error, but it wasn't handled properly. Please, change https://github.com/Attestto-com/solana-php-sdk/blob/7e0118fa6e34d66e574d65da627b07136cddbd42/src/SolanaRpcClient.php#L150 to ``` $error...