Disabled bsc specific features#154
Merged
ironbeer merged 18 commits intooasysgames:feat/merge-bsc-v1.5.13from Jun 11, 2025
Merged
Disabled bsc specific features#154ironbeer merged 18 commits intooasysgames:feat/merge-bsc-v1.5.13from
ironbeer merged 18 commits intooasysgames:feat/merge-bsc-v1.5.13from
Conversation
ironbeer
commented
Jun 9, 2025
ironbeer
commented
Jun 9, 2025
ironbeer
commented
Jun 9, 2025
ironbeer
commented
Jun 9, 2025
ironbeer
commented
Jun 9, 2025
ironbeer
commented
Jun 9, 2025
ironbeer
commented
Jun 9, 2025
ironbeer
commented
Jun 9, 2025
ironbeer
commented
Jun 9, 2025
docs: added a badge to the social network Twitter
chore: fix function name in comment
…cator-bytecode Update SlashIndicator to audited bytecode
tak1827
approved these changes
Jun 10, 2025
| log.Debug("Propagated block", "hash", hash, "recipients", len(transfer), "duration", common.PrettyDuration(time.Since(block.ReceivedAt))) | ||
| // check if the block should be broadcast to more peers in EVN | ||
| var morePeers []*ethPeer | ||
| // if h.needFullBroadcastInEVN(block) { |
Contributor
There was a problem hiding this comment.
ここら辺は消したいです。
needFullBroadcastInEVNとqueryValidatorNodeIDsMapも
| } | ||
|
|
||
| // waitForSyncAndMaxwell waits for the node to be fully synced and Maxwell fork to be active | ||
| func (s *Ethereum) waitForSyncAndMaxwell(oasys *oasys.Oasys) { |
Contributor
There was a problem hiding this comment.
これは消したいです。
stopChもupdateNodeID, handleRemovals, handleAdditions
| panic("should not happen") | ||
| // add onchain validator p2p node list later, it will enable the direct broadcast + no tx broadcast feature | ||
| // here check & enable peer broadcast features periodically, and it's a simple way to handle the peer change and the list change scenarios. | ||
| // h.peers.enableEVNFeatures(h.queryValidatorNodeIDsMap(), h.evnNodeIdsWhitelistMap) |
Contributor
Contributor
Collaborator
Author
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#150 の差分からブロックタイム0.75秒化関連の変更を無効化する修正
関連するBSCプロポーザル
BEP-563
BEP-564