tfchain
tfchain copied to clipboard
Threefold Chain.
I see defined `EntryGot` event not emitted from anywhere. should be removed if not used. https://github.com/threefoldtech/tfchain/blob/49973fcfaeb7b7332ec645290164db5d6912b992/substrate-node/pallets/pallet-kvstore/src/lib.rs#L40
[specs](https://github.com/threefoldtech/tfchain/blob/development/substrate-node/pallets/pallet-tfgrid/spec.md) for TFGrid pallet contains outdated types for example [twins](https://github.com/threefoldtech/tfchain/blob/development/substrate-node/pallets/pallet-tfgrid/spec.md#twins) have ip field which is no longer used and relay field is now used. Looking at [types.rs](https://github.com/threefoldtech/tfchain/blob/development/substrate-node/pallets/pallet-tfgrid/src/types.rs) it seems the...
```log npm WARN deprecated [email protected]: use pino-http instead ```
The following link provides a general overview of the code documentation guidelines that are recommended for Substrate projects: https://github.com/paritytech/substrate/blob/master/docs/DOCUMENTATION_GUIDELINES.md One of the sections that is especially important for [pallet development](https://github.com/paritytech/substrate/blob/master/docs/DOCUMENTATION_GUIDELINES.md#pallet-crates)...
Currently a hard coded module error list is used to lookup errors, but this lookup can happen from metadata so we don't have to maintain a static list.
anyone can create a node contract but the contract may not be attached to a deployment and this contract will block the node from being rented as it has a...
Issue https://github.com/threefoldtech/tfchain/issues/801 was created with the question that "why am I getting billed when my workload or Node is down?" Tfchain initially was designed in a way that the billing...
Lint and integration tests (if there are any) - [x] Go - [ ] Rust - [ ] JS
It is required to handle new expired/pending transactions flow described in threefoldtech/tfchain#733
Right now the code automically emits an event every X time to retry a withdraw transaction. We actually don't have to do that, we can just keep these in a...