tfchain
tfchain copied to clipboard
Threefold Chain.
Currently the one of the validators calls `set_burn_transaction_executed` when a withdrawal is processed completely (when a stellar transaction is successfully created). We need to either post some proof of this...
See original issue on bridge side: - https://github.com/threefoldtech/tfchain/issues/730 Some code also need to be adapted on TFChain side: - [x] rename `Burn` to `Withdraw` - [x] enable bridge `try-runtime` -...
- [x] change `burn` to `withdraw` in pallet code - [x] do migration for renaming a storage map - [x] update Markdown files - [x] update substrate go client -...
The integration tests take up most of the CI execution time. We should try to improve it. Possibilities: - Only run one instance of the chain per test (instead of...
A client that runs next to a validator and calculates the amount due for contracts at a certain height and pushes the result. This will hugely optimise the amount of...
The rust client https://github.com/DylanVerstraete/tfchain-client should be extended. We should be able to call all API calls using that client. We can use https://github.com/paritytech/subxt/ as inspiration.
Would be a good feature to have, asked by community & approved by @despiegk Farmers should be able to put their node(s) in maintenance mode for planned improvements / updates....
The property ContractsToBillAt is a map from blocknumber towards a vector of contracts to bill. As a contract should only be billed once per block it makes more sense to...
see discussion here https://github.com/threefoldtech/tfchain/issues/417#issuecomment-1231051698