Contribution Guide
- PRs go to the
dev branch, not main
- Application must explain your specific approach to this task; generic applications will not be assigned
- PR description must clearly describe what you built and changed
- Link your PR to the correct issue number
RPC nodes may occasionally return 5xx Server Error responses due to temporary overloads or internal failures. Implementing a robust retry policy with exponential backoff will improve the resilience of the client.
Implementation Guidelines Key Files: crates/core/src/rpc/client.rs.
Expectations What done looks like: The client automatically retries requests that receive a 5xx status code, following an exponential backoff strategy before giving up.
For any question, reach me on Discord: emry_ss
Contribution Guide
devbranch, notmainRPC nodes may occasionally return 5xx Server Error responses due to temporary overloads or internal failures. Implementing a robust retry policy with exponential backoff will improve the resilience of the client.
Implementation Guidelines Key Files: crates/core/src/rpc/client.rs.
Expectations What done looks like: The client automatically retries requests that receive a 5xx status code, following an exponential backoff strategy before giving up.
For any question, reach me on Discord: emry_ss