forked from bnb-chain/bsc
-
Notifications
You must be signed in to change notification settings - Fork 8
Malicious behavior miner #132
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
Draft
NathanBSC
wants to merge
464
commits into
develop
Choose a base branch
from
malicious_behavior_miner
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
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
4513f63 to
760bd68
Compare
4e6b257 to
13c253f
Compare
Pla |
13de488 to
c0130a6
Compare
c0130a6 to
30981ee
Compare
aaa126b to
af69f74
Compare
91e6121 to
ce27018
Compare
29c8284 to
80258ff
Compare
29ce87e to
c7b40a7
Compare
c7b40a7 to
e6134a4
Compare
375817c to
b4cfbb1
Compare
b4cfbb1 to
7914ade
Compare
7914ade to
628bcc3
Compare
17d7505 to
b6de6db
Compare
* handler_bsc.go: remove the handshake of bsc protocol * handler_bsc.go: remove the handshake of bsc protocol * handler_bsc.go: remove the handshake of bsc protocol
Draft release v1.6.5
* statedb.go: fix NoTries mode snapshot storage delete
* feat: add back contract CodeAddr for superinstruction usage * feat: lower debug log level
…nd drop peer (#32728)" This reverts commit 40505a9. It's conflict with feature 'reannounce local pending transactions' in BSC
* core/vm: fix RequiredGas for P256Verify * cmd/geth: not support OverrideBPO1 and OverrideBPO2 flags in BSC * cmd/geth: hidden flag PruneAncientDataFlag * cmd/utils: deprecated MetricsEnabledExpensiveFlag * core/state: simplify statedb copy * all: upgrade go version to 1.25 for workflows and dockers * all: handle golang lint * bid_simulator.go: disable blob version1 in bid simulator * triedb: align signature of func Size() * triedb/pathdb: read old journal file * cmd/utils: deprecated JournalFileFlag * triedb/pathdb: remove JournalFile field in config * eth: fix BroadcastTransactions * core/txpool/blobpool: only accept BlobSidecarVersion0 in BSC * core/txpool/blobpool: not convert blobsidecar to V1 in BSC * fix: fix eip-7910 test case * fix: fix api * legacypool_test.go: fix TestDualHeapEviction * eth/ethconfig: delete field JournalFileEnabled * core/vm: revert comments * params: fix Rules for ChainConfig * params: fix Rules for ChainConfig * fix: fix transaction rollback * internal/ethapi: fix eth_config * core: fix core ut * core: fix TestWaitDeployedCornerCases * fix suit_test: only set HistoryStorageAddress nonce on BSC chains during Prague activation * eth/syncer: disable debug_sync for now --------- Co-authored-by: qybdyx <qybdyx@outlook.com> Co-authored-by: flywukong <19421226+flywukong@users.noreply.github.com>
…bnb-chain#3516) * internal/ethapi: recover GetDiffAccounts and GetDiffAccountsWithScope * internal/ethapi: fix receiver name * internal/ethapi: fix uint64 overflow * internal/ethapi: fix method handler crashed
Co-authored-by: Gary Rong <garyrong0905@gmail.com> Co-authored-by: MariusVanDerWijden <m.vanderwijden@live.de>:
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
release: prepare for release v1.6.6
…16-7 upstream: merge geth-v1.16.2 ~ geth-v1.16.7
Updated deprecated GitHub actions to latest major versions. This fixes Node.js 12/16 deprecation warnings and ensures compatibility with the current runners. Signed-off-by: RinZ27 <222222878+RinZ27@users.noreply.github.com>
Signed-off-by: oncecelll <oncecell@outlook.com>
5227d91 to
7e098f4
Compare
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.
Description
Malicious behavior miner
Rationale
just to see the diff between latest tag and this branch
Example
add an example CLI or API response...
Changes
Notable changes: