Open Issues Need Help
View All on GitHubAI Summary: The `internal/rpc` package currently has an excessive number of `NewClient*` functions for creating clients. This issue proposes refactoring these into a single `NewClient` function that utilizes the Functional Options pattern. This will allow for more flexible client configuration through options like `WithToken` and `WithNetwork`.
A CLI tool for the Stellar Soroban ecosystem that replays failed transactions locally to generate verbose, colorized stack traces and diagnostic events, making smart contract debugging significantly easier.
AI Summary: The current ledger entry cache operates with a simple on/off toggle, which can lead to the use of outdated data. This issue proposes implementing a Time-To-Live (TTL) mechanism for cached ledger entries to ensure data freshness and prevent staleness.
A CLI tool for the Stellar Soroban ecosystem that replays failed transactions locally to generate verbose, colorized stack traces and diagnostic events, making smart contract debugging significantly easier.
A CLI tool for the Stellar Soroban ecosystem that replays failed transactions locally to generate verbose, colorized stack traces and diagnostic events, making smart contract debugging significantly easier.