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

add consensus ip whitelist #3311

Merged
merged 12 commits into from
Jul 11, 2024
Merged

add consensus ip whitelist #3311

merged 12 commits into from
Jul 11, 2024

Conversation

chengzhinei
Copy link
Contributor

  • Targeted PR against correct branch (see CONTRIBUTING.md)

  • Linked to github-issue with discussion and accepted design OR link to spec that describes this work.

  • Wrote tests

  • Updated relevant documentation (docs/)

  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md

  • Reviewed Files changed in the github PR explorer


For Admin Use:

  • Added appropriate labels to PR (ex. wip, ready-for-review, docs)
  • Reviewers Assigned
  • Squashed all commits, uses message "Merge PR #XYZ: [title]" (coding standards)

@@ -175,6 +178,8 @@ const (
FlagCsTimeoutPrecommit = "consensus.timeout_precommit"
FlagCsTimeoutPrecommitDelta = "consensus.timeout_precommit_delta"
FlagCsTimeoutCommit = "consensus.timeout_commit"
FlagEnableConsensusIPWhitelist = "consensus.enable_ip_whitelist"
Copy link
Collaborator

Choose a reason for hiding this comment

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

p2p.enable_ip_whitelist,p2p.ip_whiteklist much better

libs/tendermint/blockchain/v0/reactor.go Outdated Show resolved Hide resolved
libs/tendermint/blockchain/v0/reactor.go Outdated Show resolved Hide resolved
libs/tendermint/consensus/reactor.go Outdated Show resolved Hide resolved
libs/tendermint/evidence/reactor.go Outdated Show resolved Hide resolved
BananaLF
BananaLF previously approved these changes Jul 9, 2024
@xiangjianmeng xiangjianmeng merged commit 88f26b4 into dev Jul 11, 2024
8 checks passed
@xiangjianmeng xiangjianmeng deleted the fsc/consensus-ip branch July 11, 2024 07:55
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