Ethereum Lite Explorer Versions Save

Alethio's Light Weight Open Source Ethereum Explorer

v1.0.0-beta.10

4 years ago
  • Update to @alethio/[email protected] (which adds support for plugin data source dependencies)
  • Update eth-lite plugin version to 4.2.0 (support for custom rpc node auth methods)

v1.0.0-beta.9

4 years ago
  • Update to @alethio/[email protected]. Older plugins may need to be updated. See the @alethio/cms changelog for more info.
  • Adds support for new plugin configuration structure, allowing translation strings overrides. See the @alethio/cms readme for more info.
  • Fix error that occurred when starting the local development server on some Linux systems

v1.0.0-beta.8

4 years ago
  • Update config.memento.json and Memento instructions
  • Update eth-memento plugin version to 1.1.0 in Dockerfile

v1.0.0-beta.7

4 years ago
  • Update to @alethio/[email protected], which adds support for dependencies between plugin data adapters
  • Update all plugins with support for new CMS version
  • Update instruction for memento pipeline setup - How to show the transactions per account in account page

v1.0.0-beta.6

4 years ago
  • Fix APP_BASE_URL slash (/) escaping
  • Update plugins ([email protected], [email protected])
  • Allow custom ETH currency symbol
  • Fix search results clicks not working on touchpads and with slower mouse clicks
  • Support deployments on a domain sub-path (e.g. https://my.domain.tld/lite-explorer) via APP_BASE_PATH build-time env.
  • Cosmetic updates to theme colors
  • Fix Hotjar styling

v1.0.0-beta.5

4 years ago
  • Add support for plugins through the Alethio CMS
  • Support Basic Auth when connecting to the Ethereum node
  • Fixed various bugs and issues
  • Breaking changes
    • Remove all previous env vars except APP_NODE_URL and APP_BASE_URL
    • Remove network selector (better solution on the way)
    • Remove file scheme support (requires HTTP server)
    • Remove # routing