Skip to content

Releases: stellar/stellar-cli

0.6.0

15 Feb 04:02
7421c13
Compare
Choose a tag to compare

Soroban-CLI

What's Changed

  • Add option for running contract with unlimited budget
  • Add support for AuthNext
  • Add config command
  • Add getNetwork support
  • Reorganize CLI commands

Soroban-RPC

What's Changed

  • Configure default limit, update cursor / startLedger validation, and include latest ledger for getEvents
  • Add support for AuthNext
  • Fix rollback error in logs
  • Add getNetwork command
  • Implement event storage
  • Implement ledger entry storage
  • Refactor db and ingestion packages, add ingestion of LedgerCloseMeta
  • Implement simulateTransaction using rust instead of preflight
  • Simplify topic matching for events search

Full Changelog: v0.4.0...v0.6.0

0.5.0

14 Feb 03:17
f0c4664
Compare
Choose a tag to compare

Soroban-CLI

What's Changed

  • Add option for running contract with unlimited budget
  • Add support for AuthNext
  • Add config command
  • Add getNetwork support
  • Reorganize CLI commands

Soroban-RPC

What's Changed

  • Configure default limit, update cursor / startLedger validation, and include latest ledger for getEvents
  • Add support for AuthNext
  • Fix rollback error in logs
  • Add getNetwork command
  • Implement event storage
  • Implement ledger entry storage
  • Refactor db and ingestion packages, add ingestion of LedgerCloseMeta
  • Implement simulateTransaction using rust instead of preflight
  • Simplify topic matching for events search

Full Changelog: v0.4.0...v0.5.0

0.4.0

06 Jan 00:37
9e680fa
Compare
Choose a tag to compare

Soroban-CLI

What's Changed

  • Update rust version
  • StrValError --> Error and implemented using thiserror
  • Use soroban-ledger-snapshot for managing ledger.json
  • Use LedgerSnapshot::update to update snapshot instead of unpacking the host and updating ledger info and entries separately.
  • Add events subcommand for local and remote event viewing
  • Deprecate token create command

Soroban-RPC

What's Changed

  • Add GitHub linting for GO code

Full Changelog: v0.3.3...v0.4.0

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.