Skip to content
Closed
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
aa7735a
chore: upgrade libp2p from 0.53.2 to 0.54.1
maschad Aug 30, 2024
fc20f56
feat: add config options for max pending connection for both incoming…
maschad Sep 1, 2024
df12b4b
docs: update changelog
maschad Sep 1, 2024
66f5093
fix: add missing params for config
maschad Sep 1, 2024
88ebc9e
formatting
maschad Sep 1, 2024
1f8d1af
feat: add max established connection limits
maschad Sep 4, 2024
6e135d4
Merge branch 'master' into mc/chore/p2p-upgrades
maschad Sep 4, 2024
1127c72
Merge branch 'master' into mc/chore/p2p-upgrades
maschad Sep 7, 2024
9bb8a89
docs: re-add changed heading for CHANGELOG
maschad Sep 7, 2024
b1e7716
Merge branch 'master' into mc/chore/p2p-upgrades
maschad Sep 19, 2024
09f5d11
docs: update CHANGELOG.md
maschad Sep 19, 2024
91bcb9c
Merge branch 'master' into mc/chore/p2p-upgrades
maschad Oct 21, 2024
21f4cbe
linting fixes
maschad Oct 21, 2024
0ceb44e
Merge branch 'master' into mc/chore/p2p-upgrades
maschad Oct 29, 2024
1f8c692
Merge branch 'master' into mc/chore/p2p-upgrades
AurelienFT Dec 2, 2024
37719ef
fix cargo lock
AurelienFT Dec 2, 2024
39c94d6
Merge branch 'master' into mc/chore/p2p-upgrades
AurelienFT Dec 9, 2024
b622eea
Merge branch 'master' into mc/chore/p2p-upgrades
AurelienFT Dec 9, 2024
1f9291f
fix: make the limits non-configurable, remove irrelevant semicolons
rymnc Jan 10, 2025
8f20bd3
Merge branch 'master' into mc/chore/p2p-upgrades
rymnc Jan 10, 2025
4fc1b87
test: protocol specific connection limiting
rymnc Jan 11, 2025
b679679
Merge branch 'master' into mc/chore/p2p-upgrades
rymnc Jan 13, 2025
de96e9b
Merge branch 'master' into mc/chore/p2p-upgrades
rymnc Jan 13, 2025
652ccc5
fix: clippy
rymnc Jan 13, 2025
318d164
Merge remote-tracking branch 'origin' into mc/chore/p2p-upgrades
MitchTurner Jan 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Added
- [2135](https://github.com/FuelLabs/fuel-core/pull/2135): Added metrics logging for number of blocks served over the p2p req/res protocol.
- [2150](https://github.com/FuelLabs/fuel-core/pull/2150): Upgraded `libp2p` to `0.54.1` and introduced `max_pending_incoming_connections` and `max_pending_outgoing_connections` to limit the number of pending connections.
- [2155](https://github.com/FuelLabs/fuel-core/pull/2155): Added trait declaration for block committer data
- [2142](https://github.com/FuelLabs/fuel-core/pull/2142): Added benchmarks for varied forms of db lookups to assist in optimizations.

Expand Down
Loading