Pavel Zbitskiy

Results 39 issues of Pavel Zbitskiy

## Summary ## Test Plan

New Feature
p2p

## 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

Skip-Release-Notes

## 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...

Enhancement
p2p

## Summary Some locks clean up. TODO: protect close and loadFromDisk ## Test Plan TODO: Two hardcore tests with locking trackers fail

Enhancement
blocked
Team Carbon-11
experimental

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...

blocked
Team Carbon-11

## 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...

Enhancement
Team Carbon-11
experimental

## 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...

Enhancement
p2p

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...

p2p

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...