Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Stellar support #99

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Refactor Stellar support #99

wants to merge 5 commits into from

Conversation

jzethar
Copy link
Collaborator

@jzethar jzethar commented Jul 18, 2024

This PR introduces a unified module for Stellar, consolidating all operations and fees into a single event group. However, in my opinion, this approach is sub-optimal for working with Stellar. The primary concern is that processing blocks now requires significantly more time.


// Getting balances from the node
// wtf what to do with it?
final public function api_get_balance(string $address, array $currencies): array
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Har01d Due to the some PHP features we can't override two functions with the same name in one module without calling the rain

@Har01d Har01d changed the title Stellar united Refactor Stellar support Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants