You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand, keep-client generates preparams up to the default value which is 1000.
But I noticed that keep-client generates also onepreparam at each restart of the container.
Currently, I have:
/ $ ls -1 /storage/work/tbtc/preparams/ | wc -l
1013
My environment
Chain: goerli (I didn't check this issue on mainnet yet)
I've also noticed that these redundant preparams over 1000 are not included in the Prometheus metric tbtc_pre_params_count. That metric shows 1000 even if there are more preparams.
The text was updated successfully, but these errors were encountered:
As I understand, keep-client generates
preparams
up to the default value which is 1000.But I noticed that keep-client generates also one
preparam
at each restart of the container.Currently, I have:
My environment
Chain:
goerli
(I didn't check this issue on mainnet yet)Docker image:
us-docker.pkg.dev/keep-test-f3e0/public/keep-client
(from: https://docs.threshold.network/staking-and-running-a-node/goerli-testnet-staking/testnet-tbtc-v2-node-setup#docker-launch-script)Additional configuration:
--- EDIT ---
I've also noticed that these redundant
preparams
over 1000 are not included in the Prometheus metrictbtc_pre_params_count
. That metric shows 1000 even if there are morepreparams
.The text was updated successfully, but these errors were encountered: