forked from cometbft/cometbft
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mempool: Store peer ids as p2p.ID instead of uint16 (remove mempoolID…
…s) (cometbft#1191) * Remove mempoolIDs; use p2p.ID * Change txSenders map of bools to struct{} * Revert "Change txSenders map of bools to struct{}" This reverts commit af834bb. * Remove redundant methods * add changelog
- Loading branch information
Showing
5 changed files
with
25 additions
and
154 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/breaking-changes/1146-mempool-remove-ids.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- `[mempool]` Remove `mempoolIDs` for internally storing peer ids as `p2p.ID` | ||
instead of `uint16`. | ||
([\#1146](https://github.com/cometbft/cometbft/pull/1146)) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters