You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #904: fix: another bundle of small fixes for how we select peers
857a80b fix: use AddrMan::enough_addresses to decide whether to use hardcoded peers (Davidson Souza)
b108023 chore: increase timeout to two minutes (Davidson Souza)
ed87428 fix: don't drop inflight requests before completion (JoseSK999)
9caa04f fix: fix service bits for some hardcoded addresses (Davidson Souza)
497a59c fix: update excess peer's data (Davidson Souza)
af42edc fix(sync_ctx): make it more aggressive at oppening utreexo connections (Davidson Souza)
04ba097 test: add a new test for adding fixed peers on addr_man (Davidson Souza)
2efbbec fix: update update_set_service_flag to require NETWORK_LIMITED (Davidson Souza)
43b5574 fix(addr_man): don't return connected addresses in get_address_by_service (Davidson Souza)
Pull request description:
### Description and Notes
This PR bundles a couple of small changes intended to make our node more effective at finding Utreexo peers. See each commit message for more details about what they are changing and why.
Changelog:
```
fix(addr_man: don't return connected addresses in get_address_by_service
fix: update update_set_service_flag to require NETWORK_LIMITED
test: add a new test for adding fixed peers on addr_man
fix(sync_ctx): make it more aggressive at oppening utreexo connections
fix: update excess peer's data
fix: fix service bits for some hardcoded addresses
```
ACKs for top commit:
JoseSK999:
ACK 857a80b; works well on signet
luisschwab:
ACK 857a80b
Tree-SHA512: ec18bb8ef87cf6df8856292666a34c61b6fbde2583ff536749e84958263d557779cf5cfe0c6fd6e488628c9b29b02a85b7555263ea44407d5bbbf6d1d24b9886
0 commit comments