Changelog
v0.17.0 (2021-03-03)
Closed issues:
- Add lightclient epoch processing #2029
Merged pull requests:
- Fix params creation #2123 (@wemeetagain)
- Set CLI arg network to a default #2122 (@dapplion)
- chore(release): v0.17.0 #2118 (@wemeetagain)
- Add Optional metrics #2117 (@wemeetagain)
- Update ssz to v0.7.0 #2116 (@wemeetagain)
- Wrap errors in Range Sync Chain #2107 (@dapplion)
- Improve toBeProcessedStartEpoch logic #2106 (@dapplion)
- Simplify API impl for node peers #2105 (@dapplion)
- Modularize ReqResp handlers #2104 (@dapplion)
- Add specialized peer metrics #2102 (@dapplion)
- Re-org range sync utils #2101 (@dapplion)
- Rename Libp2pNetwork to just Network #2100 (@dapplion)
- Remove unnecessary getMissingAncestor method #2099 (@dapplion)
- Add wtfnode api endpoint #2096 (@dapplion)
- Hf1 spec tests #2094 (@mpetrunic)
- Improve getAttestationDeltas using Number #2092 (@tuyennhv)
- Fix asssertPeerRelevance during pre-genesis #2090 (@wemeetagain)
- Log hygiene at info level for beacon node and cli #2088 (@dapplion)
- Fix validator client beacon_committee_subscriptions #2086 (@dapplion)
- Add more tests for assertSequentialBlocksInRange #2084 (@dapplion)
- Control LogLevel in tests with ENVs #2079 (@dapplion)
- Update peer score store to use PeerAction and decay #2074 (@dapplion)
- Namespace phase0 types #2073 (@wemeetagain)
- Remove unnecessary async functions and awaits #2072 (@dapplion)
- Fix extraneous dependencies #2068 (@mpetrunic)
- Simplify BeaconGossipHandler #2067 (@dapplion)
- Fix non-thenable lint warnings #2066 (@dapplion)
- Fix pending lint warnings #2065 (@dapplion)
- Add getAttestationDeltas performance test #2064 (@tuyennhv)
- Abstract assertPeerRelevance function #2063 (@dapplion)
- Improve ReqResp debug logs #2062 (@dapplion)
- Simplify PeerMetastore API #2060 (@dapplion)
- Move sync progress logger to the root node instance #2059 (@dapplion)
- ReqResp does not return null in any case #2058 (@dapplion)
- Process prepareBeaconCommittee req as array #2055 (@dapplion)
- Lightclient epoch processing #2045 (@mpetrunic)
- Reorganize state transition exports #2034 (@mpetrunic)
- Lightclient fork transition #1988 (@mpetrunic)