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-633: Optimise routing to reduce DNS resolution 'mark' #183

Merged
merged 72 commits into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
d645095
GH-633: modify how the NodeRecordMetadataMessage is handled
utkarshg6 Oct 13, 2022
370a3b4
GH-633: use the hashset for unreachable hosts for compute_undesirabil…
utkarshg6 Oct 13, 2022
ffe6912
GH-633: NodeRecordMetadataMessage handler is able to add unreachable …
utkarshg6 Oct 13, 2022
d09c7f2
GH-633: add the ability to receive the Option of hostname inside comp…
utkarshg6 Oct 13, 2022
d046672
GH-633: remove clippy warnings
utkarshg6 Oct 14, 2022
8459237
GH-633: fix tests in proxy_server.rs
utkarshg6 Oct 14, 2022
cde41a9
GH-611: fix test masq_erc20_contract_exists_on_ethereum_ropsten_integ…
utkarshg6 Oct 7, 2022
4046f20
GH-633: remove commented out code
utkarshg6 Oct 14, 2022
2614c13
GH-633: fix the errors in multinode integration tests
utkarshg6 Oct 14, 2022
1b253f4
GH-633: use an enum to generalise NodeRecordMetadataMessage and only …
utkarshg6 Oct 18, 2022
b25dda6
GH-633: remove the desirable_for_exit field
utkarshg6 Oct 18, 2022
9ad161e
GH-633: rename server_name to server_name_opt inside AddReturnRouteMe…
utkarshg6 Oct 18, 2022
6b55c2b
GH-633: remove problems due to change in NodeRecordMetadata structure…
utkarshg6 Oct 18, 2022
27c473e
Merge branch 'master' into GH-633-review-1
utkarshg6 Oct 18, 2022
ce55d4e
GH-633: use lifetime specifier instead of cloning the hostname as a S…
utkarshg6 Oct 18, 2022
4004057
GH-633: Review 2 changes
utkarshg6 Oct 20, 2022
fc20e35
GH-633: refactor the code isnide handle_dns_resolve_failure()
utkarshg6 Oct 20, 2022
0e45f6e
Partial multinode test
dnwiebe Oct 20, 2022
fef22df
GH-633 Test is written, but doesn't pass yet
dnwiebe Oct 21, 2022
bd65f38
GH-633 New multinode test passes, but suspiciously
dnwiebe Oct 21, 2022
05c7d21
GH-633 Multinode test working, but failing; plus some light mods
dnwiebe Oct 21, 2022
486c98b
Removed warnings
dnwiebe Oct 31, 2022
3e5df46
Merge branch 'GH-633-review-2' into GH-633
dnwiebe Oct 31, 2022
ed89281
GH-499: Made ProxyServer picky about main and alias keys; fixed Crypt…
dnwiebe Nov 3, 2022
158513b
There's something funky about the way Standard Gossip is processed th…
dnwiebe Nov 10, 2022
2a6324a
GH-633: Test works better
dnwiebe Nov 22, 2022
0773cdc
GH-633: remove clippy warnings
utkarshg6 Nov 22, 2022
46f9edf
GH-633: fix the failing test
utkarshg6 Nov 22, 2022
8c4d072
Multinode test is still failing, but more successfully than ever before
dnwiebe Nov 29, 2022
f2ea122
GH-633: Commented out part of multinode test that doesn't pass in ord…
dnwiebe Nov 29, 2022
68ad73d
GH-633: minor review changes inside proxy_server/mod.rs
utkarshg6 Dec 5, 2022
40dc88c
Merge branch 'GH-633-adolescent' into GH-633
utkarshg6 Dec 5, 2022
a3f2540
GH-633: formatting changes
utkarshg6 Dec 5, 2022
382f0a4
GH-633: remove clippy warnings
utkarshg6 Dec 5, 2022
d056696
GH-633: increase version
utkarshg6 Dec 5, 2022
0623f24
GH-633: rename field to originator_public_key
utkarshg6 Dec 5, 2022
f7c402b
GH-631: Did more fixing on the blockchain multinode test
dnwiebe Nov 30, 2022
954a7c9
GH-633: An attempt to remove the warnings inside the multinode test
utkarshg6 Dec 7, 2022
9d36611
GH-633: change the version number of libc from 2.36-4 to 2.36-6
masqrauder Nov 30, 2022
377ea42
GH-633: implement alias_public_key
utkarshg6 Dec 13, 2022
4306af7
GH-633: trying to fix the multinode test errors
utkarshg6 Dec 13, 2022
9dfd5d2
Merge branch 'master' into GH-633
utkarshg6 Dec 14, 2022
7ba5d97
GH-633: rename the field back to originator_alias_public_key
utkarshg6 Dec 14, 2022
2481865
GH-633: remove clippy warnings from the multinode tests
utkarshg6 Dec 14, 2022
2bb39b8
GH-611: remove unused import from the file communication_failure_test.rs
utkarshg6 Dec 14, 2022
e89ec3a
GH-633: remove warnings from the connection_termination_test.rs
utkarshg6 Dec 14, 2022
283d02d
GH-633: Added some time for example.com to respond
dnwiebe Dec 15, 2022
4f94905
GH-633: fixing to right use of cryptdes on decrypting cores packages …
Dec 15, 2022
dc14b39
GH-633: fix one test in the routing_service.rs
utkarshg6 Dec 27, 2022
5002092
GH-633: modify helper functions and fix the test logs_and_ignores_mes…
utkarshg6 Dec 27, 2022
633be05
GH-633: fix test route_logs_and_ignores_cores_package_that_demands_pr…
utkarshg6 Dec 27, 2022
0edf4a5
GH-633: fix test converts_live_message_to_expired_for_existing_proxy_…
utkarshg6 Dec 27, 2022
9cd7903
GH-633: continue with Bert
utkarshg6 Dec 27, 2022
69322a2
GH-633: add some panics and eprintlns for debugging
utkarshg6 Dec 29, 2022
2294d63
GH-633: fix all tests in routing_service.rs
utkarshg6 Dec 29, 2022
dab612c
GH-633: add a todo
utkarshg6 Dec 30, 2022
ad4676b
GH-633: fix the integration test
utkarshg6 Dec 30, 2022
507915d
GH-633: fix test reported_server_drop
utkarshg6 Jan 2, 2023
57d50d4
GH-633: fix of an issue with fatal instance dropping: seeking for a d…
Jan 8, 2023
8f058d9
Merge remote-tracking branch 'upstream/master' into GH-633
utkarshg6 Jan 10, 2023
f374f60
GH-633(for bert): Review 1 Changes (#228)
utkarshg6 Mar 3, 2023
97467a0
GH-633: attempt to fix build errors
utkarshg6 Mar 6, 2023
5ed08ec
Merge branch 'master' of https://github.com/MASQ-Project/Node into GH…
utkarshg6 Mar 6, 2023
0b0da22
GH-671: removing www.failingFailing.com as non-http anymore for www.n…
Mar 3, 2023
9a5b568
GH-633: fix formatting issues
utkarshg6 Mar 6, 2023
28c17c7
GH-633: correction of a non-ideal design for a configurable mock node…
Mar 6, 2023
842f065
Merge branch 'GH-633' of github.com:MASQ-Project/Node into GH-633
Mar 6, 2023
9008032
GH-633: fix the test symmetric_encryption_fails_with_different_keys
utkarshg6 Mar 6, 2023
0fa899b
GH-633: fix formatting issues
utkarshg6 Mar 6, 2023
2bbc265
Merge branch 'GH-633' of github.com:MASQ-Project/Node into GH-633
Mar 6, 2023
f1e6433
GH-633: review five (#235)
bertllll Mar 10, 2023
13c48ee
GH-633: bump the version to 0.7.2
utkarshg6 Mar 14, 2023
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
4 changes: 2 additions & 2 deletions automap/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion automap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "automap"
version = "0.7.0"
version = "0.7.2"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
license = "GPL-3.0-only"
copyright = "Copyright (c) 2019-2021, MASQ (https://masq.ai) and/or its affiliates. All rights reserved."
Expand Down
3 changes: 2 additions & 1 deletion ci/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ echo "*** AUTOMAP HEAD
cd "$CI_DIR/../automap"
ci/all.sh "$PARENT_DIR"
echo "*** AUTOMAP TAIL ***"
echo "*********************************************************************************************************"
echo "*********************************************************************************************************"

4 changes: 2 additions & 2 deletions dns_utility/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dns_utility/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dns_utility"
version = "0.7.1"
version = "0.7.2"
license = "GPL-3.0-only"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved."
Expand Down
2 changes: 1 addition & 1 deletion masq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "masq"
version = "0.7.1"
version = "0.7.2"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
license = "GPL-3.0-only"
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved."
Expand Down
2 changes: 1 addition & 1 deletion masq_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "masq_lib"
version = "0.7.1"
version = "0.7.2"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
license = "GPL-3.0-only"
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved."
Expand Down
2 changes: 1 addition & 1 deletion multinode_integration_tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "multinode_integration_tests"
version = "0.7.1"
version = "0.7.2"
authors = ["Dan Wiebe <dnwiebe@gmail.com>", "MASQ"]
license = "GPL-3.0-only"
copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved."
Expand Down
2 changes: 1 addition & 1 deletion multinode_integration_tests/docker_dump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

OUTPUT_DIR="$1"
mkdir -p "$OUTPUT_DIR"
for container in $(docker ps -a | tail -n +2 | cut -c 128- | grep test_node_)
for container in $(docker ps -a | tail -n +2 | cut -c 177- | grep test_node_)
do
./docker_logs.sh "$container" > "$OUTPUT_DIR"/"$container".log
done
Loading