tfchain
tfchain copied to clipboard
Threefold Chain.
Currently, a lot of billing logic is hidden inside a black box. We don't have enough logs to audit any abnormal behavior in contract billing. Also, Things like overflowed calculations...
## What is your question? What will happen to a rent contract on a grace period for an offline node? ## What have you tried so far? Tried deleting but...
## Describe the bug Can't fork main net network using [fork-off-substarte tool](https://github.com/threefoldtech/tfchain/blob/development/docs/development/fork-off-substrate.md). ## Logs `Substrate RPC : Response too big, Exceeded max limit of 15728640` ## Additional context The tool...
Going through the code, certified capacity should cost 25% more here https://github.com/threefoldtech/tfchain/blob/5a9ad375cb3cfa637ab51b7494d0680fc78d405c/substrate-node/pallets/pallet-smart-contract/src/cost.rs#L328-L334 But I can see that the DIY type is hardcoded here, We are not getting it from the...
## Is your feature request related to a problem? Please describe When using the go-client there is no way to determine whether the error is related to tfchain or the...
Update documentation related to https://github.com/threefoldtech/tfchain/pull/887. - https://github.com/threefoldtech/tfchain/blob/development/substrate-node/pallets/pallet-dao/creating_proposal_farmers.md - Add ADR file
## Is your feature request related to a problem? Please describe https://github.com/threefoldtech/tfgrid-sdk-ts/issues/2937 ## Describe the solution you'd like Two solutions suggested: - the old contract kept on the same old...
## Description From previous PR https://github.com/threefoldtech/tfchain/pull/905: - [x] Upgrade to [Polkadot v1.2.0](https://forum.polkadot.network/t/polkadot-release-analysis-v1-2-0/4451) - [x] update versions of `clap` and `serde_json` dependencies - [x] add `libp2p-identity` dependency - [x] add `block_relay`...
## Description The staking discount is intended to reward users with a discount based on their total balance and the duration they can run a contract. However, the current implementation...
I'm currently testing a storage migration on my branch development-contracts-billing-refactor with try-runtime but encountered an issue where the weight returned by ʼExecutive::try_runtime_upgrade(checks).unwrap();ʼ is 0. The migration logic itself seems to...