Pavel Zbitskiy
Pavel Zbitskiy
## Summary Use `basics.OnlineAccountData` instead since they are exact duplicates. ## Test Plan Existing tests. ## Notes Merge after https://github.com/algorand/go-algorand/pull/5757 due to conflicts
## Summary * add P2PBootstrap netdeploy's template option * add p2p dnsadddr support to netdeploy * add scenario1s-p2p, hello-word-tiny-p2p, hello-world-small-p2p * fixes to p2p telemetry * added missed `gossipSubPeer.RoutingAddr` implementation...
## Summary Some locks clean up. TODO: protect close and loadFromDisk ## Test Plan TODO: Two hardcore tests with locking trackers fail
Different approaches for catchpoint generation. We need the last 320 rounds of account state in order to make progress on the blockchain. Question is how much data to include about...
## Summary This PR is a rework of #5527 (later revered in #5620 because of test failure). 1. Take a state snapshot for a single iteration (the first part of...
## Summary 1. Refactored net identity scheme constructors to allow hybrid net to create p2pNet and wsNet with predefined identity trackers and schema. 2. Allowed multiple dedup names in identity...
1. Revisit configuration options 2. Create config profiles for different roles/scenarios 3. Address / revisit traffic propagation in p2p net. One example is this comment: I think we may want...
Histogram should cover OpenCensus's distribution type as well. There is a relevant comment fro the [p2p feature PR ](https://github.com/algorand/go-algorand/pull/5939): Maybe in a follow-up PR, I think we would want to...