Rome Reginelli

Results 168 issues of Rome Reginelli

Basis points are 1/10,000, meaning one basis point is "a percent of a percent". This fixes couple of NFT example that had invalid percentages listed. Interestingly, the Japanese translation has...

The [manifest method](https://xrpl.org/manifest.html) provides a relatively easy¹ way to look up a validator's manifest based on its public key, but it only provides the response in base64. Meanwhile, the [Domain...

web dev

Some offers, like this one, seem very mysterious ("success" without doing anything?): https://www.ripplecharts.com/#/transactions/A6D429DFA83CC2752379203880A680431321F7FDBB6D114E2817D22E10509460 The solution to the mystery is that the offer has an expiration date that's in the past....

AccountSet transactions can enable and/or disable one setting at a time using the `SetFlag` and `ClearFlag` fields, which is covered in the Simple View. However, some settings can be additionally...

enhancement

Original issue: https://github.com/XRPLF/xrpl-dev-portal/issues/1293 Original reporter: @wojake > I believe adding Xrplorer's forensic services to the explorer would greatly reduce the amount of scammed victims, it would also increase the XRP...

Only 8 transaction/pseudo-transaction types are recognized by the GetTransactions method: https://github.com/ripple/rippled-historical-database/blob/develop/api/routes/getTransactions.js#L8-L17 However, amendments have added the following 7 additional transaction types: - EscrowCreate - EscrowCancel - EscrowFinish - PaymentChannelCreate -...

I tried editing a transfer's debit and credit amounts and got this undocumented error: ``` json { "id": "InvalidModificationError", "message": "Transfer may not be modified in this way", "invalidDiffs": [{...

This may be controversial since it's a breaking change, but... The `"status":"success"` field from the response is a source of constant confusion, especially on the submit command and related methods....

API Change
Reviewed
Low Priority

Inspired by #4678, it would reduce confusion if the `account_objects` API method threw an error in cases where the user attempted to filter by a ledger entry type that accounts...

API Change
Good First Issue
Bug
Feature Request
Clio Reviewed

## Summary We should introduce an amendment to make metadata for NFT-related things more concise, to reduce the space demands on full history servers. ## Motivation While the NFTokenPage format...

Good First Issue
Feature Request
Testable
Potential Bounty Idea
Perf Test Desired (Optional)