ipfs-cluster/consensus/crdt
Hector Sanjuan 82412ca91c crdt: fix pubsub validation for crdt messages
Currently, it was not looking at the signer of the message, but at the
peer that relayed it, to verify the validity of the message.

This caused that under certain gossip graph configurations, some nodes would only
get messages via untrusted peers, and thus be unable to sync the chain.
2021-01-13 22:13:03 +01:00
..
config_test.go staticcheck: fix all staticcheck warnings in the project 2020-04-14 20:16:10 +02:00
config.go config: Fix some slices being appended the same values twice 2021-01-13 22:13:03 +01:00
consensus_test.go chore: update dependencies 2020-09-02 12:18:16 +02:00
consensus.go crdt: fix pubsub validation for crdt messages 2021-01-13 22:13:03 +01:00