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: Self Review #8

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
63f74ab
GH-631: get the skeleton ready
utkarshg6 Oct 19, 2022
4d38ea0
GH-631: add a working recursive method for computing patch
utkarshg6 Nov 1, 2022
5d95637
GH-631: add test for computing patch; not working yet
utkarshg6 Nov 2, 2022
507f0af
GH-631: improve the test for the compute_patch function and make it w…
utkarshg6 Nov 3, 2022
36c466a
GH-631: refactor the recursive function to compute patch
utkarshg6 Nov 3, 2022
280b3b2
GH-631: refactor the conditionals inside the recursion
utkarshg6 Nov 3, 2022
8f8b28f
GH-631: refactor the compute_patch() to use match
utkarshg6 Nov 3, 2022
8277905
GH-631: compute_patch() should search for neighbors in it's database …
utkarshg6 Nov 3, 2022
3f8fd66
GH-631: improve the solution for the compute_patch()
utkarshg6 Nov 3, 2022
e2f9922
GH-631: minor code cleanup
utkarshg6 Nov 4, 2022
00270a3
GH-631: add one more test to make compute_patch() robust
utkarshg6 Nov 4, 2022
83ab0f3
GH-631: add one more test for compute_patch()
utkarshg6 Nov 8, 2022
cad6695
GH-631: reduce the number of recursion calls and minize hashset size
utkarshg6 Nov 8, 2022
c4143b9
GH-631: add test to check if the standard gossip handler ignores goss…
utkarshg6 Nov 16, 2022
541260c
GH-631: make the test work
utkarshg6 Nov 16, 2022
325f1a7
GH-631: fix the test proper_standard_gossip_is_matched_and_handled
utkarshg6 Nov 18, 2022
92a8eb9
GH-631: fix the tests inside gossip_acceptor.rs
utkarshg6 Nov 22, 2022
6a2f92f
GH-631: refactor the compute_patch()
utkarshg6 Nov 22, 2022
18191a0
GH-631: remove compiler warnings
utkarshg6 Nov 25, 2022
d1281af
GH-631: filter agrs before calling the function that'll add introduct…
utkarshg6 Nov 25, 2022
663ba06
GH-631: only use references to build hashmap from agr
utkarshg6 Nov 25, 2022
ad33fad
GH-631: use constant for computing patch
utkarshg6 Nov 28, 2022
fff58c8
GH-631: remove redundant code
utkarshg6 Nov 29, 2022
53bd30a
GH-631: remove clippy warnings
utkarshg6 Nov 29, 2022
0588c33
GH-631: rename test to can_retrieve_all_full_and_half_neighbors()
utkarshg6 Nov 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading