tfchain
tfchain copied to clipboard
Threefold Chain.
This tells us that all the storage item in the pallet are compatible with the storage info trait.
Currently vote weights are calculated when a vote is cast. A farmer setup can change during the duration of a proposal and thus his weight can be different when a...
In certain situations, people can create contracts that is not actually tight with any active deployments. Or a deployment that doesn't generate any consumption (like a network deployment). Those people...
## Description This PR addresses several issues and introduces significant changes to the billing in the pallet-smart-contract module. Here are the key changes and the issues they resolve: ### High-Level...
We need to support updating node locations. changes on MaxMind Database lead to inconstant location data, https://github.com/threefoldtech/tfgrid-sdk-ts/issues/3021#issuecomment-2282836629 https://github.com/threefoldtech/zos/issues/2401
During the grace period, the NU consumption may be incorrectly accumulated because: - The NU consumption is read and added to the contract's amount due, but the unbilled consumption is...
It's been very long since we have added/removed validators to tfchain, for any net. Our docs and procedures are probably outdated. That was definitely the case regarding validator keys, but...
User reported that their contract 523759 on mainnet was not causing any billing. Upon investigation it indeed seems to be the case. This contract has resources reserved on an active...
Choosing between locking and distributing less frequently, or not locking and distributing more frequently could be debatable as both actions require modifications to the account balances storage, which involves computational...
Regarding the billing system's business requirements, I would like to highlight three points that may need adjustments: **Grace Period Billing:** When a node contract enters a grace period, the workload...