tezos-reward-distributor
tezos-reward-distributor copied to clipboard
Tezos Reward Distributor (TRD): A reward distribution software for tezos bakers.
Feature: Add `min_payment_amt` configuration option to allow setting minimum payment amount (#612) --- name: Pull Request about: Create a pull request to make a contribution labels: [enhancement](https://github.com/tezos-reward-distributor-organization/tezos-reward-distributor/labels/enhancement) --- IMPORTANT NOTICE:...
**Is your feature request related to a problem? Please describe.** There is payment strategy implemented by multiple public bakers which excludes all payments below some specific threshold. **Describe the solution...
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...
Changelog: - Test reactivation - API consistency test so that tzstats = rpc = tzkt - Reward API cached data update Resolves https://github.com/tezos-reward-distributor-organization/tezos-reward-distributor/issues/600 To fix tzstats I am currently assuming...
Hi everyone! We are experiencing a few problems with TRD: - we have noticed based on TRD cycle csv reports and explorer’s data, we have different rewards amount for each...
Some things that need to be done after the merge of #581 * Debug and activate tzstats API * New version is [here](https://tzstats.com/docs/api#income-table) and seems to satisfy our needs *...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Currently when TRD is...
## 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...
**Is your feature request related to a problem? Please describe.** I'm trying to account for the income going to my baker from a vault I've excluded in the configuration file....
**Describe the bug** 500 errors from tezos node rpcs are not actually retried: https://github.com/tezos-reward-distributor-organization/tezos-reward-distributor/blob/d718062fd8b969bd4d6f27cfe578cd309217a2b4/src/rpc/rpc_reward_api.py#L406 This says "server side errors 5xx can pass for a retry". But a retry is not...