diff --git a/node/app/db_console.go b/node/app/db_console.go index bc8b354..7c13e31 100644 --- a/node/app/db_console.go +++ b/node/app/db_console.go @@ -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 } diff --git a/node/consensus/consensus_engine.go b/node/consensus/consensus_engine.go index d3b8eca..02649b5 100644 --- a/node/consensus/consensus_engine.go +++ b/node/consensus/consensus_engine.go @@ -59,5 +59,5 @@ func GetMinimumVersion() []byte { } func GetVersion() []byte { - return []byte{0x01, 0x02, 0x00} + return []byte{0x01, 0x02, 0x01} } diff --git a/node/main.go b/node/main.go index 81a3101..7467094 100644 --- a/node/main.go +++ b/node/main.go @@ -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") } diff --git a/node/p2p/blossomsub.go b/node/p2p/blossomsub.go index 58e8526..4e3cbe8 100644 --- a/node/p2p/blossomsub.go +++ b/node/p2p/blossomsub.go @@ -126,7 +126,7 @@ func NewBlossomSub( &blossomsub.PeerScoreParams{ SkipAtomicValidation: false, BitmaskScoreCap: 100, - IPColocationFactorWeight: -1, + IPColocationFactorWeight: 0, IPColocationFactorThreshold: 6, BehaviourPenaltyWeight: -80, BehaviourPenaltyThreshold: 100,