Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-631: Gossip Storm Avoidance #196

Merged
merged 36 commits into from
Dec 13, 2022
Merged

GH-631: Gossip Storm Avoidance #196

merged 36 commits into from
Dec 13, 2022

Conversation

utkarshg6
Copy link
Collaborator

No description provided.

utkarshg6 and others added 30 commits October 31, 2022 13:01
Copy link
Collaborator

@dnwiebe dnwiebe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resume at gossip_acceptor.rs:3558 green.

node/src/neighborhood/mod.rs Outdated Show resolved Hide resolved
node/src/neighborhood/neighborhood_database.rs Outdated Show resolved Hide resolved
node/src/neighborhood/neighborhood_database.rs Outdated Show resolved Hide resolved
node/src/neighborhood/gossip_acceptor.rs Outdated Show resolved Hide resolved
node/src/neighborhood/gossip_acceptor.rs Outdated Show resolved Hide resolved
node/src/neighborhood/gossip_acceptor.rs Show resolved Hide resolved
node/src/neighborhood/gossip_acceptor.rs Outdated Show resolved Hide resolved
node/src/neighborhood/gossip_acceptor.rs Outdated Show resolved Hide resolved
node/src/neighborhood/gossip_acceptor.rs Show resolved Hide resolved
node/src/neighborhood/gossip_acceptor.rs Show resolved Hide resolved
utkarshg6 and others added 6 commits December 12, 2022 17:25
* GH-631: refactor the compute_patch()

* GH-631: use node record instead of database

* GH-631: rename the some_node into not_a_neighbor

* GH-631: create an outboard function for creating patch

* GH-631: make a function for filtering agrs

* GH-631: remove unused functions

* GH-631: refactor test in gossip_acceptor.rs

* GH-631: minor changes in gossip_acceptor.rs

* GH-631: write test gossip_acceptor_filters_out_the_node_addr_of_incoming_gossip; not working yet

* GH-631: remove the test that you've recently written

* GH-631: Review 1 changes
…es_are_recorded_in_databases() by using duration
@bertllll bertllll merged commit e0bd8e3 into master Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants