tfchain icon indicating copy to clipboard operation
tfchain copied to clipboard

Threefold Chain.

Results 95 tfchain issues
Sort by recently updated
recently updated
newest added

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...

type_feature

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` -...

type_feature

- [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 -...

type_feature

- [x] go - [ ] rust - [ ] js

type_feature

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...

type_feature

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...

type_feature

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.

type_feature

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....

type_feature

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...

type_feature

see discussion here https://github.com/threefoldtech/tfchain/issues/417#issuecomment-1231051698

priority_minor
type_feature