Chenna Keshava B S
Chenna Keshava B S
@mDuo13 thanks for flagging this issue. What is the correct expected response for this input? `Ledger index is not too high` -- As indicated by the `"have_header": true,` field in...
@ximinez @HowardHinnant please review this PR at your convenience
Hello, I'm working on rebasing my branch. This PR is quite old, so I'll need some time to wrangle out the old commits. The `type` filter has been deprecated for...
@mtrippled please let me know if this issue looks okay
@mtrippled Thanks for your suggestion Mark. My bad, `./rippled server_info counters` works correctly. I read the code and I assumed counters refer to a boolean/numeric value (because we use the...
@ximinez I couldn't agree more! I went through the code to figure out the use of `counters` haha
will it help if you install the `copyfiles` package? `npm install copyfiles -g` ?
@elmurci Please let me know if I can re-review this PR.
@ckniffen Are you suggesting that I add an `algorithm` data member to the Account class? I don't see any other relevant classes in the secret-numbers package. I agree that this...
The default signing algorithm of rippled's `wallet_propose` method is `secp256k1` (Docs: https://xrpl.org/docs/references/http-websocket-apis/admin-api-methods/key-generation-methods/wallet_propose) Why do we have this discrepancy (the defaults for JS client library is `ed25519`) ? I saw a...