mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-12-24 23:55:18 +00:00
v1.2.1 – adjust IP colocation factor (#33)
This commit is contained in:
parent
6985823192
commit
673b815ce8
@ -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
|
||||
}
|
||||
|
@ -59,5 +59,5 @@ func GetMinimumVersion() []byte {
|
||||
}
|
||||
|
||||
func GetVersion() []byte {
|
||||
return []byte{0x01, 0x02, 0x00}
|
||||
return []byte{0x01, 0x02, 0x01}
|
||||
}
|
||||
|
@ -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")
|
||||
}
|
||||
|
@ -126,7 +126,7 @@ func NewBlossomSub(
|
||||
&blossomsub.PeerScoreParams{
|
||||
SkipAtomicValidation: false,
|
||||
BitmaskScoreCap: 100,
|
||||
IPColocationFactorWeight: -1,
|
||||
IPColocationFactorWeight: 0,
|
||||
IPColocationFactorThreshold: 6,
|
||||
BehaviourPenaltyWeight: -80,
|
||||
BehaviourPenaltyThreshold: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user