Nando Vieira

Results 46 issues of Nando Vieira

Update stellar-cli to build contracts using `wasm32v1-none` when Rust >= 1.84, and `wasm32-unknown-unknown` when Rust < 1.84. Related: https://github.com/stellar/stellar-protocol/discussions/1624

enhancement

**Describe the bug** Type for `rpc.Api.GetTransactionsRequest is wrong` ```typescript export interface GetTransactionsRequest { startLedger: number; cursor?: string; limit?: number; } ``` The [documentation](https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getTransactions) states that `startLedger` can be omitted if...

bug

It should also output diagnostic events all the time when using `---very-verbose`. Contenxt: https://stellarfoundation.slack.com/archives/C06KTGUULUF/p1758835268111739

enhancement

We need to think about the CLI API for this. https://github.com/stellar/stellar-rpc/releases/tag/v23.0.0-rc.1

cli

cla-signed
missing-license

Keypair vs keypair

bug