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

Background: I like the idea of using the raw XDRJSON for the interface format. There is actually another JSON format we invented at some point, that is visible with this...

### What Add change that will deprecate local config directories in p23. This also adds a config migration command `stellar config migrate` that moves over configs from local to global...

### What This was an attempt to run bindings tests on Windows, using quickstart docker image. We were using WSL to run Docker and quickstart was running in this docker....

### What - Fixes https://github.com/stellar/stellar-cli/issues/2006 - which is a sub-issue of https://github.com/stellar/stellar-cli/issues/1980 - other sub-issues will be addressed in subsequent PRs Todo: - [x] make sure that `stellar tx new...

### What Adds an `additional-libs` feature so that users can build and use the CLI (without keyring support) without having `libdbus-1-dev` installed on their system ### Why Allows for a...

Bumps the all-actions group with 1 update: [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `EmbarkStudios/cargo-deny-action` from 2.0.7 to 2.0.10 Release notes Sourced from EmbarkStudios/cargo-deny-action's releases. v2.0.10 PR#96 resolved #94 by switching to the directory the...

dependencies
github_actions

There are two issues: - Install doesn't use binaries - When building from source, --locked doesn't get used ``` > [13/14] RUN cargo binstall -y stellar-cli: 3.488 INFO resolve: Resolving...

bug

This is broken for secure store keys at the moment, because `config::Args.sign_soroban_authorizations` uses the `key_pair` function, which tries to get the Secret's private key. This is not currently allowed with...

Currently there are 2 code paths to sign a tx: 1. using `config::sign_with::Args.sign_tx_env` which gets a Secret from `locator.get_secret_key`, and then gets the signer using `secret.signer()`. This path works for...