Week 7 Updates:
On the ePBS side, made the list for set of tasks/functionalites that are to be covered under ePBS. These can found in my repo PRs here. Made a shared hackmd space between fellows working on ePBS, to avoid double working on similar issue. Reviewed a bunch of helper function PRs. Started working on the forkchoice package. Deep-dived the spec for fork-choice and gathered set of targeted functionalties. These are as followed:
notify_ptc_messages
is_payload_present
is_parent_node_full
get_ancestor
get_checkpoint_block
is_supporting_vote
compute_proposer_boost
compute_withhold_boost
compute_reveal_boost
get_weight
get_head
On the custom p2p implementation, reviewed the project proposal and submit it. Other than that went through te entire consensus spec for p2p interface.