Skip to content

Releases: llamafolio/evm-indexer

v2.0.3

02 Mar 16:38
Compare
Choose a tag to compare

EVM Indexer v2.0.3

Changelog:

  • Small bug fixes

v2.0.2

23 Feb 19:36
Compare
Choose a tag to compare

EVM Indexer v2.0.2

Changelog:

  • Small bug fixes.
  • Split storage of indexed blocks into redis.

v2.0.1

17 Feb 04:53
Compare
Choose a tag to compare

EVM Indexer v2.0.1

Changelog:

  • Small bug fixes.
  • Migrate from diesel to sqlx.
  • Optimize all SQL queries.

v2.0.0

30 Jan 01:41
Compare
Choose a tag to compare

EVM Indexer v2.0.0

First release for the second version of the EVM Indexer.

Features:

  1. Syncing and storing the minimal chain information from multiple EVM compatible chains.
  2. Creating DB indexes for optimize data query.
  3. Fetching ABIs for all the verified contracts from specified ABI sources.
  4. Extract all ERC20 token transfers from logs.
  5. Extract all ERC20 token details (name, symbol and decimals) from ERC20 token transfers.
  6. Parse balances from all the ERC20 token transfers.