CKB Explorer
Changelog
CKB Explorer new features and updates summary, join Github to learn more about the project progress.
0.7.0 (2019-11-16)
Adapted CKB Version
Bug Fixes
Features
- adapt new Nervos DAO cell type (7aac217)
- add address dao transactions api to doc (ceca610)
- add address dao transactions controller (703156a)
- add basic tests on dao_contract and dao_event (331c94b)
- add calculate occupied capacity task (19347ab)
- add calculate output data size task (9de77ef)
- add cell_type to normal display input & output (be4b7e4)
- add contract not found error (3659d59)
- add contract transactions api to doc (2cddd90)
- add contract transactions controller (1aecb80)
- add contracts controller (8516267)
- add contracts show to api doc (d391ce8)
- add dao contract serializer (7b345f9)
- add dao contract transactions controller to doc (cc3d7d3)
- add dao depositors controller (b3260f1)
- add dao depositors controller to doc (975032c)
- add dao type hash to dao transaction display info (3ad10de)
- add dao_contracts (41d85b0)
- add dao_deposit and interest to address serializer (f6582fb)
- add dao_deposit and subsidy to addresses (9409d57)
- add dao_events (c1b2d05)
- add gem parallel (8cb16b4)
- add hash_type (4249f3a)
- add more field on ckb transaction (3dce64f)
- add occupied capacity to cell outputs (65e44fc)
- add since parser (ad72bc0)
- add uncle rate chart data (572f1b6)
- add uncle rate chart data (5c23bb1)
- address_type method (b2db6b9)
- change dao event status to processed after process (0a0cea0)
- change dao event status to reverted after fork (8dbfc38)
- create dao contract transactions controller (45f57c2)
- create deposit to dao event (fefd724)
- create issue subsidy dao event (bba5bd0)
- create new dao depositor dao event (44bd2b7)
- create take away all deposit dao event (3417822)
- create withdraw_from_dao dao event (ec4237d)
- decrease address deposit after dao withdraw (33d8a65)
- decrease address subsidy when block invalid (5409666)
- decrease dao contract depositors count (e549537)
- decrease dao contract subsidy_granted when block invalid (6c8abee)
- decrease dao contract total deposit after dao deposit (1df7d50)
- decrease dao contract withdraw_transactions_count (9d4f7be)
- do not cache nil (31b3143)
- do not update dao contract depositors and total depositors (b666d48)
- generate short payload multisig address (e1ba0bb)
- implement address dao transactions show action (f527e55)
- implement cell output data max size limit (ae12cf6)
- implement dao contract transactions show action (99a0963)
- implement dao depositors index action (d6a2305)
- implement show action (fccdb4a)
- implement show action (9c91623)
- increase address dao_deposit when block invalid (21bd6ee)
- increase address subsidy when dao withdraw (315a6a7)
- increase dao contract depositors_count when block invalid (689d22b)
- increase dao contract subsidy granted (a0aed35)
- increase dao contract total_deposit when block invalid (4a4d31e)
- increase dao contract withdraw transactions count (b15184b)
- no reward for the top eleven blocks (35a09b9)
- only process pending dao event (c9b5b65)
- process tx fee in parallel (0806247)
- return empty json on index action (e7c2582)
- return empty json on show action (99e2b74)
- return empty json on show action (02b6f2f)
- return empty json on show action (d299cfd)
- return empty json on show action (09b084a)
- return specific field needed by the dao cell input (f49d5da)
- revert address dao deposit changes after fork (43d5d29)
- revert dao contract deposit transactions count when block invalid (fbe624c)
- revert dao contract depositors count and total depositors count (3dd2704)
- revert dao contract total deposit when block is invalid (a6b21bf)
- save data size on cell output (de116ca)
- should update dao contract's depositors and total depositors (3432a71)
- update api doc (98dc00e)
- update api doc (7702d33)
- update dao contract's deposits and total deposit (ecbed7d)
- update default epoch reward (b334d4b)
- update display info related doc (1b44271)
- upgrade activerecord-import (6b2583c)
- upgrade sdk to v0.24.0 (3fc5d87)
- upgrade sdk to v0.25.0 (bb10ae0)
- use dependent on account books (5a75712)
- use id replace record (04fb0b3)
- use import reduce sql statement (d6bb3cd)
Performance Improvements
0.6.0 (2019-10-05)
Adapted CKB Version
ckb 0.23.0 (rylai-v11 52aa02ff 2019-10-19)
Bug Fixes
- display input out of order (6bdefcc)
Features
- adapt mainnet address (fdd30ea)
- add chain root (70c603b)
- add chain_root to block serializer (ef3227d)
- add codecov and telegram group badge (769b0f5)
- add license badge (d39bf5a)
- analyze the epoch number from the epoch (3682d92)
- Bump sdk to v0.21.0 (8570c44)
- change args type to string (773954d)
- change columns type to decimal (e23eb53)
- change generate lock from cellbase method logic (d8e0ee1)
- change use default lock verification rule (b67057a)
- create short payload blake160 address when use correct matches (c9bba68)
- generate full payload address (2e49198)
- implement difficulty on blocks and uncle blocks (376ee37)
- replace difficulty with compact_target (bfa6efc)
- update columns (214067d)
- update fixtures (78e312c)
- update uncles_count calculation method (7a492d0)
- use github actions (88cc30f)