Skip to content

Malicious behavior miner#132

Draft
NathanBSC wants to merge 551 commits intodevelopfrom
malicious_behavior_miner
Draft

Malicious behavior miner#132
NathanBSC wants to merge 551 commits intodevelopfrom
malicious_behavior_miner

Conversation

@NathanBSC
Copy link
Copy Markdown

@NathanBSC NathanBSC commented Aug 2, 2024

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:

  • add each change in a bullet point here
  • ...

@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch from 4513f63 to 760bd68 Compare August 2, 2024 02:09
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch 3 times, most recently from 4e6b257 to 13c253f Compare August 14, 2024 09:37
@NathanBSC NathanBSC changed the base branch from develop to tag-v1.4.13 August 14, 2024 09:37
@OKE66
Copy link
Copy Markdown

OKE66 commented Aug 20, 2024

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:

  • add each change in a bullet point here
  • ...

Pla

@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch from 13de488 to c0130a6 Compare September 19, 2024 06:59
@NathanBSC NathanBSC changed the base branch from tag-v1.4.13 to develop November 6, 2024 08:23
@NathanBSC NathanBSC changed the base branch from develop to master November 6, 2024 08:25
@NathanBSC NathanBSC changed the base branch from master to develop November 6, 2024 08:25
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch from c0130a6 to 30981ee Compare November 6, 2024 08:58
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch 2 times, most recently from aaa126b to af69f74 Compare November 29, 2024 08:11
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch 2 times, most recently from 91e6121 to ce27018 Compare December 13, 2024 09:26
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch 3 times, most recently from 29c8284 to 80258ff Compare December 25, 2024 07:35
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch 2 times, most recently from 29ce87e to c7b40a7 Compare January 7, 2025 06:26
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch from c7b40a7 to e6134a4 Compare January 13, 2025 09:19
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch 2 times, most recently from 375817c to b4cfbb1 Compare February 10, 2025 01:47
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch from b4cfbb1 to 7914ade Compare February 21, 2025 02:33
@NathanBSC NathanBSC changed the base branch from develop to master February 21, 2025 02:33
@NathanBSC NathanBSC changed the base branch from master to develop February 21, 2025 02:33
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch from 7914ade to 628bcc3 Compare March 5, 2025 02:53
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch 3 times, most recently from 17d7505 to b6de6db Compare March 17, 2025 03:15
haoyu-haoyu and others added 12 commits March 18, 2026 00:24
The heredoc in oss-fuzz.sh writes `#/bin/sh` instead of `#!/bin/sh`
as the shebang line of generated fuzz test runner scripts. Without
the `!`, the kernel does not recognize the script as having an
interpreter directive, causing execution failures on systems that
don't fall back to the default shell for shebang-less scripts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: add missing '!' in shebang of generated fuzz scripts
* core: reject future chasing heads for DA checks

* core: review fixes
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch from b80914e to 48640bd Compare March 24, 2026 06:18
allformless and others added 16 commits March 25, 2026 17:27
* miner: async blob tx validation during bid simulation

* miner: parallelize blob tx validation

* fix: fix potential block on duplicate txn
* miner: use worker pool for async blob validation

* fix: add judgement of blobs validate job
bnb-chain#3624)

* fix: eth.syncing not correct

* fix: cfg.TransactionHistory = 0  change when have config

* chore: add log back
…bnb-chain#3617)

Bumps [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) from 0.1.13 to 0.1.14.
- [Commits](mattn/go-colorable@v0.1.13...v0.1.14)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-colorable
  dependency-version: 0.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…in#3616)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…g. (#147)

* feat: add malicious behavior simulation for BEP-657 blob chaos testing.

* feat: add malicious behavior simulation for BEP-657 blob chaos testing.
@NathanBSC NathanBSC force-pushed the malicious_behavior_miner branch from 48640bd to 658f49a Compare April 15, 2026 08:38
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.