* Remove error checking for type assertions on p2p messages. The code should fail earlier in the p2p layer. Also fixed format on some TODOs * format TODO again * Add a bit more tests for p2p stuff * goimports on feed_mock * remove unused import
* remove client helper in internal * tidying up the sharding client project * update all docs * implementing beacon rpc server methods * address prs * begin coverage * regen proto * include announcement chans * tests pass, announcing as canonical only after block has passed all processing * system functioning yay * tests pass * bootstrap validators * default balance params * fix lint * fix all tests * increasing cov * 100% test cov rpc * build file for internal * typo * graceful stop * merge with Terence's PR * address review comments * fixed blockchain tests and lint * added ethdb * persists last simulated session * cov * ready * fix lint * fix cov tests * fix lint * config options for args * fix lint * lint fix