soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
### What version are you using? 22.6.0 ### What did you do? I’ve created a key using: ``` $ stellar keys generate --secure-store mykey2 ℹ️ Writing to secure store: secure_store:org.stellar.cli-mykey2...
Currently when the ledger device returns a failing retcode we return that code instead of an informative error message in these scenarios: - when the ledger is locked - when...
`stellar keys secret ledger` currently returns an a 'Failed to find config' error, but I think that it should return an error saying that getting private keys from the device...
Currently there is not a way to add a key to the CLI config that uses a ledger device as a signer. There is still a way to sign a...
Allow for signing `contract invoke` with ledger. This currently returns an error: `❌ error: Ledger cannot reveal private keys` There is a work around, where you can invoke the tx...
### What version are you using? 22.6.0 ### What did you do? ``` $ stellar keys generate k1 --global ✅ Key saved with alias k1 in "/Users/leighmcculloch/.config/stellar/identity/k1.toml" $ stellar keys...
#1604 is signing transactions and forcing logging to be non-quiet. https://github.com/stellar/stellar-cli/blob/116047030ba4044282b36cd1ad7f50b9faeaaf91/cmd/soroban-cli/src/config/mod.rs#L94 This should respect the `--quiet` argument.
### Command description Command that uses RPC [getLedgers](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getLedgers) endpoint can either be sequence number or `"latest"` ### Command flags Optional `--output json` flag that changes output format to JSON (printing...
### What problem does your feature solve? This CLI feature provides commands to retrieve network information from Stellar. All commands are structured under the `stellar get` namespace for clarity and...
> We don't have to do this in this PR, but we should make sequence number an option, that if isn't set uses the nxt seq num lookup, otherwise uses...