Skip to content

Releases: chatch/stellarexplorer

Fixes to client side release

07 Feb 06:38

Choose a tag to compare

Fix broken /effects
Fix broken github workflow that checks the site is up and okay.

Client side only release and Cloudflare Pages deployment

06 Feb 01:03

Choose a tag to compare

App now runs entirely in the browser, no server side rendering.

Moved to Cloudflare pages.

Fixes from stellar-sdk upgrade

13 Nov 20:28

Choose a tag to compare

Released 2.7.0 too soon. Whilst it fixed the contracts view it broke pretty much every other view.

This release fixes all those broken views.

Upgrade stellar-sdk to latest

13 Nov 19:56

Choose a tag to compare

Fixes the broken contract view:

  • upgrade stellar-sdk@11.1.0 -> @stellar/stellar-sdk@14.3.2

Claimable balances, updated directory, resilience

20 Jan 02:19
56963b4

Choose a tag to compare

Changes:

  • new search by claimable balance feature
  • new claimable balance view
  • new liquidity pools detail view
  • updated the directory - assets and exchanges
  • resilience - retry on horizon service unavailable errors which are using short lived but occur often
  • more smoke tests

Link directly to alternative Horizon's and Soroban RPC servers

31 Dec 13:55
e01553f

Choose a tag to compare

Soroban publicnet release readyness and enhancements

31 Dec 00:05
aef4454

Choose a tag to compare

Changes:

  • stellar-sdk upgraded to latest stable ready for public net upgrade
  • custom network address setting restored and soroban RPC URL added to the form
  • playwright based smoke tests added and hooked up to github actions
  • upgraded dependencies including remix to v2 which has removed all high level vulnerabilities
  • basic liquidity pools view added
  • search by federated address fixed
  • improved error handling
  • multiple bug fixes

Contract interface and stability

25 Sep 03:09
38178d1

Choose a tag to compare

Added Contract Interface tab which shows the Rust interface of the contract.

Stability improvements - fixed a number of issues showing up in sentry so the app is now more stable and displays more meaningful and useful error messages.

Deployed for soroban networks:

  • testnet
  • futurenet

/interface added for Rust interface generation

25 Sep 03:11
d48b800

Choose a tag to compare

The backend API now has a /interface for generating and fetching the Rust interface of a contract from it's Wasm bytecode.

Fixes to 2.0.0 and restored routes

19 Sep 17:27
696e343

Choose a tag to compare

Added contract storage tab.
Added contract code decompile tabs.
Added backend endpoints for contract decompilation.

Handle contract data with bigint.

Restored routes missing in 2.0.0:

  • /asset/<assetId>
  • /error/not-found/<searchStr>
  • /search/<searchStr>

Fixes to sync with contract and sdk upgrades.
Fixes to error handling - in particular account not found.

Rendering a number of claimable balance operations and effects that were not previously handled. Still more to be handled soon ...