CKB Explorer
Changelog
CKB Explorer new features and updates summary, join Github to learn more about the project progress.
0.3.0 (2019-08-30)
Adapted CKB Version
ckb 0.18.2 (rylai-v7 4e67769c 2019-08-17)
Bug Fixes
- dao withdraw tx fee bug (180d119)
Features
- add DEFAULT_EPOCH_REWARD (f326ca8)
- add ForkedBlock (a741eff)
- add header_deps and cell_deps to ckb_transactions (6a6c374)
- address transaction api return up to ten display info (fe19b83)
- block transaction api should return up to ten display info (8dbd566)
- display inputs should return 10 records for previews (730b5c0)
- display outputs return 10 records for previews (8bea3f4)
- get epoch_reward from config (2c675e7)
- remove seal from blocks (cae5caa)
- rescue CKB::RPCError (9f25b0f)
- save header_deps and cell_deps to ckb_transactions (0d912b1)
- save nonce (80df01b)
- save primary reward and secondary reward to blocks (93021ff)
- set output's data manually when calculate cell min capacity (d7759df)
- support dao type hash (019f0e9)
- update default lock script check logic (59beb70)
- update hash rate calculation way (a51f43a)
- update invalid logic (049028a)
- update system cells code_hash (96c46dd)
- use compute_script_hash (ce592cb)
0.2.0 (2019-08-21)