Skip to content

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.

@jzethar jzethar requested a review from Har01d as a code owner July 18, 2024 18:34
@Har01d Har01d mentioned this pull request Jul 24, 2024

// 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.

3 participants