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

CLI for Soroban contracts.

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

- [x] Address feedback from https://github.com/stellar/stellar-cli/pull/1278?notification_referrer_id=NT_kwDOAEiFobMxMDExNjMyMjU1Mjo0NzUyODAx - [x] Include tests for other Ledger models. https://github.com/stellar/stellar-cli/pull/1321

In the `stellar-ledger` create, we are currently pinned to a specific git ref for `testcontainers`: https://github.com/stellar/stellar-cli/blob/728c79ff839b38d023665fc78daf435479bb2a94/cmd/crates/stellar-ledger/Cargo.toml#L52. It would be nice to have this pointed to an actual tagged release instead....

Update the default `network container start` docker command to reflect the new quickstart flags. See this comment for more info: https://github.com/stellar/stellar-cli/pull/1361#discussion_r1630653633

I think we should add a `--js-stellar-sdk-version` option to `soroban contract bindings typescript`. When folks are generating contract bindings for their contract they're generating bindings that'll be used with a...

Also the alias should be visible in the markdown so this seems like a bug. _Originally posted by @willemneal in https://github.com/stellar/stellar-cli/pull/1406#discussion_r1715856681_

bug
ODHack8

There are currently quite a number or fees and limits for Soroban transaction submission https://soroban.stellar.org/docs/fundamentals-and-concepts/fees-and-metering#resource-limits A transaction can fail on any of them, but in the case of a failure...

### What version are you using? ``` $ soroban version soroban 20.0.0-rc.4.2 (v20.0.0-rc.4.1-4-g4e9a48756b96e4e1a070105bad202f39901139ad-dirty) soroban-env 20.0.0-rc2 (8c63bff68a15d79aca3a705ee6916a68db57b7e6) soroban-env interface version 85899345977 stellar-xdr 20.0.0-rc1 (d5ce0c9e7aa83461773a6e81662067f35d39e4c1) xdr curr (9ac02641139e6717924fdad716f6e958d0168491) ``` ### What did...

bug
ODHack8

Python is the second most used SDK in the Stellar ecosystem (after JS). It is often used by market makers and autogenerated bindings could reduce the cost of integration with...

### What Add deprecation warning when running `keys generate` with no `--fund` flag ### Why We plan to flip the logic of this command in https://github.com/stellar/stellar-cli/issues/1407 As part of this...