Pinned
1,992 contributions in the last year
Less
More
Contribution activity
February 2021
alexanderbez has no activity
yet for this period.
January 2021
Created 29 commits in 5 repositories
Created a pull request in tendermint/tendermint that received 8 comments
consensus: Groom Logs
Executed a local network using simapp and looked for logs that seemed superfluous. This isn't by any means an exhaustive grooming, but should drast…
+125
−110
•
8
comments
Opened 13 other pull requests in 2 repositories
tendermint/tendermint
10
merged
1
open
- sync: move closer to separate file
- blockchain v0: skip TestReactor_BadBlockStopsPeer
- mempool: really fix mempool tests timeout
- mempool: fix TestReactorNoBroadcastToSender
- blockchain v0: fix waitgroup data race
- consensus: p2p refactor
- mempool: fix reactor tests
- p2p: revise shim log levels
- mempool: p2p refactor
- statesync: do not recover panic on peer updates
- blockchain v0: p2p refactor
cosmos/atlas
2
merged
Reviewed 59 pull requests in 3 repositories
tendermint/tendermint 49 pull requests
- rpc: standardize error codes
- [WIP] store: update store/store.go StoreBlock to use batches
- p2p: clean up new Transport infrastructure
- test: fix TestSwitchAcceptRoutine by ignoring spurious error
- test: fix TestRouter to take into account PeerManager reconnects
- test: fix TestSwitchAcceptRoutine flake by ignoring error type
- test: don't use foo-bar.net in TestHTTPClientMakeHTTPDialer
- test: disable TestPEXReactorSeedModeFlushStop due to flake
- test: fix test data race in p2p.MemoryTransport with logger
- proto: seperate native and proto types
- p2p: use stopCtx for Router.dialPeer()
- test/p2p: close transports to avoid goroutine leak failures
- p2p: resolve PEX addresses in PEX reactor
- CONTRIBUTING.md: update testing section
- proto/p2p: rename PEX messages and fields
- p2p: add prototype PEX reactor for new stack
- terminate go-fuzz gracefully (w/ SIGINT)
- p2p: add PeerManager.Advertise()
- p2p: simplify PeerManager upgrade logic
- p2p: improve peerStore prototype
- e2e: add control over the log level of nodes
- p2p: make PeerManager.DialNext() and EvictNext() block
- test: fix TestPEXReactorRunning data race
- p2p: improve PeerManager prototype
- test/fuzz: move fuzz tests into this repo
- Some pull request reviews not shown.
cosmos/cosmos-sdk 9 pull requests
- Release v0.41.0
- Refactor store keys for variable-length addresses
- simapp: add testnet instructions
- gRPC-web proxy
- Fix sequence value in auth sign signature only
- Stargate Release PR -- v0.40.0 Final
- x/evidence doc general audit & cleanup
- docs: cache-wrapping and virtual store
- build(deps): bump github.com/otiai10/copy from 1.4.1 to 1.4.2
cosmos/atlas 1 pull request
Created an issue in tendermint/tendermint that received 10 comments
Reactors Package
Summary
Currently, reactor implementations reside in their respective packages (e.g. statesync) under the root package of Tendermint.
Problem Defi…
•
10
comments

