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

### What version are you using? 22.5.0 ### What did you do? When running RPC test one of the tests is flaky: ``` ---- integration::dotenv::can_read_file stdout ---- ℹ️ Simulating install...

bug

Experiment with including fuzz + mutation tests in the template. There's a balance between making a template that's too overwhelming that turns folks away, so I'm not sure we want...

`stellar tx new payment` says: ``` --asset Asset to send, default native, e.i. XLM [default: native] --amount Amount of the aforementioned asset to send ``` This seems incorrect. The amount...

bug
stale

- stellar tx edit time-bounds clear - stellar tx edit time-bounds clear max - stellar tx edit time-bounds set max - stellar tx edit time-bounds clear min - stellar tx...

- stellar tx edit ledger-bounds clear - stellar tx edit ledger-bounds min clear - stellar tx edit ledger-bounds min set - stellar tx edit ledger-bounds max clear - stellar tx...

Bumps the npm_and_yarn group with 1 update in the /cmd/crates/soroban-spec-typescript/ts-tests directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.7.7 to 1.8.2 Release notes Sourced from axios's releases. Release v1.8.2 Release notes: Bug Fixes...

dependencies
javascript

(I'm not sure if it'd be possible to do the way we are currently testing it, but I think it _should_ work just fine. We are testing with Ledger's Docker...

### Command description Command that uses RPC [getFeeStats](https://developers.stellar.org/docs/data/rpc/api-reference/methods/getFeeStats) endpoint ### Command flags Optional `--output json` flag that changes output format to JSON (printing `result` object) ### Command return value Print...