soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

CLI for Soroban contracts.

Results 287 soroban-cli issues
Sort by recently updated
recently updated
newest added

I accidentally tried to invoke a contract using the wasm hash as the id (yes, I'm an idiot). The cryptic response was: `error: Missing result in successful response`. Can we...

cli

Expected behavior when invoking a contract using `soroban contract invoke` (for all cases: sandbox or network, success or failure): - Contract events should be logged at INFO level - Diagnostic...

cli

The CLI will silently restore contract entries when using `soroban contract invoke`, but not when using `soroban contract bump`. This could confuse developers when they are able to call a...

cli
ODHack8

### What version are you using? `v20.0.0-rc.2.1` ### What did you do? Use the default identity. ``` soroban config identity ls ``` ### What did you expect to see? It...

bug
cli

It'd be helpful if the identity/key commands supported showing the private key in a recovery phrase form, as that is the form some applications / wallets expect the key to...

cli

It was suggested on Discord that the `soroban contract build` command could do some validation of the built contract to check that the contract is supported by Soroban. The check...

cli

The soroban-cli is installable via a few mechanisms now: - cargo install from source - cargo bininstall from precompiled binary - brew install via the stellar/homebrew-tap - release binaries on...

cli

### What problem does your feature solve? Currently CI issue have caused build issues for using windows. ### What would you like to see? A fix that would allow building...

cli

https://github.com/stellar/soroban-tools/pull/642 added a new automatic network called "futurenet". However, that isn't currently included if you list networks with `config network ls`, but it should be. cc @willemneal

bug
soroban-scrum
cli

### What problem does your feature solve? When you request a ledger which is not currently stored by the soroban-rpc server, the error is not particularly helpful. ``` $ soroban...

soroban-scrum
cli