Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add pending connection limits + bump libp2p to 0.54.1 #2150

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 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
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 @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- [2526](https://github.com/FuelLabs/fuel-core/pull/2526): Add possibility to not have any cache set for RocksDB. Add an option to either load the RocksDB columns families on creation of the database or when the column is used.
- [2532](https://github.com/FuelLabs/fuel-core/pull/2532): Getters for inner rocksdb database handles.
- [2524](https://github.com/FuelLabs/fuel-core/pull/2524): Adds a new lock type which is optimized for certain workloads to the txpool and p2p services.
- [2150](https://github.com/FuelLabs/fuel-core/pull/2150): Upgraded `libp2p` to `0.54.1` and introduced `ConnectionLimiter` to limit pending incoming/outgoing connections.

### Fixed
- [2365](https://github.com/FuelLabs/fuel-core/pull/2365): Fixed the error during dry run in the case of race condition.
Expand Down
Loading
Loading