Skip to content

Refactor Stellar support - #99

Open
jzethar wants to merge 5 commits into
mainfrom
stellar-united
Open

Refactor Stellar support#99
jzethar wants to merge 5 commits into
mainfrom
stellar-united

Conversation

@jzethar

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
CollaboratorAuthor

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

@Har01dHar01d changed the title Stellar unitedRefactor Stellar supportSep 24, 2024
Sign up for freeto 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

@jzethar@Har01d