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