soroban-cli
                                
                                
                                
                                    soroban-cli copied to clipboard
                            
                            
                            
                        CLI for Soroban contracts.
When running commands that simulate and submit a transaction, the verbose logs output the cost that simulation estimates, but not the actual final cost that the network reports. ``` ❯...
### What version are you using? 20.3.1 ### What did you do? On a Windows machine, ran `soroban contract bindings typescript --network testnet --contract-id $(cat .soroban/contract_id) --output-dir node_modules/soroban-contract-client` ### What...
The soroban-cli has a top-level `--list` option that operates like a subcommand. It prints out a list of plugins: ```console $ soroban --help ... --list List installed plugins. E.g. `soroban-hello`...
### What problem does your feature solve? We now have the ability to modify the simulation fudge factor but the CLI doesn't expose it. This would allow for that ###...
This issue was originally discussed in Slack ([slack thread](https://stellarfoundation.slack.com/archives/C04B02ABF37/p1700531775387709)) and started by @tomerweller. Moving some snippets of discussion captured over into GitHub issue for more async and further discussion. >...
It'd be best practice to minify the output files in the `dist` files
Upgrade the packaged Typescript version to the latest. https://www.npmjs.com/package/typescript?activeTab=versions
### What problem does your feature solve? People install soroban-cli and then don't upgrade until a problem is encountered. For example: https://discord.com/channels/897514728459468821/966788672164855829/1194759622339342588 ### What would you like to see? The...
### What problem does your feature solve? 1. Move bulk of TS code into a TS codebase, so it can be maintained, improved, and reviewed by TS experts. We currently...
Soroban version ```bash % soroban --version soroban 20.2.0 (v20.0.0-rc3-125-g07dcd3c78a15f3ad0db023c3242e154443eb106a) soroban-env 20.1.0 (36d33cb6c986c9a8a9200b7eb04cf02e2c3f0ef4) soroban-env interface version 85899345920 stellar-xdr 20.0.2 (a928e82943e4e93c887555fdec3b1e139ad810d2) xdr curr (bb54e505f814386a3f45172e0b7e95b7badbe969) ``` Relevant rust contract code (see the `canvas`...