prysm-pulse/beacon-chain/sync
Nishant Das 42d93812ce beacon: Implement Sync Handler for Block Requests By Slot Number (#461)
* Persist Dag

* Add schema

* Add new message

* add mapping

* Adding check to save block

* Removing blocks mapping

* Make changes to block processing

* Change from mapping to a slice of hashes

* Adding tests to core

* adding more tests

* Fixing service test

* Add comments and fix bazel

* fix lint

* fix conflicts

* addressing review comments

* Removing references to active

* fixing tests with active state

* Protytype for #440: Persist blocks and latest state in DB

* simplify code

* removing block registry

* fix test

* adding block removal/iterator

* Addressing review comments

* Addressing comments

* Adding block request

* removing extra line

* making vars private and adding canonical key

* fix lint

* splitting methods

* adding more changes

* lint

* improving coverage

* removing decodeslotnumber

* Able to search for and send blocks

* adding core tests

* adding tests

* adding documentation

* addressing raul's comments

* lint and gazelle

* addressing yutaro's comments

* improving coverage

* improve coverage

* improving  coverage
2018-09-04 10:48:07 -04:00
..
initial-sync beacon: Store Incoming Blocks and Calculated States in DAG (#422) 2018-08-23 22:09:59 -06:00
BUILD.bazel beacon: Implement Sync Handler for Block Requests By Slot Number (#461) 2018-09-04 10:48:07 -04:00
service_test.go beacon: Implement Sync Handler for Block Requests By Slot Number (#461) 2018-09-04 10:48:07 -04:00
service.go beacon: Implement Sync Handler for Block Requests By Slot Number (#461) 2018-09-04 10:48:07 -04:00