Releases: stellar/stellar-cli
Releases · stellar/stellar-cli
0.1.2
What's Changed
- Fix the url the invoke client connects to for the rpc by @leighmcculloch in #215
- Bump version to 0.1.2 by @github-actions in #216
Full Changelog: v0.1.1...v0.1.2
Binaries were retroactively built in #227.
0.1.1
What's Changed
- Change cli serve defaults and path to match quickstart docker by @paulbellamy in #211
- invoke: Improve error when invoking a token contract and no wasm is passed by @2opremio in #212
- Bump version to 0.1.1 by @github-actions in #213
Full Changelog: v0.1.0...v0.1.1
0.1.0
What's Changed
- Improve error reporting by @2opremio in #110
- Fix strval u64 parsing by @leighmcculloch in #118
- Improve caching of Rust build artifacts and update workflows by @leighmcculloch in #120
- Set and store LedgerInfo by @sisuresh in #119
- Add publish dry run to build on release branches by @leighmcculloch in #122
- Separate the publish workflows and use new versions by @leighmcculloch in #123
- Update soroban-spec, stellar-strkey, soroban-env-*, soroban-wasmi by @leighmcculloch in #125
- Add release documentation by @leighmcculloch in #124
- Update soroban-env by @leighmcculloch in #129
- Forget vm before finishing host by @graydon in #131
- Revert "Forget vm before finishing host" by @leighmcculloch in #132
- invoke: Ensure all references to the host are released before
try_finish()
by @2opremio in #130 - Fix output logs of events by @leighmcculloch in #139
- Update stellar-xdr, soroban-env, soroban-spec by @leighmcculloch in #141
- Remove usage of the VM from the invoke command by @leighmcculloch in #140
- CLI: add basic versions of getHealth and getAccount by @paulbellamy in #134
- Update stellar-xdr, soroban-env, soroban-spec by @leighmcculloch in #143
- Update soroban-env, soroban-spec, stellar-xdr by @leighmcculloch in #147
- Add js sdk client headers through cors by @paulbellamy in #149
- Support debug logs by @leighmcculloch in #148
- Update rust-version by @github-actions in #150
- Support account id auth by @leighmcculloch in #154
- Support getting all data for contract with read command by @leighmcculloch in #155
- Add option for choosing which account invoke happens as by @leighmcculloch in #157
- Add xdr subcommand for decoding xdr by @leighmcculloch in #160
- Update soroban-spec, soroban-env, stellar-xdr by @leighmcculloch in #162
- Add source account support to serve simulate/sendTransaction by @leighmcculloch in #159
- Update stellar-xdr, soroban-spec, soroban-env by @leighmcculloch in #164
- Deploy contract to RPC server by @2opremio in #152
- deploy: Allow setting private key from env variable by @2opremio in #168
- Update deploy subcommand to use
create_contract_from_source()
by @2opremio in #167 - Extract soroban_rpc crate by @leighmcculloch in #170
- Rename private key to secret key by @leighmcculloch in #171
- Log errors to stderr in serve by @leighmcculloch in #163
- Deploy token contract by @paulbellamy in #166
- Fix sequence number in deploy's transaction by @2opremio in #174
- Improve serve's txn processing error messages by @paulbellamy in #175
- Update soroban-spec, soroban-env, stellar-xdr by @leighmcculloch in #176
- Rename soroban-cli to soroban by @leighmcculloch in #177
- Update the sdk to 864a309b by @paulbellamy in #178
- Allow user to specify custom salt when deploying to remote rpc server by @paulbellamy in #179
- Change footprint in serve responses to use xdr by @leighmcculloch in #182
- Invoke contract from RPC server by @2opremio in #181
- Don't print rpc status to stdout by @paulbellamy in #184
- Fix binary name in instructions in README by @willemneal in #185
- invoke: Print result when using an RPC Server by @2opremio in #186
- Update soroban-spec by @leighmcculloch in #188
- Rename private-strkey to secret-key by @leighmcculloch in #190
- Fix a bug in the return format of sendTransaction by @paulbellamy in #195
- Add env vars for network config flags by @paulbellamy in #194
- Swap std::thread::sleep for tokio::time::sleep by @paulbellamy in #196
- Add git sha to version information by @leighmcculloch in #198
- Remove some unused deps by @leighmcculloch in #200
- Add contractCode to token init footprint by @paulbellamy in #201
- Make sandbox deploy contract id optional by @paulbellamy in #202
- Inspect and use the error from simulateTransaction by @2opremio in #204
- Output the ledger footprint when invoking by @leighmcculloch in #203
- invoke: Fix (and enforce) getContractData invocation by @2opremio in #205
- Add back ability to use --wasm in remote invoke by @leighmcculloch in #206
- Reorder options in commands by @leighmcculloch in #207
- Group sandbox and rpc options together by @leighmcculloch in #208
- Update soroban-spec, soroban-env, stellar-strkey, etc by @leighmcculloch in #209
- Bump version to 0.1.0 by @github-actions in #210
New Contributors
- @willemneal made their first contribution in #185
Full Changelog: v0.0.4...v0.1.0
0.0.4
What's Changed
- Bump version to 0.0.4 by @github-actions in #115
This is the same release as v0.0.3, but with a version number to match the SDK is it compatible.
Full Changelog: v0.0.3...v0.0.4
0.0.3
What's Changed
- Add build cache in ci by @leighmcculloch in #54
- Fix complete ci job by @leighmcculloch in #55
- Put ledger.json -> .soroban/ledger.json to keep all cli local files contained by @paulbellamy in #57
- Fix ci complete job (again) by @leighmcculloch in #65
- cli serve, first pass at sandbox preflights by @paulbellamy in #64
- Support G- strkey public keys as arguments by @2opremio in #71
- Add shell autocomplete using clap_complete crate by @fdesjardins in #70
- Add links to Soroban Docs by @leighmcculloch in #66
- Add ci workflow to set min rust-version by @leighmcculloch in #73
- Update stellar-env-* by @leighmcculloch in #77
- Update rust-version by @github-actions in #75
- Add a gen (codegen) sub-command by @leighmcculloch in #74
- Add scaffolding for adding additional code gen types by @leighmcculloch in #79
- Fix contract invoke by @leighmcculloch in #80
- Add names to input types in spec functions by @leighmcculloch in #82
- Update stellar-env-* by @leighmcculloch in #83
- Use a parser independent of Vm/Host for inspecting wasm files by @leighmcculloch in #84
- Check if rust-analyzer can parse project by @leighmcculloch in #89
- Update cli serve api by @paulbellamy in #87
- Add sendTransaction, getTransactionStatus, and getContractData methods by @paulbellamy in #92
- Add BytesN support to spec by @leighmcculloch in #94
- Add json output option for gen command by @tamirms in #91
- Update stellar-xdr, soroban-env-*, soroban-spec by @leighmcculloch in #95
- Allow mixing args and xdr args by @2opremio in #96
- Improve invoke error reporting by @2opremio in #98
- Update stellar-xdr, soroban-env-*, soroban-spec by @leighmcculloch in #99
- Fix up a couple discrepancies from the api docs by @paulbellamy in #101
- Add cors support to cli serve by @paulbellamy in #102
- Update stellar-xdr, soroban-env-*, soroban-sdk by @leighmcculloch in #103
- Fix wasm file not found error by @leighmcculloch in #104
- Print event at the end of invocation by @jayz22 in #105
- Fix BytesN strvals by @leighmcculloch in #106
- Add support for hex strvals to Bytes/BytesN by @leighmcculloch in #107
- Make read accept strval or xdr, and output strval, json, or xdr by @leighmcculloch in #108
- Default to string output in read subcommand by @leighmcculloch in #109
- Release automation by @graydon in #111
- Fix release automation by @leighmcculloch in #112
- Update dependencies for release by @leighmcculloch in #113
- Bump version to 0.0.3 by @github-actions in #114
New Contributors
- @fdesjardins made their first contribution in #70
- @github-actions made their first contribution in #75
- @tamirms made their first contribution in #91
- @jayz22 made their first contribution in #105
Full Changelog: v0.0.2...v0.0.3
0.0.2
Release prep (#51) * makefile * cleanup * lock