rippled
https://github.com/xrplf/rippled
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
not yet supported2 Subscribers
Add a CodeTriage badge to rippled
Help out
- Issues
- Ledger metadata (validated, ledger_hash, ledger_index) missing from nft_buy_offers/nft_sell_offers responses
- account_nfts response missing 'account' field when paginating
- Batch disconnect check uses continue instead of break, allowing processing after rate limit
- doConnect missing port range validation allows silent truncation to wrong port
- doConnect does not validate `ip` field type, causing rpcINTERNAL on array/object input
- doPeers cluster info: potential integer overflow in age calculation
- ledger_cleaner: Passes raw user params to LedgerCleaner without type validation
- gateway_balances calls asString() on account/ident without isString() type check
- VaultInfo parseVault calls asString() without isString() check on vault_id and owner
- channel_verify calls asString() on multiple fields without isString() type checks
- Docs
- not yet supported