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

[R4R] modify params for Parlia consensus with 21 validators #6

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

unclezoro
Copy link
Collaborator

@unclezoro unclezoro commented Jun 15, 2020

In mainnet, bsc will have 21 validators. It will reach finality after 11 blocks. resolve #7

Meaning :

  1. BlockFetcher: block fetcher will ignore block who's num is before currentNum-maxUncleDist.
  2. staleThreshold: miner module will clean works that before currentNum-staleThreshold.
  3. miningLogAtDepth: will report finality when one block is miningLogAtDepth before currentNum.

@unclezoro unclezoro changed the title Stale depth [R4R] modify Stale depth and maxUncleDist for Parlia consensus with 21 validators Jun 15, 2020
@unclezoro unclezoro changed the title [R4R] modify Stale depth and maxUncleDist for Parlia consensus with 21 validators [R4R] modify Stale depth and maxUncleDist for Parlia consensus with 21 validators Jun 15, 2020
@unclezoro unclezoro changed the title [R4R] modify Stale depth and maxUncleDist for Parlia consensus with 21 validators [R4R] modify params for Parlia consensus with 21 validators Jun 15, 2020
@unclezoro unclezoro changed the title [R4R] modify params for Parlia consensus with 21 validators [R4R] modify params for Parlia consensus with 21 validators, resolve #7 Jun 15, 2020
@unclezoro unclezoro changed the title [R4R] modify params for Parlia consensus with 21 validators, resolve #7 [R4R] modify params for Parlia consensus with 21 validators, resolve #issue7 Jun 15, 2020
@unclezoro unclezoro changed the title [R4R] modify params for Parlia consensus with 21 validators, resolve #issue7 [R4R] modify params for Parlia consensus with 21 validators Jun 15, 2020
@unclezoro unclezoro merged commit ce14f2c into bnb-chain:develop Jun 17, 2020
unclezoro referenced this pull request in unclezoro/bsc Jan 7, 2021
* internal/build: implement signify's signing func
* Add signify to the ci utility
* fix output file format
* Add unit test for signify
* holiman's + travis' feedback
* internal/build: verify signify's output
* crypto: move signify to common dir
* use go-minisign to verify binaries
* more holiman feedback
* crypto, ci: support minisign output
* only accept one-line trusted comments
* configurable untrusted comments
* code cleanup in tests
* revert to use ed25519 from the stdlib
* bug: fix for empty untrusted comments
* write timestamp as comment if trusted comment isn't present
* rename line checker to commentHasManyLines
* crypto: added signify fuzzer (#6)
* crypto: added signify fuzzer
* stuff
* crypto: updated signify fuzzer to fuzz comments
* crypto: repro signify crashes
* rebased fuzzer on build-signify branch
* hide fuzzer behind gofuzz build flag
* extract key data inside a single function
* don't treat \r as a newline
* travis: fix signing command line
* do not use an external binary in tests
* crypto: move signify to crypto/signify
* travis: fix formatting issue
* ci: fix linter build after package move

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
unclezoro referenced this pull request in unclezoro/bsc Nov 3, 2021
[R4R]disable service when network is congest
flywukong pushed a commit to flywukong/bsc that referenced this pull request Mar 11, 2022
realuncle pushed a commit to realuncle/bsc that referenced this pull request Mar 16, 2022
[WIP]Fast Finality: reward distribution and slash parts
KeefeL pushed a commit to KeefeL/bsc that referenced this pull request Mar 15, 2023
feat: modify BAS to native token
swlfigo added a commit to swlfigo/bsc-official that referenced this pull request Apr 19, 2023
* 主节点广播

* 1

* 1

* 重启服务器命令

* 新增手动添加节点

* AddPeer节点

* Warning Msg

* 调整参数

* Log

* 主节点DB查看信息

* 新增Redis全局事件通知钉钉

* 去除本地储存Node信息

* 新增主节点发送自身账号交易信息到子节点查找后回存到主节点本地数据库;Web接口新增重启,手动添加Peer功能
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.

None yet

1 participant