Open Issues Need Help
View All on GitHubAI Summary: This issue proposes refactoring the `internal/rpc` package to consolidate multiple `NewClient*` functions into a single `NewClient` function that utilizes the Functional Options pattern. This will improve code organization and maintainability by allowing clients to be configured with various options like tokens and network settings.
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: This issue proposes adding a Time-To-Live (TTL) mechanism to the ledger entry cache. Currently, the cache is a simple toggle, and implementing TTL will ensure that cached data is not stale, preventing the use of outdated information.
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: This issue proposes adding a link to the source code for contract IDs. Initially, it aims to map Contract IDs to their corresponding Stellar Expert links. This is intended as a documentation improvement and is labeled as a 'good first issue'.
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.