Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
CVE-2024-34478 # "CWE-754: Improper Check for Unusual or Exceptional Conditions." This vulnerability is BTC only, BSC does not have the issue.
CVE-2025-22872 # "CWE-1286: github.com/golang/net - Improper Validation of Syntactic Correctness of Input", golang/golang.org/x/net@v0.36.0 was indirectly dependency by devp2p, can be will upgraded in the future
CVE-2021-43668 # "CWE-476: NULL Pointer Dereference", the repo: syndtr/goleveldb is not actively maintained, seems there is no fix for this crash yet, BSC used pebbleDB to replaced levelDB, so ignore this vulnerability.
3 changes: 1 addition & 2 deletions cmd/jsutils/getchainstatus.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ const builderMap = new Map([
["0x627fE6AFA2E84e461CB7AE7C2c46e8adf9a954a2", "txboost"],
["0x5EC60f73f938e36400ec3CC3Ff4d7a7703F7c005", "nodereal ap"],
["0x6C98EB21139F6E12db5b78a4AeD4d8eBA147FB7b", "nodereal eu"],
// ["0x79102dB16781ddDfF63F301C9Be557Fd1Dd48fA0", "nodereal us"],
["0x5b67a234592331e85fC57Bb148769c1d2fF62520", "nodereal us"],
["0x4827b423D03a349b7519Dda537e9A28d31ecBB48", "club48 ap"],
["0x48B2665E5E9a343409199D70F7495c8aB660BB48", "club48 eu"],
["0x48B4bBEbF0655557A461e91B8905b85864B8BB48", "club48 us"],
Expand Down Expand Up @@ -662,7 +662,6 @@ async function getKeyParameters() {
}
}


// part 4: governance
let votingPeriod = await governor.votingPeriod({ blockTag: blockNum });
let minPeriodAfterQuorum = await governor.lateQuorumVoteExtension({ blockTag: blockNum });
Expand Down