Chenna Keshava B S
Chenna Keshava B S
> > Instead of reading the secret in clear-text from command line, we could read it from a file. This reduces visibility to other users on a server, but it's...
In the `sign-and-submit` command, the user is trusting the server with his/her secret key material. An admin method places restrictions on who can invoke the `sign-and-submit` method, but it doesn't...
I use it with my local running version of rippled. But I don't use sudo or any admin privileges. Maybe I'm still considered an admin user? I don't know.
thanks, I'll look into it
@ckniffen Should I include a note in the HISTORY.md file? Or are you referring to an API changelog somewhere?
@ckniffen The `type` field is documented in the last portion of the "Request Format" section of the `ledger_data` command: https://xrpl.org/ledger_data.html#request-format The `type` filter pertains to `account_objects`, `ledger_data` and the `ledger`...
Hello, The specified `EscrowCreate` transaction does not have a `CancelAfter` field. Since it doesn't specify an expiration, I believe the escrow cannot be cancelled. Have you considered sending a `EscrowFinish`...
This method [RPC::getLedgerByContext](https://github.com/XRPLF/rippled/blob/c19a88fee9cd5b034a2fbcc013416afc10464e35/src/xrpld/rpc/detail/RPCHelpers.cpp#L1031) takes up a lot of time to retrieve an old ledger. This method is used only in RPC calls `book_changes` and `ledger_request`. I do not have appropriate...
On that note, a lot of the ledger-retrieval related RPC commands seem very similar -- I've come across `ledger`, `ledger_request`, `ledger_data` and `ledger_header` (I know that the last one is...
@Bronek thanks, that explanation makes a lot of sense.