Skip to content

Releases: Cyfrin/block-explorer

v0.5.2

05 May 13:26
4ea3f50

Choose a tag to compare

0.5.2 (2026-05-05)

Bug Fixes

  • api: display native token symbol instead of address in est.tvl breakdown (13f4a71)
  • api: fix api valueEstimation service unit tests (d508cf5)
  • api: run estimateAllAgreements on API startup (as well as the 30min polling job) (3e365d5)
  • api: support native token price lookup for est.tvl feature (86c0989)

v0.5.1

04 May 14:54
ebfb768

Choose a tag to compare

0.5.1 (2026-05-04)

Bug Fixes

  • app: hide 'cancel' button from step 2 of create agreement flow (6586669)
  • ci: fix api e2e tests (0098de9)

v0.5.0

30 Apr 11:30
21930a0

Choose a tag to compare

0.5.0 (2026-04-30)

Bug Fixes

  • amend description field in API swagger docs (2762c88)

Features

  • api: expose deployed version via /version endpoint and Swagger (25717ca)

v0.4.0

30 Apr 10:47
4dff5c7

Choose a tag to compare

0.4.0 (2026-04-30)

Bug Fixes

  • adjust 'high'/'medium'/'low' EVE confidence labelling thresholds (06e7429)
  • api: make /agreements "Est. TVL" sort deterministic (0f30982)
  • app: make VITE_VERSION fallback actually fire when git describe fails (1fcb435)
  • indexer: forward SIGTERM/SIGINT from entrypoint to rindexer (3870ea0)
  • pass tvl-related data to individual agreement pages (9166f05)

Features

  • rename 'value at risk' to 'tvl' and improve tooltip formatting (93e8cf7)
  • wip on EVE feature idea (75bed12)

v0.3.0

30 Apr 10:23
85e8866

Choose a tag to compare

0.3.0 (2026-04-30)

Bug Fixes

  • app: wire promotion handlers on agreement contract page (#13) (be681b5)
  • release: drop @semantic-release/git and source app version from git tag (#14) (85e8866)

Features

  • add 'Est. TVL' data to agreements (#12) (5176e49)

v0.2.1

09 Apr 13:31

Choose a tag to compare

0.2.1 (2026-04-09)

Bug Fixes

  • ci: add @semantic-release/git to commit version bumps (c92e70d)

v0.2.0

09 Apr 13:00
9d9a2b8

Choose a tag to compare

0.2.0 (2026-04-09)

Bug Fixes

  • adjust vite config to grab version number from package.json (4864b5f)
  • ci: bump eslint-plugin-prettier to v5 in api package (2c19d21)
  • ci: fix test failures in api package (16a7dbc)
  • ci: temporarily remove app typecheck from release workflow (9d9a2b8)
  • ci: use Node 20 in release workflow to fix fake timer crash (de8deec)
  • fix broken app tests and rebrand package metadata (4ee689b)
  • harden XSS attack surface across frontend components (0a0ff31)
  • minor readme adjustment (testing semver versioning) (b4b049b)
  • pass Date object to useTimeAgo in TimeField component (d397b86)

Features

  • re-enable version number display in footer (407c523)