soroban-cli
soroban-cli copied to clipboard
feat: txn commands to sign, simulate, and send txns
Part of https://github.com/stellar/soroban-cli/issues/1265 Adds
txn send- sends a signed transaction to the PRCtxn sign- sign a given transactiontxn simulate- simulate and assemble transactionsigner::Stellartrait and a defaultInMemoryimplementation needed fortxn sign
Left
- [ ] Tests
Given the sensitivity of the sign command, I'd like to shift that work into a separate PR, so that we can get the other commands merged sooner, then follow up and take our time with the sign command. There should be litle to no need for the commands to be added together, so I think that'll be fine, but please lmk @willemneal if you think that'd be a problem. cc @janewang
Friend bot seems to be failing.
@leighmcculloch I've removed send because it has hard to test without a proper sign command. So there is another PR to add all the remaining besides inspect.