Rome Reginelli

Results 168 issues of Rome Reginelli

I would like to run a `rippled` server from my home, but I can't leave it running because the upload demands from peer servers sometimes spike very high. This can...

Good First Issue
Feature Request
Food for Thought
Reviewed
Will Need Documentation
Perf Test Desired (Optional)

## Issue Description The new fields added to the [submit method response](https://xrpl.org/submit.html) by #3125 are only provided when you submit a binary blob, not when you provide a JSON and...

Bug

## Summary Looking at the numbers from [nixerFFM's ledger data analysis](https://xrpldata.com/api/v1/ledgerdata), it seems like we could probably save a lot of space in the ledger by optimizing trust lines ([RippleState...

Feature Request
Tech Debt
Testable
Perf Attn Needed

## Issue Description The `ctid` field of the `tx` command, added in #4418, does not work if the given CTID contains lowercase hex. ## Steps to Reproduce Send [this request](https://xrpl.org/websocket-api-tool.html?server=wss%3A%2F%2Fxrplcluster.com%2F&req=%7B%22id%22%3A%22example%20lowercase%20in%20CTID%22%2C%22command%22%3A%22tx%22%2C%22ctid%22%3A%22C005523e00000000%22%7D)...

API Change
Good First Issue
Bug
Trivial
Clio Reviewed

Fee units are used internally to calculate fees with higher precision than integer drops, but are exposed directly in the [ledger subscription stream](https://xrpl.org/subscribe.html#ledger-stream) (possibly other places, though I don't see...

API Change

## Summary There's an easy mistake you can make when paginating over [`ledger_data`](https://xrpl.org/ledger_data.html) API responses, where the ledger version you're iterating can "shift out from under you" resulting in an...

API Change
Feature Request

The bottom of docs pages in Redocly has buttons to the "next" and "previous" pages; however, these often don't make sense as a proper reading order in context. We can...

organization

Re-create the work from #1007 but on Redocly this time.

web dev
redocly

The "Hot topics happening now" list describes various topics in "active" discussion on various platforms, with links out to those platforms. ![2024-01-10_102258_739359614](https://github.com/XRPLF/xrpl-dev-portal/assets/7515597/621cb4c1-53e3-406b-89a7-270b1c3cda26) However, only the small purple arrow on the...

web dev

It's probably for the best to have all the examples use API v2, which is more internally consistent and generally easier to use. This also includes the examples in the...

content updates