decred: Bump to v1.7.5

This commit is contained in:
David Hill 2022-11-28 11:47:47 -05:00 committed by Martin
parent a47c5f4b42
commit c62ed15897
2 changed files with 8 additions and 8 deletions

View File

@ -22,10 +22,10 @@
"package_name": "backend-decred",
"package_revision": "decred-1",
"system_user": "decred",
"version": "1.6.0-rc3",
"binary_url": "https://github.com/decred/decred-binaries/releases/download/v1.6.0-rc3/decred-linux-amd64-v1.6.0-rc3.tar.gz",
"version": "1.7.5",
"binary_url": "https://github.com/decred/decred-binaries/releases/download/v1.7.5/decred-linux-amd64-v1.7.5.tar.gz",
"verification_type": "sha256",
"verification_source": "42e588b80cf03eb69fff9a8fe0fedc81d8142404769c19143a3a8498008b46dd",
"verification_source": "8be1894e6e61e9d0392f158b16055b8cec81d96ec3d0725d3494bc0a306c362b",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/dcrd --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --appdata={{.Env.BackendDataPath}}/{{.Coin.Alias}} -C={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf",
@ -52,7 +52,7 @@
"additional_params": "-resyncindexperiod=300111 -resyncmempoolperiod=60111",
"block_chain": {
"parse": true,
"subversion":"/Decred dcrd:1.6.0-rc3",
"subversion":"/Decred dcrd:1.7.5",
"mempool_workers": 8,
"mempool_sub_workers": 2,
"block_addresses_to_keep": 30,

View File

@ -22,10 +22,10 @@
"package_name": "backend-decred-testnet",
"package_revision": "decred-testnet-1",
"system_user": "decred",
"version": "1.6.0-rc3",
"binary_url": "https://github.com/decred/decred-binaries/releases/download/v1.6.0-rc3/decred-linux-amd64-v1.6.0-rc3.tar.gz",
"version": "1.7.5",
"binary_url": "https://github.com/decred/decred-binaries/releases/download/v1.7.5/decred-linux-amd64-v1.7.5.tar.gz",
"verification_type": "sha256",
"verification_source": "42e588b80cf03eb69fff9a8fe0fedc81d8142404769c19143a3a8498008b46dd",
"verification_source": "8be1894e6e61e9d0392f158b16055b8cec81d96ec3d0725d3494bc0a306c362b",
"extract_command": "tar -C backend --strip 1 -xf",
"exclude_files": [],
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/dcrd --datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend --rpcuser={{.IPC.RPCUser}} --rpcpass={{.IPC.RPCPass}} -C={{.Env.BackendDataPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf --nofilelogging --appdata={{.Env.BackendDataPath}}/{{.Coin.Alias}} --notls --txindex --addrindex --testnet --rpclisten=[127.0.0.1]:18061",
@ -52,7 +52,7 @@
"additional_params": "-resyncindexperiod=300111 -resyncmempoolperiod=60111",
"block_chain": {
"parse": true,
"subversion":"/Decred dcrd:1.6.0-rc3",
"subversion":"/Decred dcrd:1.7.5",
"mempool_workers": 8,
"mempool_sub_workers": 2,
"block_addresses_to_keep": 30,