From 39ff7353522c54ef401d8aa044f06813e62360c2 Mon Sep 17 00:00:00 2001 From: hard-nett Date: Sat, 25 Jan 2025 13:03:43 -0500 Subject: [PATCH 1/8] bitsong: add versions --- bitsong/versions.json | 159 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 158 insertions(+), 1 deletion(-) diff --git a/bitsong/versions.json b/bitsong/versions.json index 46be8559b4..40cffd6624 100644 --- a/bitsong/versions.json +++ b/bitsong/versions.json @@ -30,7 +30,7 @@ "compatible_versions": [ "v0.15.0" ], - "next_version_name": "", + "next_version_name": "v0.16.0", "sdk": { "type": "cosmos", "version": "0.45.16" @@ -46,6 +46,163 @@ "binaries": { "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.15.0/bitsongd" } + }, + { + "name": "v0.16.0", + "proposal": 38, + "height": 18310250, + "recommended_version": "v0.16.0", + "compatible_versions": [ + "v0.16.0" + ], + "next_version_name": "v0.17.0", + "sdk": { + "type": "cosmos", + "version": "0.45.16" + }, + "cosmwasm": { + "version": "0.33.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v4.4.2" + }, + "binaries": { + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.16.0/bitsongd" + } + }, + { + "name": "v0.17.0", + "proposal": 38, + "height": 18338000, + "recommended_version": "v0.17.0", + "compatible_versions": [ + "v0.17.0" + ], + "next_version_name": "v0.18.0", + "sdk": { + "type": "cosmos", + "version": "0.45.16" + }, + "cosmwasm": { + "version": "0.33.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v4.4.2" + }, + "binaries": { + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.17.0/bitsongd" + } + }, + { + "name": "v0.18.0", + "proposal": 41, + "height": 19818776, + "recommended_version": "v0.18.0", + "compatible_versions": [ + "v0.18.0", + "v0.18.1" + ], + "next_version_name": "v0.19.0", + "sdk": { + "type": "cosmos", + "version": "0.47.8" + }, + "cosmwasm": { + "version": "0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + }, + "binaries": { + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.18.0/bitsongd-linux-amd64" + } + }, + { + "name": "v0.19.0", + "proposal": 41, + "height": 20074150, + "recommended_version": "v0.19.0", + "compatible_versions": [ + "v0.19.0" + ], + "next_version_name": "v0.20.0", + "sdk": { + "type": "cosmos", + "version": "0.47.8" + }, + "cosmwasm": { + "version": "0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + }, + "binaries": { + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.15.0/bitsongd" + } + }, + { + "name": "v0.20.0", + "proposal": 42, + "height": 20277056, + "recommended_version": "v0.20.2", + "compatible_versions": [ + "v0.20.0", + "v0.20.1", + "v0.20.2", + "v0.20.3", + "v0.20.4" + ], + "next_version_name": "v0.20.4", + "sdk": { + "type": "cosmos", + "version": "0.47.15" + }, + "cosmwasm": { + "version": "0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + }, + "binaries": { + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.2/bitsongd-linux-amd64", + "linux/arm64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.2/bitsongd-linux-arm64" + } + }, + { + "name": "v0.20.4", + "proposal": 42, + "height": 20340500, + "recommended_version": "v0.20.4", + "compatible_versions": [ + "v0.20.4" + ], + "next_version_name": "", + "sdk": { + "type": "cosmos", + "version": "0.47.15" + }, + "cosmwasm": { + "version": "0.45.0", + "enabled": true + }, + "ibc": { + "type": "go", + "version": "v7.4.0" + }, + "binaries": { + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd-linux-amd64", + "linux/arm64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd-linux-arm64" + } } ] } \ No newline at end of file From 466f24830cea45d85269486deba0d387a4b913f8 Mon Sep 17 00:00:00 2001 From: hard-nett Date: Sat, 25 Jan 2025 13:14:43 -0500 Subject: [PATCH 2/8] bitsong: bump bitsong public nodes --- bitsong/chain.json | 70 +++++++++++++--------------------------------- 1 file changed, 19 insertions(+), 51 deletions(-) diff --git a/bitsong/chain.json b/bitsong/chain.json index dadfc8ab9c..b3d2dbf601 100644 --- a/bitsong/chain.json +++ b/bitsong/chain.json @@ -13,26 +13,26 @@ "node_home": "$HOME/.bitsongd", "codebase": { "git_repo": "https://github.com/bitsongofficial/go-bitsong", - "recommended_version": "v0.15.0", + "recommended_version": "v0.20.4", "compatible_versions": [ - "v0.15.0" + "v0.20.4" ], "binaries": { - "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.15.0/bitsongd" + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd" }, "genesis": { "genesis_url": "https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json" }, "sdk": { "type": "cosmos", - "version": "0.45.16" + "version": "0.47.15" }, "ibc": { "type": "go", - "version": "v4.4.2" + "version": "v7.2.0" }, "cosmwasm": { - "version": "0.33.0", + "version": "0.45.0", "enabled": true } }, @@ -62,9 +62,9 @@ "peers": { "seeds": [ { - "id": "10de6c207e60b876bdd88571db44d29c18d0cb5d", - "address": "seed-bitsong.starsquid.io:15605", - "provider": "Starsquid" + "id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0", + "address": "seeds.polkachu.com:16056", + "provider": "Polkachu" }, { "id": "8542cd7e6bf9d260fef543bc49e59be5a3fa9074", @@ -116,18 +116,10 @@ }, "apis": { "rpc": [ - { - "address": "https://rpc-bitsong-ia.cosmosia.notional.ventures/", - "provider": "Notional" - }, { "address": "https://rpc.explorebitsong.com", "provider": "stake.systems" }, - { - "address": "https://bitsong-rpc.validatrium.club", - "provider": "Validatrium" - }, { "address": "https://rpc.bitsong.chaintools.tech/", "provider": "ChainTools" @@ -136,18 +128,10 @@ "address": "https://rpc.bitsong.quokkastake.io", "provider": "\ud83d\udc39 Quokka Stake" }, - { - "address": "https://rpc-bitsong.starsquid.io", - "provider": "Starsquid" - }, { "address": "https://rpc-bitsong.architectnodes.com", "provider": "Architect Nodes" }, - { - "address": "http://bitsong.statesync.nodersteam.com:11657", - "provider": "[NODERS]TEAM" - }, { "address": "https://rpc.bitsong.safeblock.space", "provider": "Safe Block" @@ -175,33 +159,21 @@ { "address": "https://bitsong.rpc.m.stavr.tech:443", "provider": "\ud83d\udd25STAVR\ud83d\udd25" + }, + { + "address": "https://bitsong-rpc.polkachu.com:443", + "provider": "Polkachu" } ], "rest": [ - { - "address": "https://api-bitsong-ia.cosmosia.notional.ventures/", - "provider": "Notional" - }, { "address": "https://lcd.explorebitsong.com/", "provider": "stake.systems" }, - { - "address": "https://bitsong-api.validatrium.club", - "provider": "Validatrium" - }, { "address": "https://api.bitsong.quokkastake.io", "provider": "\ud83d\udc39 Quokka Stake" }, - { - "address": "http://bitsong.api.nodersteam.com:11017", - "provider": "[NODERS]TEAM" - }, - { - "address": "https://api-bitsong.starsquid.io", - "provider": "Starsquid" - }, { "address": "https://rest-bitsong.architectnodes.com", "provider": "Architect Nodes" @@ -233,25 +205,21 @@ { "address": "https://bitsong-api.bluestake.net", "provider": "BlueStake \ud83d\ude80" + }, + { + "address": "https://bitsong-api.polkachu.com", + "provider": "Polkachu" } ], "grpc": [ { - "address": "grpc-bitsong-ia.cosmosia.notional.ventures:443", - "provider": "Notional" - }, - { - "address": "bitsong.grpc.nodersteam.com:9111/", - "provider": "[NODERS]TEAM" + "address": "bitsong-grpc.polkachu.com:16090", + "provider": "Polkachu" }, { "address": "grpc.bitsong.safeblock.space:9090", "provider": "Safe Block" }, - { - "address": "bitsong-grpc.panthea.eu:16750", - "provider": "Panthea EU" - }, { "address": "grpc.bitsong.mathnodes.com:9092", "provider": "MathNodes" From 14f1871b81bfede39e0b10766274eb4cfa5b9362 Mon Sep 17 00:00:00 2001 From: Jarnek <122906361+jarnek73@users.noreply.github.com> Date: Sat, 25 Jan 2025 19:36:52 +0100 Subject: [PATCH 3/8] Update chain.json Added Panthea EU grpc endpoint --- bitsong/chain.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bitsong/chain.json b/bitsong/chain.json index b3d2dbf601..8ed9533e85 100644 --- a/bitsong/chain.json +++ b/bitsong/chain.json @@ -224,6 +224,10 @@ "address": "grpc.bitsong.mathnodes.com:9092", "provider": "MathNodes" }, + { + "address": "bitsong-grpc.panthea.eu:16750", + "provider": "Panthea EU" + }, { "address": "bitsong-grpc.noders.services:20090", "provider": "[NODERS]TEAM" @@ -286,4 +290,4 @@ } } ] -} \ No newline at end of file +} From 784378afd6f5cfac7bfbd03aa3ccbb0e762a3862 Mon Sep 17 00:00:00 2001 From: ToTheMars2 <109024799+ToTheMars2@users.noreply.github.com> Date: Sun, 26 Jan 2025 10:17:52 +0200 Subject: [PATCH 4/8] Added public apis Added rpc, api, grpc from provider ToTheMars --- bitsong/chain.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bitsong/chain.json b/bitsong/chain.json index 8ed9533e85..9b0a231e78 100644 --- a/bitsong/chain.json +++ b/bitsong/chain.json @@ -163,6 +163,10 @@ { "address": "https://bitsong-rpc.polkachu.com:443", "provider": "Polkachu" + }, + { + "address": "https://bitsong-rpc.tothemars.network:443", + "provider": "ToTheMars" } ], "rest": [ @@ -209,6 +213,10 @@ { "address": "https://bitsong-api.polkachu.com", "provider": "Polkachu" + }, + { + "address": "https://bitsong-api.tothemars.network:443", + "provider": "ToTheMars" } ], "grpc": [ @@ -235,7 +243,12 @@ { "address": "bitsong.grpc.m.stavr.tech:9988", "provider": "\ud83d\udd25STAVR\ud83d\udd25" + }, + { + "address": "bitsong-grpc.tothemars.network:60290", + "provider": "ToTheMars" } + ] }, "explorers": [ From b1f8f9dd0e4197de3036e3094bfed1444384d2e4 Mon Sep 17 00:00:00 2001 From: hard-nett Date: Tue, 28 Jan 2025 13:41:23 -0500 Subject: [PATCH 5/8] bump ibc version --- bitsong/chain.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitsong/chain.json b/bitsong/chain.json index b3d2dbf601..119751c460 100644 --- a/bitsong/chain.json +++ b/bitsong/chain.json @@ -29,7 +29,7 @@ }, "ibc": { "type": "go", - "version": "v7.2.0" + "version": "v7.4.0" }, "cosmwasm": { "version": "0.45.0", From 3831348e6f72a5f3f7c98b9c7ad78f3ae5825908 Mon Sep 17 00:00:00 2001 From: hard-nett Date: Sat, 1 Feb 2025 15:50:51 -0500 Subject: [PATCH 6/8] bitsong: fix incorrect compat label --- bitsong/versions.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bitsong/versions.json b/bitsong/versions.json index 40cffd6624..1c0848a9a1 100644 --- a/bitsong/versions.json +++ b/bitsong/versions.json @@ -157,8 +157,7 @@ "v0.20.0", "v0.20.1", "v0.20.2", - "v0.20.3", - "v0.20.4" + "v0.20.3" ], "next_version_name": "v0.20.4", "sdk": { From b82936199fe4aee3e169a2441834b3c49679def4 Mon Sep 17 00:00:00 2001 From: hard-nett Date: Tue, 4 Feb 2025 10:49:51 -0500 Subject: [PATCH 7/8] add correct release --- bitsong/versions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitsong/versions.json b/bitsong/versions.json index 1c0848a9a1..4b805ff5be 100644 --- a/bitsong/versions.json +++ b/bitsong/versions.json @@ -145,7 +145,8 @@ "version": "v7.4.0" }, "binaries": { - "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.15.0/bitsongd" + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.19.0/bitsongd-linux-amd64", + "linux/arm64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.19.0/bitsongd-linux-arm64" } }, { From 2209b6e11cc9ae4224fea90056ef6b5f7f599ec4 Mon Sep 17 00:00:00 2001 From: hard-nett Date: Tue, 4 Feb 2025 10:51:58 -0500 Subject: [PATCH 8/8] correct chain binaries --- bitsong/chain.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bitsong/chain.json b/bitsong/chain.json index 77cde66c89..a924b401a2 100644 --- a/bitsong/chain.json +++ b/bitsong/chain.json @@ -18,7 +18,8 @@ "v0.20.4" ], "binaries": { - "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd" + "linux/amd64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd-linux-amd64", + "linux/arm64": "https://github.com/bitsongofficial/go-bitsong/releases/download/v0.20.4/bitsongd-linux-arm64" }, "genesis": { "genesis_url": "https://raw.githubusercontent.com/bitsongofficial/networks/master/bitsong-2b/genesis.json"