Erwan Renaut
Erwan Renaut
## Description We want to allow registration of `HDD only` nodes on chain for `Holochain` usage. Implemented solution: 1. Similar to what already exists for SSD, add a minimum HDD...
## Is your feature request related to a problem? Please describe When we calculate SU and CU (integer values) we do some integer divisions which leads to some precision error....
## Describe the bug CI is failing when doing a commit on PR (file [010_build_and_test.yaml](https://github.com/threefoldtech/tfchain/blob/5f3e68d3795ad1d95b434131bbdde84cd6c1f8a2/.github/workflows/010_build_and_test.yaml)). ## To Reproduce Run CI by doing a commit on PR. ## Expected CI succeeds....
`FarmPayoutV2AddressByFarmID` storage map should not have entries for ids of not existing farms Seen on devnet: Farm with id `16` is referenced in `FarmPayoutV2AddressByFarmID` storage map and is none ...
(1) `FarmIdByName` storage map should not reference ids of not existing farms Seen on devnet: Farm named `x` with id `15` is none   (2) Farm name keys in...
`Farms` storage map should not reference farms which twin does not exist Seen on devnet: `Farms 2203` has twin id `1113` which is none  
Related to: - #818 - #826 - #827 - #828
`NodeIdByTwinID` storage map should not reference ids of not existing nodes. Seen on testnet: Node `63` under twin id `31` is none  
## Description - [x] Upgrade to [Polkadot v1.3.0](https://forum.polkadot.network/t/polkadot-release-analysis-v1-3-0/4614) - [x] add type `RuntimeFreezeReason` to `pallet_balances::Config` - [x] update `scale-info` and `clap` dependencies ## Related Issues: - Closes #908 ## Checklist:...
## Description - [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 `block_relay` to `sc_service::build_network()` - [x] `pallet-smart-contract`: update `Balances::transfer()` function for...