Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Apr 11:55
· 5 commits to main since this release

1.0.0 (2026-04-07)

Bug Fixes

Code Refactoring

  • consolidate RPC configuration components (15bed53)
  • migrate to DuckDB with Drizzle ORM and implement type-safe architecture (394333f)

Features

  • add multi-chain contract verification support (35f99e2)
  • add range-based event indexing with queue management (bb7e6bd)
  • add verification_source tracking, WAL recovery, and graceful shutdown (8cda36d)
  • block number (01c7875)
  • complete blockchain explorer with all missing features (7b9a510)
  • contract proxy/impl switch (bb2a45f)
  • contract source file tree (e65acac)
  • db debug api (95b34ec)
  • enhance contract source retrieval with cache control and Sourcify v2 integration (3243bc4)
  • implement address data separation architecture for 99%+ performance improvement (66e958e)
  • implement complete backend services with testing suite (d1a3059)
  • implement comprehensive ABI-based dynamic event filtering system (64f699d), closes Hi#performance Hi#performance
  • implement comprehensive ABI-based event sorting and pagination system (71304d8)
  • implement comprehensive contract data caching system (a54b4b5)
  • implement comprehensive contract event indexing system (7a739ca), closes Hi#performance
  • implement proxy contract detection and switching UI (7e5be51)
  • implement top navigation bar with global search and chain switching (ac530e9)
  • migrate to DuckDB with Drizzle ORM and EVM-specific types (fd35a6c)
  • multi source file (6c1a373)
  • open in ide (057beb3)
  • quik index (8916cb3)
  • rename; cli; package (231e562)
  • service status (5fef550)
  • storage layout (66b6df3)
  • 全链支持升级与搜索功能优化 (6fd8030)
  • 完成用户故事 1 - 合约事件发现与浏览功能 (618c9d2)

BREAKING CHANGES

  • Database layer completely rewritten with new schema and type system
  • RPC configuration interface consolidated from multiple components to single RpcConfig component