Bump GRS to 25.0

This commit is contained in:
gruve-p 2023-06-07 14:38:19 +02:00 committed by Martin
parent f1a851d72b
commit a4dbb54839
4 changed files with 226 additions and 204 deletions

View File

@ -22,10 +22,10 @@
"package_name": "backend-groestlcoin", "package_name": "backend-groestlcoin",
"package_revision": "satoshilabs-1", "package_revision": "satoshilabs-1",
"system_user": "groestlcoin", "system_user": "groestlcoin",
"version": "24.0.1", "version": "25.0",
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz", "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-x86_64-linux-gnu.tar.gz",
"verification_type": "sha256", "verification_type": "sha256",
"verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b", "verification_source": "bcca36b5a2f1e83a4fd9888bc0016d3f46f9ef01238dc23a8e03f2f4ac3b9707",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": ["bin/groestlcoin-qt"], "exclude_files": ["bin/groestlcoin-qt"],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
@ -38,8 +38,13 @@
"server_config_file": "bitcoin.conf", "server_config_file": "bitcoin.conf",
"client_config_file": "bitcoin_client.conf", "client_config_file": "bitcoin_client.conf",
"additional_params": { "additional_params": {
"deprecatedrpc": "estimatefee", "deprecatedrpc": "estimatefee"
"whitelist": "127.0.0.1" },
"platforms": {
"arm64": {
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-aarch64-linux-gnu.tar.gz",
"verification_source": "d8776b405113b46d6be6e4921c5a5e62cbfaa5329087abbec14cc24d750f9c94"
}
} }
}, },
"blockbook": { "blockbook": {
@ -48,7 +53,7 @@
"internal_binding_template": ":{{.Ports.BlockbookInternal}}", "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "", "explorer_url": "",
"additional_params": "", "additional_params": "-enablesubnewtx -extendedindex",
"block_chain": { "block_chain": {
"parse": true, "parse": true,
"mempool_workers": 8, "mempool_workers": 8,
@ -61,7 +66,9 @@
"additional_params": { "additional_params": {
"fiat_rates": "coingecko", "fiat_rates": "coingecko",
"fiat_rates_vs_currencies": "AED,ARS,AUD,BDT,BHD,BMD,BRL,CAD,CHF,CLP,CNY,CZK,DKK,EUR,GBP,HKD,HUF,IDR,ILS,INR,JPY,KRW,KWD,LKR,MMK,MXN,MYR,NGN,NOK,NZD,PHP,PKR,PLN,RUB,SAR,SEK,SGD,THB,TRY,TWD,UAH,USD,VEF,VND,ZAR,BTC,ETH", "fiat_rates_vs_currencies": "AED,ARS,AUD,BDT,BHD,BMD,BRL,CAD,CHF,CLP,CNY,CZK,DKK,EUR,GBP,HKD,HUF,IDR,ILS,INR,JPY,KRW,KWD,LKR,MMK,MXN,MYR,NGN,NOK,NZD,PHP,PKR,PLN,RUB,SAR,SEK,SGD,THB,TRY,TWD,UAH,USD,VEF,VND,ZAR,BTC,ETH",
"fiat_rates_params": "{\"coin\": \"groestlcoin\", \"periodSeconds\": 900}" "fiat_rates_params": "{\"coin\": \"groestlcoin\", \"periodSeconds\": 900}",
"golomb_filter_p": 20,
"mempool_filter_scripts": "taproot"
} }
} }
}, },

View File

