Nando Vieira

Results 46 issues of Nando Vieira

Right now, the error is misleading if you're issuing this command on a rust project that's not a contract. ```console error[E0432]: unresolved import `crate::sys::IoSourceState` --> /Users/fnando/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5 | 12 | use...

stale

### What Install missing dependency. Depends on https://github.com/stellar/actions/pull/69. ### Why https://github.com/stellar/stellar-cli/actions/runs/9798824274/job/27057923832#step:6:1731 ### Known limitations N/A

### What problem does your feature solve? Now that we're moving from `soroban` to `stellar`, I think it's a good idea to also require plugins to be named `stellar-*`. There's...

## Issue Description When trying to fetch a contract, I'm getting a not found page. Running this project locally, I noticed that the error being raised is this: ``` Failed...

### What Close #1610 ### Why To simplify our codebase and improve the CLI usability by having only one way of setting the network. ### Known limitations N/A

- [ ] `stellar plugin list [--installed]`: list plugins by using Github search (`--installed` will show installed plugins only) - [ ] `stellar plugin add [SOURCE]`: install a plugin. `SOURCE`...

### What version are you using? Latest ### What did you do? Calling a subcommand should lookup for plugins as well. That means if we call `stellar contract hello` this...

bug

Right now, global vs local config is confusing. This is what @leighmcculloch proposed, which seems like a good compromise: For P23, I think we can: * Default to the one...

cli
breaking change

#1604 is signing transactions and forcing logging to be non-quiet. https://github.com/stellar/stellar-cli/blob/116047030ba4044282b36cd1ad7f50b9faeaaf91/cmd/soroban-cli/src/config/mod.rs#L94 This should respect the `--quiet` argument.

bug