v1.2.1 – adjust IP colocation factor (#33)

This commit is contained in:
Cassandra Heart 2024-01-03 22:45:25 -06:00 committed by GitHub
parent 6985823192
commit 673b815ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -818,11 +818,11 @@ func logoVersion(width int) string {
out += " ####################################### ########\n"
out += " ############################# ##\n"
out += " \n"
out += " Quilibrium Node - v1.1.8 Dawn\n"
out += " Quilibrium Node - v1.2.1 Dawn\n"
out += " \n"
out += " DB Console\n"
} else {
out = "Quilibrium Node - v1.1.8 Dawn - DB Console\n"
out = "Quilibrium Node - v1.2.1 Dawn - DB Console\n"
}
return out
}

View File

@ -59,5 +59,5 @@ func GetMinimumVersion() []byte {
}
func GetVersion() []byte {
return []byte{0x01, 0x02, 0x00}
return []byte{0x01, 0x02, 0x01}
}

View File

@ -233,5 +233,5 @@ func printLogo() {
func printVersion() {
fmt.Println(" ")
fmt.Println(" Quilibrium Node - v1.2.0 Dawn")
fmt.Println(" Quilibrium Node - v1.2.1 Dawn")
}

View File

@ -126,7 +126,7 @@ func NewBlossomSub(
&blossomsub.PeerScoreParams{
SkipAtomicValidation: false,
BitmaskScoreCap: 100,
IPColocationFactorWeight: -1,
IPColocationFactorWeight: 0,
IPColocationFactorThreshold: 6,
BehaviourPenaltyWeight: -80,
BehaviourPenaltyThreshold: 100,