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
trafficstars

Reported by a user: > After running `bindings typescript` it returns an error, "program not found". And while it does generate some typescript files, the node modules folder as well...

bug

Test suites on macOS, Windows, Linux. Right now our test suites run on Github Action CI and supports Linux. We want to expand the support to macOS and Windows. -...

There is no reason that the docs should block merging PRs. It slows down development wastes CI cycles. Instead it should be a CI action that runs on merges to...

(Original reported issue by @chadoh below) Currently, `stellar keys generate` not only generate keys, but also funds them. This is a bit confusing for the user (e.g. the original error...

bug
breaking change

### What problem does your feature solve? Support some classic functionalities on the CLI - [x] Create account - [x] Payment - [x] Set options - [x] Bump sequence -...

objective-5

### What problem does your feature solve? Some pro users don't want to use our TS Bindings because a whole NPM package feels too heavy. ### What would you like...

breaking change

Why aren't the options for the network under a separate section like on other commands? _Originally posted by @leighmcculloch in https://github.com/stellar/stellar-cli/pull/1406#discussion_r1689091741_ Turns out this applies to all network args in...

### What problem does your feature solve? For builds to be reproducible, the binaries cannot contain absolute filesystem paths. Today there are cases where rustc embeds absolute paths even when...

There are some functionalities related to auths that we were considering adding to different commands, but IMO it could get a bit clunky to find those subcommands or flags, instead...

We're using `testcontainers` for the ledger emulator tests, and have some dependency mismatches that prevented us from using a tagged release. - for `testcontainers` 0.16.0 we have a dependency mismatch...