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

CLI for Soroban contracts.

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

Now that you can invoke multiple host functions in a single transaction, we should do that in `soroban contract deploy`. Bonus: We could also offer a way to invoke an...

soroban-scrum
cli

### What problem does your feature solve? If you have your local config `network_passphrase` value set differently than the server you are talking to, you will get weird `txBadAuth` errors...

soroban-scrum
cli

### What problem does your feature solve? How will normal users install and run the CLI? ### What would you like to see? We should figure out the release process...

soroban-scrum
cli

See parallel issue for js client - https://github.com/stellar/js-stellar-base/issues/575

soroban-scrum
cli

If you simply type `soroban contract invoke --id ...` it is almost impossible to tell why it fails. First you need a `--network` (but the error doesn't tell you that)....

bug
soroban-scrum
cli

### What version are you using? 0.7.1 ### What did you do? Followed https://soroban.stellar.org/docs/how-to-guides/events ### What did you expect to see? It printed stuff as the guide says... ### What...

bug
soroban-scrum
cli

### What did you do? Currently: ``` $ soroban config network ls ``` ### What did you expect to see? Maybe something like this? or some way to indicate they...

bug
cli

### What version are you using? Most recent release ### What did you do? Had multiple plugins with the same name appeared twice in `soroban --list` ### What did you...

bug
cli

Given this function interface: ```rust #[contracttype] #[derive(Clone, Debug, Eq, PartialEq)] pub struct MinerColorAmount( pub Address, pub u32, pub u32, ); pub fn colors_transfer(env: &Env, from: Address, to: Address, colors: Vec)...

bug

### What version are you using? 0.9.1 ### What did you do? Ran a failing command within a bash script that had `set -e` at the top. ### What did...

bug