Elliot.
Elliot.
@mtrippled to confirm that this should be put on hold for now
- PriceOracle PR: https://github.com/XRPLF/rippled/pull/4789
- Expected to be fixed by afd0698c5d30aeb1420b7aac4d80630975291876 (@gregtatcam to confirm)
Since the problem is data being stored with unnecessary redundancy, it should be possible to "compress" (or [dedupe](https://en.wikipedia.org/wiki/Data_deduplication)) data such that transaction history is stored in less space, without modifying...
That error indicates that the server is not synced with the network. See: - https://xrpl.org/server-doesnt-sync.html - https://xrpl.org/diagnosing-problems.html ``` 'error': 'noNetwork', 'error_code': 17, 'error_message': 'InsufficientNetworkMode', ```
@MarkusTeufelberger - is this something you could try to fix?
@mtrippled : given #4505 was reverted for now, should this PR still be reviewed?
Could we just document that the ctid must be in uppercase?
nit: I noticed under "Actual Result", you have: `"ctid": "c005523e00000000",` (lowercase leading `c`) but when I tried it in the websocket tool, it correctly echoes back the provided capitalization -...
Definitely agree that the error message isn't helpful. I guess the purist in me would prefer that everyone just use uppercase hex for consistency, but I think it should also...