@ -22,10 +22,10 @@
"package_name": "backend-groestlcoin-regtest", "package_name": "backend-groestlcoin-regtest",
"package_revision": "satoshilabs-1", "package_revision": "satoshilabs-1",
"system_user": "groestlcoin", "system_user": "groestlcoin",
"version": "24.0.1", "version": "25.0",
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz", "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-x86_64-linux-gnu.tar.gz",
"verification_type": "sha256", "verification_type": "sha256",
"verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b", "verification_source": "bcca36b5a2f1e83a4fd9888bc0016d3f46f9ef01238dc23a8e03f2f4ac3b9707",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": ["bin/groestlcoin-qt"], "exclude_files": ["bin/groestlcoin-qt"],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
@ -33,18 +33,17 @@
"postinst_script_template": "", "postinst_script_template": "",
"service_type": "forking", "service_type": "forking",
"service_additional_params_template": "", "service_additional_params_template": "",
"protect_memory": true,
"mainnet": false, "mainnet": false,
"protect_memory": true,
"server_config_file": "bitcoin_regtest.conf", "server_config_file": "bitcoin_regtest.conf",
"client_config_file": "bitcoin_client.conf", "client_config_file": "bitcoin_client.conf",
"additional_params": { "additional_params": {
"deprecatedrpc": "estimatefee", "deprecatedrpc": "estimatefee"
"whitelist": "127.0.0.1"
}, },
"platforms": { "platforms": {
"arm64": { "arm64": {
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-aarch64-linux-gnu.tar.gz", "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-aarch64-linux-gnu.tar.gz",
"verification_source": "ca316c369728348406778c30b2b567bb2ede1ebcc87fb0305c0bed3dacae762b" "verification_source": "d8776b405113b46d6be6e4921c5a5e62cbfaa5329087abbec14cc24d750f9c94"
} }
} }
}, },
@ -63,7 +62,8 @@
"xpub_magic": 70617039, "xpub_magic": 70617039,
"xpub_magic_segwit_p2sh": 71979618, "xpub_magic_segwit_p2sh": 71979618,
"xpub_magic_segwit_native": 73342198, "xpub_magic_segwit_native": 73342198,
"slip44": 1 "slip44": 1,
"additional_params": {}
} }
}, },
"meta": { "meta": {

View File

@ -22,10 +22,10 @@
"package_name": "backend-groestlcoin-signet", "package_name": "backend-groestlcoin-signet",
"package_revision": "satoshilabs-1", "package_revision": "satoshilabs-1",
"system_user": "groestlcoin", "system_user": "groestlcoin",
"version": "24.0.1", "version": "25.0",
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz", "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-x86_64-linux-gnu.tar.gz",
"verification_type": "sha256", "verification_type": "sha256",
"verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b", "verification_source": "bcca36b5a2f1e83a4fd9888bc0016d3f46f9ef01238dc23a8e03f2f4ac3b9707",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": ["bin/groestlcoin-qt"], "exclude_files": ["bin/groestlcoin-qt"],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
@ -38,8 +38,13 @@
"server_config_file": "bitcoin-signet.conf", "server_config_file": "bitcoin-signet.conf",
"client_config_file": "bitcoin_client.conf", "client_config_file": "bitcoin_client.conf",
"additional_params": { "additional_params": {
"deprecatedrpc": "estimatefee", "deprecatedrpc": "estimatefee"
"whitelist": "127.0.0.1" },
"platforms": {
"arm64": {
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-aarch64-linux-gnu.tar.gz",
"verification_source": "d8776b405113b46d6be6e4921c5a5e62cbfaa5329087abbec14cc24d750f9c94"
}
} }
}, },
"blockbook": { "blockbook": {
@ -57,7 +62,8 @@
"xpub_magic": 70617039, "xpub_magic": 70617039,
"xpub_magic_segwit_p2sh": 71979618, "xpub_magic_segwit_p2sh": 71979618,
"xpub_magic_segwit_native": 73342198, "xpub_magic_segwit_native": 73342198,
"slip44": 1 "slip44": 1,
"additional_params": {}
} }
}, },
"meta": { "meta": {

View File

@ -22,10 +22,10 @@
"package_name": "backend-groestlcoin-testnet", "package_name": "backend-groestlcoin-testnet",
"package_revision": "satoshilabs-1", "package_revision": "satoshilabs-1",
"system_user": "groestlcoin", "system_user": "groestlcoin",
"version": "24.0.1", "version": "25.0",
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v24.0.1/groestlcoin-24.0.1-x86_64-linux-gnu.tar.gz", "binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-x86_64-linux-gnu.tar.gz",
"verification_type": "sha256", "verification_type": "sha256",
"verification_source": "4b69743190e2697d7b7772bf6f63cde595d590ff6664abf15a7201dab2a6098b", "verification_source": "bcca36b5a2f1e83a4fd9888bc0016d3f46f9ef01238dc23a8e03f2f4ac3b9707",
"extract_command": "tar -C backend --strip 1 -xf", "extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": ["bin/groestlcoin-qt"], "exclude_files": ["bin/groestlcoin-qt"],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/groestlcoind -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
@ -38,8 +38,13 @@
"server_config_file": "bitcoin.conf", "server_config_file": "bitcoin.conf",
"client_config_file": "bitcoin_client.conf", "client_config_file": "bitcoin_client.conf",
"additional_params": { "additional_params": {
"deprecatedrpc": "estimatefee", "deprecatedrpc": "estimatefee"
"whitelist": "127.0.0.1" },
"platforms": {
"arm64": {
"binary_url": "https://github.com/Groestlcoin/groestlcoin/releases/download/v25.0/groestlcoin-25.0-aarch64-linux-gnu.tar.gz",
"verification_source": "d8776b405113b46d6be6e4921c5a5e62cbfaa5329087abbec14cc24d750f9c94"
}
} }
}, },
"blockbook": { "blockbook": {
@ -48,7 +53,7 @@
"internal_binding_template": ":{{.Ports.BlockbookInternal}}", "internal_binding_template": ":{{.Ports.BlockbookInternal}}",
"public_binding_template": ":{{.Ports.BlockbookPublic}}", "public_binding_template": ":{{.Ports.BlockbookPublic}}",
"explorer_url": "", "explorer_url": "",
"additional_params": "", "additional_params": "-enablesubnewtx -extendedindex",
"block_chain": { "block_chain": {
"parse": true, "parse": true,
"mempool_workers": 8, "mempool_workers": 8,
@ -57,7 +62,11 @@
"xpub_magic": 70617039, "xpub_magic": 70617039,
"xpub_magic_segwit_p2sh": 71979618, "xpub_magic_segwit_p2sh": 71979618,
"xpub_magic_segwit_native": 73342198, "xpub_magic_segwit_native": 73342198,
"slip44": 1 "slip44": 1,
"additional_params": {
"golomb_filter_p": 20,
"mempool_filter_scripts": "taproot"
}
} }
}, },
"meta": { "meta": {