tfchain
tfchain copied to clipboard
Threefold Chain.
Currently, the TFChain Go client provides two methods for batch-creating contracts: 1. **BatchAllCreateContract**: Utilizes `Utility.batch_all`, which stops on the first error and reverts all transactions (all-or-nothing approach). 2. **BatchCreateContract**: Utilizes...
**Description**: There are design inconsistencies when handling **node contracts with public IP addresses**, particularly in cases where **the node contract exists alongside a rent contract**. The issue arises since, unlike...
### Description: This issue affects node contracts when they exist alongside a rent contract. The issue occurs as node contracts are synced only when the rent contract state changes and...
The motivation behind this feature request is to prevent the registration of fake nodes and significantly improve the quality of the nodes ledger by combining multiple layers of verification, staking,...
We proposed and passed a [GEP](https://forum.threefold.io/t/gep-minting-and-farming-rewards-updates-march-2024/4285) to start distributing 50% of utilization spending to the farmers whose nodes are hosting the workloads. Now we need to implement this. The full...