Skip to content

Releases: stellar/stellar-cli

0.3.3

08 Dec 01:20
Compare
Choose a tag to compare

Soroban-CLI

What's Changed

Soroban-RPC

No changes.

Full Changelog: v0.3.2...v0.3.3

0.3.2

08 Dec 00:49
Compare
Choose a tag to compare

Soroban-CLI

What's Changed

Soroban-RPC

No changes.

Full Changelog: v0.3.1...v0.3.2

0.3.1

06 Dec 17:36
42b2030
Compare
Choose a tag to compare

Soroban-CLI

What's Changed

  • Fix up readmes to fix up rust publish by @paulbellamy in #295
  • Bump version to 0.3.1 by @github-actions in #297

Soroban-RPC

No changes.

Full Changelog: v0.3.0...v0.3.1

0.3.0

06 Dec 16:03
46e72d8
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.3.0

Soroban-CLI

  • Added type description to errors when using --arg by @waldmatias in #263
  • Additional CLI support for the contract deployment changes. by @dmkozh in #286
    • Adds support for soroban deploy --wasm-hash ..., as well as soroban install --wasm ...
  • Add xdr and env version to version subcommand output by @leighmcculloch in #293

General code cleanup, repository restructuring, and bugfixes

Soroban-RPC

  • Add soroban-rpc version subcommand by @tsachiherman in #272 and #273
  • Add a new getLedgerEntry jsonrpc method by @paulbellamy in #274
    • This will deprecate and replace getContractData. The new endpoint allows you to fetch any ledger entry (not just contract data ledger entries).
    • Current API Docs
  • Added new getEvents method (Currently backed by horizon) by @paulbellamy in #270
    • getEvents lets you fetch and filter a range of events emitted by contract transactions.
    • Current API Docs

Deprecations

  • getContractData jsonrpc method is deprecated in favor of the new getLedgerEntry, and will be removed in the next release.

Moved this command into this repo from https://github.com/stellar/go

Code cleanup & testing

  • Separate the daemon from the main function by @tsachiherman in #267
  • Run soroban-rpc tests on ubuntu focal so stellar-core can install by @paulbellamy in #289
  • updated soroban core version for integration tests by @sreuland in #283

0.2.1

04 Nov 23:00
2a065ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

0.2.0

04 Nov 08:46
abce95d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.2.0

0.1.2

11 Oct 07:19
1b5786d
Compare
Choose a tag to compare

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

10 Oct 18:55
87edfa7
Compare
Choose a tag to compare

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

07 Oct 22:29
d32a2de
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.1.0

0.0.4

02 Sep 19:01
168457a
Compare
Choose a tag to compare

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