LogoCKB Explorer
Changelog
CKB Explorer new features and updates summary, join Github to learn more about the project progress.
0.9.9 (2020-07-09)

Adapted CKB Version

ckb 0.25.1 and above

v0.9.9 (2020-07-09)

Bug Fixes

  • #669: fix ActiveRecord::IrreversibleOrderError

Features

  • #677: update dao compensation logic to include the unclaimed compensation
  • #680: add maintenance info API
  • #682: add flush front-end cache API

Performance Improvements

  • #699: use separate query and just select needed field
  • #670: use recent scope on block query
  • #675: add cache on blockchain info
0.9.8 (2020-06-29)

Adapted CKB Version

ckb 0.25.1 and above

v0.9.8 (2020-06-29)

Bug Fixes

  • #645: dao contract transactions api can find normal tx
  • #646: dao contract transaction bug
  • #649: update udt accounts bug
  • #665: fix lock script nil on null address

Features

Performance Improvements