From 673b815ce82c49263a453353dc8fc22c6a45120f Mon Sep 17 00:00:00 2001 From: Cassandra Heart <7929478+CassOnMars@users.noreply.github.com> Date: Wed, 3 Jan 2024 22:45:25 -0600 Subject: [PATCH] =?UTF-8?q?v1.2.1=20=E2=80=93=20adjust=20IP=20colocation?= =?UTF-8?q?=20factor=20(#33)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node/app/db_console.go | 4 ++-- node/consensus/consensus_engine.go | 2 +- node/main.go | 2 +- node/p2p/blossomsub.go | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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,