Nicolas Ochem
Nicolas Ochem
Can I have my ledger account, my twitter-derived account and my regular (seed-phrase) accounts all show up in the top right menu so I can easily switch between them? As...
I have seen (twice) a scenario where TRD fails due to lack of funds, but does not clear its lock. So subsequent runs of TRD fail even when funds gets...
## Problem A tezos private baker with 100% uptime will normally get rewards equal to the inflation of tezos. A tezos public baker collects fees on top of that. So...
With #545, we extended the current model of testing rewards calculation to all providers - previously tzkt was doing it this way. Then ithaca happened. All these tests are now...
I suggest to dramatically decrease the number of CLI arguments and move most of them to config. The args that should remain are: ``` -h # show help message and...
I have submitted 3 PRs related to the behavior of TRD with respect to the cycles and run_modes. 2 have been merged and one is still under discussion. * https://github.com/tezos-reward-distributor-organization/tezos-reward-distributor/pull/436...
When creating a new address on testnet, I have to download hd-wallet.tez. it would be more useful if the file was named `hd-wallet-.tez`, for example `hd-wallet-ghostnet.tez`
Follow up from #619 In kathmandu, some rpc fields changed names resulting in a python exception when calculating payouts. The exception was inproperly caught, resulting the failed payouts to NOT...
If one record for bootstrap peers goes away, the baker gets stuck in `wait_for_dns` init container. We should not wait for dns in this case.
All teztnets should bake using KMS instead of a key kept in a k8s secret. This should be pulumized.