This repository is dedicated to hosting the Tezpay extensions that we are developing at La Boulange. We only have one so far, but likely more will follow.
Content of this document:
This repository contains extensions for the blockchain reward distribution engine Tezpay. The code is licensed under the European Union Public License (EUPL) v1.2.
The software is provided "as-is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
Use this software at your own risk.
For the full license, please refer to the LICENSE.txt file.
This extension allows the redirection of delegation rewards due to smart contracts (address "KT") of the "oven" type to the owner accounts of the respective contracts.
This extension contributes to the solution proposed by TezCapital to the balance management issue of these contracts, which results in a zero reward from the protocol while there is actually delegation (see the complete description here on Tezos Agora).
- Download the executable appropriate for your operating system and hardware from the latest release page.
- Move the downloaded file to the directory from which you intend to run it, typically the same location as
tezpay
. - If not already done at download or move time, rename it to
payouts-substitutor
. - Make sure it is executable by the user that runs
tezpay
.
Add the following element to the list of extensions defined in tezpay
's config.hjson
file:
extensions: [
{
name: payouts-substitutor
command: /path/to/payouts-substitutor
kind: stdio
configuration: {
LOG_FILE: /path/to/log
LOG_LEVEL: contracts
RPC_NODE: https://eu.rpc.tez.capital
}
hooks: [
after_candidates_generated:rw
]
}
]
Note: the extensions: [ ... ]
array should only be included if no extensions have previously been configured in config.hjson
. If other extensions are already listed, only the inner block { ... }
should be added.
Configure the following fields of the element above:
command
:/path/to/
should be replaced by the path to the directory where you placed thepayouts-substitutor
extension.LOG_FILE
:/path/to/log
should be replaced by the path of the log file the extension should produce. The directory should exist, the extension will only create the file. (optional: if omitted, no log file will be produced).LOG_LEVEL
: verbosity of the produced log. (optional: if omitted, the default value is 'contracts'). Allowed values are:- errors: logs only errors and warnings.
- redirects: everything from errors + logs about redirections of rewards to substituted smart contract owner addresses.
- contracts: everything from redirects + information related to all other smart contracts.
- verbose: everything from contracts + information related to non-smart-contract addresses.
- debug: everything from verbose + technical information.
RPC_NODE
: URL of the RPC node used to query the contracts (optional: if omitted, the default URL ishttps://eu.rpc.tez.capital
).
Restart tezpay
if it is running in continual
mode.
You can ensure the extension is working properly by running tezpay -c <previous cycle number> generate-payouts
.
You can send a donation:
- to our baker's address: tz1aJHKKUWrwfsuoftdmwNBbBctjSWchMWZY
- or to its Tezos domain name: laboulange.tez
Or just click here:
This is not mandatory, but it is greatly appreciated!
Feel free to contact us with any questions or suggestions. We can be reached through the following channels:
- MailChain: laboulange@mailchain
- E-mail: la.boulange.tezos@gmail.com
- DNS: https://dns.xyz/fr/LaBoulange
- Twitter: https://twitter.com/LaBoulangeTezos
- Telegram: https://t.me/laboulangetezos
We are also active in various Telegram and Discord groups related to Tezos.