Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add gossipsub message validation (#694)
* remove loop from next_event * initial work * more work * trying to use an alternative approach to message id cache * quick break * fix sized issue * finalize gossipsub validation * remove unused * update fast_gossip_message_id * check MessageId calculation * cleanup network orchestrator * move types to p2p for reuse * add consensus gossip data instead * add serde only feature * update with suggestions * remove unused * use gossipsub_config * hash complete messages * use gossipsub config and its builder * import serde only as feature * use test-helpers from fuel-core-interfaces * to the right place in toml Co-authored-by: Brandon Kite <brandonkite92@gmail.com>
- Loading branch information