stellarexplorer

Ledger Explorer for the Stellar Network 🚀

APACHE-2.0 License

Downloads
3
Stars
455
Committers
18

Bot releases are visible (Hide)

stellarexplorer - Claimable balances, updated directory, resilience Latest Release

Published by chatch 9 months ago

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
stellarexplorer - Link directly to alternative Horizon's and Soroban RPC servers

Published by chatch 10 months ago

Changes:

  • #360
stellarexplorer - Soroban publicnet release readyness and enhancements

Published by chatch 10 months ago

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
stellarexplorer - /interface added for Rust interface generation

Published by chatch about 1 year ago

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

stellarexplorer - Contract interface and stability

Published by chatch about 1 year ago

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
stellarexplorer - Fixes to 2.0.0 and restored routes

Published by chatch about 1 year ago

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 ...

stellarexplorer - Update to react 18 and use remix.run

Published by chatch about 1 year ago

Major upgrade of stack, moved deployment and includes updates for futurenet / soroban contract support.

stellarexplorer - Support CAP-0027 - Multiplexed Accounts

Published by chatch about 3 years ago

Show muxed with public address when rendering accounts

Show the muxed address with base address as follows:

Screenshot 2021-07-26 at 12-54-53 Stellar Explorer Transaction 336a86bf5e0a5aa9546a8d474e84a2f1e122e84b9dec5d525633afc142e1

and on payments:

Screenshot 2021-07-26 at 12-55-22 Stellar Explorer Account GDZ464OWNGEL4X2DE6JPLEARO2WJ4AGCBN3XM7E4ZSLPHRBV6AZB6CER

Search by muxed address

If exists shows the account view for the respective base account with a message:

Screenshot 2021-07-26 at 12-55-49 Stellar Explorer Account GDZ464OWNGEL4X2DE6JPLEARO2WJ4AGCBN3XM7E4ZSLPHRBV6AZB6CER

Account endpoint supports muxed address

/account/<muxed address>

stellarexplorer - Bahasa Indonesia Translation

Published by chatch over 3 years ago

Bahasa Indonesia translation added #256 @ronnyfahrudin

stellarexplorer - हिन्दी (Hindi) Translation

Published by chatch over 3 years ago

हिन्दी (Hindi) translation added #250 @aanupam23

stellarexplorer - Translations added, stack upgrade

Published by chatch over 3 years ago

New Translations Added:

  • 日本語 #239 @efishdew
  • 中文繁體 #240 @efishdew
  • Français #235 @alexouille123
  • اردو / Urdu #241 @mubashirsiddique

Stack upgraded:

  • NodeJs 10 -> 14
  • Ubuntu 16 -> 20
stellarexplorer - Operations resilience PR

Published by chatch over 3 years ago

#198 - Be resilient to unrecognized operation types (thanks @leighmcculloch)

stellarexplorer - Update dependencies and exchange list

Published by chatch almost 4 years ago

stellarexplorer - Upgrade for Horizon 1.0.0

Published by chatch over 4 years ago

#143 Upgraded stellar-sdk to 4.0.1 for Horizon 1.0.0

stellarexplorer - Protocol v12

Published by chatch almost 5 years ago

#130 Support Protocol 12 Updates

  • CAP-0024 path payment operations
  • Inflation pools view removed

New js stellar-sdk

stellarexplorer - CodeFund Ethical Ads

Published by chatch almost 5 years ago

#123 Add CodeFund.io ethical ads

see https://codefund.io

stellarexplorer - Protocol 11

Published by chatch over 5 years ago

#111 Support Protocol 11
#112 limit 1000 is greater than limit max of 200
#116 add firefly exchange
#106 add paribu exchange

labelled a number of anchors defunct and hid from the anchors list

stellarexplorer - Reduce bundle size and Analytics

Published by chatch almost 6 years ago

New:

  • added matomo analytics (#86)
  • added stellarx to exchanges list
  • set HTML page titles (#102 )

Reduced bundle size:

  • moved directory images (exchange and anchor logos) out of json into separate files (~89k)
  • replaced json2csv dependency with bespoke conversion function (~160k)
  • dynamic route imports with react-loadable

Fixed:

  • payment table headers (#100) (@danielheyman)
  • build with yarn (#15)

Upgraded:

  • upgrade stellar-sdk to 0.11.0
  • upgrade nodejs engine to 10.x.x (LTS)
stellarexplorer - Stellar v10 upgrade

Published by chatch about 6 years ago

#97 add bump sequence, add path payment source amount

stellarexplorer - Filter Operations, Choose Horizon backend, Chinese translation updates

Published by chatch about 6 years ago

#93 Filter Operations by type
#91 Horizon backend - choose preset or custom
#92 #94 Chinese updates