Skip to content

p2p: NewMultiplexTransport takes an MConnConfig#2869

Merged
ebuchman merged 3 commits intodevelopfrom
bucky/mconnconfig
Nov 17, 2018
Merged

p2p: NewMultiplexTransport takes an MConnConfig#2869
ebuchman merged 3 commits intodevelopfrom
bucky/mconnconfig

Conversation

@ebuchman
Copy link
Contributor

@ebuchman ebuchman commented Nov 17, 2018

Fix #2842

Also removes some unused config fields.

  • Updated all relevant documentation in docs
  • Updated all code comments where relevant
  • Wrote tests
  • Updated CHANGELOG_PENDING.md

@ebuchman ebuchman requested review from melekes and xla as code owners November 17, 2018 00:19
Copy link
Contributor

@melekes melekes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐝

@ebuchman ebuchman merged commit 6168b40 into develop Nov 17, 2018
@ebuchman ebuchman deleted the bucky/mconnconfig branch November 17, 2018 08:16
@codecov-io
Copy link

Codecov Report

Merging #2869 into develop will increase coverage by 0.07%.
The diff coverage is 100%.

@@             Coverage Diff             @@
##           develop    #2869      +/-   ##
===========================================
+ Coverage    62.09%   62.16%   +0.07%     
===========================================
  Files          212      212              
  Lines        17279    17256      -23     
===========================================
- Hits         10730    10728       -2     
+ Misses        5642     5624      -18     
+ Partials       907      904       -3
Impacted Files Coverage Δ
p2p/peer.go 58.5% <ø> (-0.29%) ⬇️
p2p/test_util.go 66.41% <100%> (-0.26%) ⬇️
p2p/transport.go 80.27% <100%> (-0.1%) ⬇️
p2p/switch.go 52.61% <100%> (+0.15%) ⬆️
node/node.go 63.35% <100%> (+0.08%) ⬆️
libs/db/remotedb/remotedb.go 36.84% <0%> (-4.69%) ⬇️
privval/tcp_server.go 78.57% <0%> (-2.86%) ⬇️
libs/db/fsdb.go 68.05% <0%> (-1.73%) ⬇️
consensus/reactor.go 66.51% <0%> (-0.24%) ⬇️
blockchain/pool.go 66.43% <0%> (+0.69%) ⬆️
... and 3 more

iKapitonau pushed a commit to scrtlabs/tendermint that referenced this pull request Jul 16, 2024
… (backport tendermint#2911) (tendermint#2936)

Component of tendermint#2869 

This on its own is an expected 1% speedup to blocksync on osmosis
mainnet right now.

I originally considered keeping the log lines but with only creating the
logger cost if there is an error, but these are debug logs I've never
seen. I think its better to just remove these debug logs directly,
rather than worry about maintaining them. These aren't even that
concerning scenarios I feel like, as more of the stack moves away from
these.


---

#### PR checklist

- [x] Tests written/updated - Covered by existing tests
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [X] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [X] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
<hr>This is an automatic backport of pull request tendermint#2911 done by
[Mergify](https://mergify.com).

---------

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: Andy Nogueira <me@andynogueira.dev>
cboh4 pushed a commit to scrtlabs/tendermint that referenced this pull request Apr 7, 2025
… (backport tendermint#2911) (tendermint#2937)

Component of tendermint#2869 

This on its own is an expected 1% speedup to blocksync on osmosis
mainnet right now.

I originally considered keeping the log lines but with only creating the
logger cost if there is an error, but these are debug logs I've never
seen. I think its better to just remove these debug logs directly,
rather than worry about maintaining them. These aren't even that
concerning scenarios I feel like, as more of the stack moves away from
these.


---

#### PR checklist

- [x] Tests written/updated - Covered by existing tests
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [X] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [X] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec
<hr>This is an automatic backport of pull request tendermint#2911 done by
[Mergify](https://mergify.com).

---------

Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
Co-authored-by: Andy Nogueira <me@andynogueira.dev>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants