soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
### What Upgrade workflows to use `macos-15-*` rather than `macos-13` ### Why 1. It's about to be deprecated: [announcement 🔗](https://github.com/actions/runner-images/issues/13046) 2. It's already making the CI fail: [example run 🔗](https://github.com/stellar/stellar-cli/actions/runs/19081484092/job/54516597745?pr=2275)...
### What this pr is based off of #2012 closes https://github.com/stellar/stellar-cli/issues/2273 Updates the `ledger entry fetch` command to allow for returning the contract instance ledger entry by adding an `--instance`...
Bumps the all-actions group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/download-artifact` from 5 to 6 Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING...
I started to spike this out in #2269 - with the addition of `stellar ledger entry fetch` we should be able to fetch a contract's instance ledger entry. In order...
### What problem does your feature solve? There was a change introduced recently to use by default a global configuration. I want to point out two issues with the change:...
### What [TODO: Short statement about what is changing.] ### Why There is currently a workaround for this, in that users can build the tx and then pipe that into...
The exact issues here are distinct but possibly related to https://github.com/stellar/stellar-cli/issues/732. ### What version are you using? ``` stellar version stellar 23.1.4 () stellar-xdr 23.0.0 (e83a6337204ecfdb0ac0d44ffb857130c1249b1b) xdr curr (4b7a2ef7931ab2ca2499be68d849f38190b443ca) ```...
When reviewing the code for the contract invoke command, I don't see any auto restore logic. There is auto restore logic located here, which is building a restore txn based...
We have an issue in the soroban-sdk that any exported `contracttypes` defined in the SDK, or any library for that matter, that don't get used in the importing contract still...
### What version are you using? stellar 22.8.1 (949f1620c46296c84c2f4de6e5aa70e9dc59590f) stellar-xdr 22.1.0 (e13922970800d95b523413018b2279df42df3442) xdr curr (529d5176f24c73eeccfa5eba481d4e89c19b1181) ### What did you do? Trying to invoke a contract which requires signing an auth...