Conversation
- Add Account::getPaymentOperations() + unit tests - Standardize amount formatting (7 decimals) and clarify PHPDocs - PHP 8.3 / PHPUnit 9 compatibility + deprecation fixes - Improve Horizon error handling and integration test resilience - Use only STELLAR_NETWORK_PASSPHRASE; update README with env examples - Add CHANGELOG 0.7.1 and release notes - Add PHP version requirement (^7.3 || ^8.0)
- Transaction/Operation/Ledger: parse Horizon RFC3339 via DateTime; return ?DateTime for createdAt/closedAt; null on parse failure - Operation: add createdAt and transactionSuccessful; hydrate from response - docs: add “Timestamps and Nullability” to README - changelog: add 0.7.2 patch notes
…e ENV variables are not set.
…e the ENV variables are not set. Added step-by-step guide in Readme.md
- Add tests/bootstrap.php to locate vendor autoload both in-repo and in consumer projects. - Point phpunit.xml.dist to the new bootstrap and set default excluded groups. - Make tests/setup-integration-network.php use the portable bootstrap and provide sane env fallbacks.
Heads/v0.7.5
Fix method signatures for compatibility with PHP 8.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.