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

Feat/multiple p2p messengers #5345

Merged
merged 64 commits into from
Jul 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
04f093b
integrated latest mx-chain-communication-go and updated networkCompon…
sstanculeanu Jun 7, 2023
d0f274e
fixes after review + updated mx-chain-communication-go as part of the…
sstanculeanu Jun 8, 2023
1f8baff
fixes after review
sstanculeanu Jun 8, 2023
f05af2b
Merge pull request #5330 from multiversx/integrate_latest_communication
sstanculeanu Jun 9, 2023
7931499
updated heartbeatV2Components to send messages on the new network as …
sstanculeanu Jun 9, 2023
29da7ee
Merge branch 'feat/multiple_p2p_messengers' into full_archive_heartbe…
sstanculeanu Jun 9, 2023
710b341
added new data pools for full archive heartbeats
sstanculeanu Jun 9, 2023
419be65
fixed datapool tests
sstanculeanu Jun 9, 2023
06d691e
removed full archive pools, not needed
sstanculeanu Jun 9, 2023
ff29237
fix test
sstanculeanu Jun 9, 2023
de007c1
fixes after review
sstanculeanu Jun 9, 2023
c657818
fix tests
sstanculeanu Jun 9, 2023
b06188a
further integration for the full archive messenger
sstanculeanu Jun 12, 2023
a6975f8
Merge pull request #5332 from multiversx/full_archive_heartbeat_sender
sstanculeanu Jun 14, 2023
74b5b02
Merge branch 'feat/multiple_p2p_messengers' into process_components_f…
sstanculeanu Jun 14, 2023
694bcc5
updated resolvers and requesters for full archive network
sstanculeanu Jun 14, 2023
d0cfc10
updated comment
sstanculeanu Jun 14, 2023
a971271
added new integration test for full archive network + peers rating
sstanculeanu Jun 14, 2023
86881fd
Merge pull request #5349 from multiversx/full_archive_integration_tests
sstanculeanu Jun 14, 2023
633fdf7
fixes after review, added new interceptors container
sstanculeanu Jun 15, 2023
53a6722
Merge branch 'process_components_for_fullarchive_messenger' of https:…
sstanculeanu Jun 15, 2023
67ae3be
fixes after merge
sstanculeanu Jun 15, 2023
0ac33dd
updated the defer func
sstanculeanu Jun 15, 2023
11cdfc9
replaced messenger.Close with node.Close on tests
sstanculeanu Jun 15, 2023
1e22b2d
Merge pull request #5337 from multiversx/process_components_for_fulla…
sstanculeanu Jun 16, 2023
95ec2c5
Merge branch 'feat/multiple_p2p_messengers' into requesters_resolvers…
sstanculeanu Jun 16, 2023
8618e38
fixes after review
sstanculeanu Jun 20, 2023
d02bbe5
update mx-chain-communication-go which
sstanculeanu Jun 21, 2023
998b8ce
added test for heartbeat on full archive
sstanculeanu Jun 21, 2023
8134b82
Merge pull request #5347 from multiversx/requesters_resolvers_full_ar…
sstanculeanu Jun 21, 2023
1c2a521
Merge branch 'feat/multiple_p2p_messengers' into network_on_p2p_message
sstanculeanu Jun 21, 2023
21adf31
fixed some test comments
sstanculeanu Jun 21, 2023
d6541a0
fix after review, new approach with messenger as param on ProcessRece…
sstanculeanu Jun 22, 2023
82e208b
updated mx-chain-communication-go to latest and removed the message h…
sstanculeanu Jun 23, 2023
6a46c68
fixed tests
sstanculeanu Jun 23, 2023
ea1fe3c
refactored to only use one peersRatingHandler and peersRatingMonitor
sstanculeanu Jun 23, 2023
177c5ff
fixes after review
sstanculeanu Jun 26, 2023
dacd359
Merge pull request #5365 from multiversx/network_on_p2p_message
sstanculeanu Jun 26, 2023
368ec51
Merge branch 'feat/multiple_p2p_messengers' of https://github.com/mul…
sstanculeanu Jun 26, 2023
d6e8b7e
updated mx-chain-communication-go
sstanculeanu Jun 26, 2023
5c591f5
fix after review, GetConnectedPeersRatings -> GetConnectedPeersRating…
sstanculeanu Jun 26, 2023
cbb89f6
Merge pull request #5374 from multiversx/one_peers_rating_handler
sstanculeanu Jun 27, 2023
0cfe247
Merge branch 'rc/v1.6.0' of https://github.com/multiversx/mx-chain-go…
sstanculeanu Jun 27, 2023
d337cc3
fixes after merge + update mx-chain-communication-go
sstanculeanu Jun 27, 2023
46a4908
Merge pull request #5378 from multiversx/merge_rc160_into_feat_multip…
sstanculeanu Jun 27, 2023
afb6675
fix race in tests
sstanculeanu Jun 27, 2023
75ce707
Merge pull request #5379 from multiversx/fix_tests
sstanculeanu Jun 27, 2023
518616f
Merge branch 'rc/v1.6.0' of https://github.com/multiversx/mx-chain-go…
sstanculeanu Jul 7, 2023
33caba2
Merge pull request #5411 from multiversx/merge_rc160_into_feat_multip…
sstanculeanu Jul 7, 2023
07f3f74
Merge branch 'rc/v1.6.0' of https://github.com/multiversx/mx-chain-go…
sstanculeanu Jul 10, 2023
e3483b4
fix after merge
sstanculeanu Jul 10, 2023
54a4c9a
Merge pull request #5416 from multiversx/merge_rc160_into_feat_multip…
sstanculeanu Jul 10, 2023
74fbb2f
updated mx-chain-communication-go to latest
sstanculeanu Jul 11, 2023
b5720ff
Merge pull request #5425 from multiversx/update_mx_chain_communicatio…
sstanculeanu Jul 11, 2023
33bfd70
updated mx-chain-communication-go with NetworkType
sstanculeanu Jul 13, 2023
8186ad1
updated mx-chain-communication-go
sstanculeanu Jul 13, 2023
e111411
Merge pull request #5435 from multiversx/update_communication_go
sstanculeanu Jul 13, 2023
8324b1f
update mx chain communication go
sstanculeanu Jul 18, 2023
31f9851
Merge pull request #5441 from multiversx/update_mx_communication_go
sstanculeanu Jul 18, 2023
9a8e76d
Merge branch 'rc/v1.6.0' of https://github.com/multiversx/mx-chain-go…
sstanculeanu Jul 20, 2023
2f2d8fc
fix after merge
sstanculeanu Jul 20, 2023
edba2ea
Merge pull request #5444 from multiversx/merge_rc160_into_feat_multip…
sstanculeanu Jul 20, 2023
b2d7822
updated to tag
sstanculeanu Jul 21, 2023
33486c2
Merge pull request #5446 from multiversx/update_tag
sstanculeanu Jul 21, 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
Prev Previous commit
Next Next commit
updated comment
  • Loading branch information
sstanculeanu committed Jun 14, 2023

Unverified

This user has not yet uploaded their public signing key.
commit d0cfc108a6841644ff254beb72779402c592aaea
2 changes: 1 addition & 1 deletion cmd/node/config/prefs.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
PreferredConnections = []

# PreferredFullArchiveConnections holds an array containing valid ips or peer ids from nodes to connect with (in top of other connections)
# This is only considered on FullArchive mode
# This is only considered on FullArchive mode but each full archive preferred peer must be added to PreferredConnections as well
# Example:
# PreferredConnections = [
# "127.0.0.10",