This last week I worked on:
In its current state, the networking component connects to peers randomly, and subscribes to most gossipsub topics – decoding and logging received messages. Most of this work was done on the Elixir side, but some of it required revisiting the libp2p bindings.
After the refactor, implementing new types was easier, and members of the community continued to add more of them.
The next step is to refactor the networking component, to allow others to consume the received data, so as to allow receiving proposed blocks, and verifying them.