Erwan Renaut

Results 22 issues of 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....

type_bug

`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 ![image](https://github.com/threefoldtech/tfchain/assets/73958772/40ce6d70-a57c-499c-987d-f9a395637c7f)...

type_bug

(1) `FarmIdByName` storage map should not reference ids of not existing farms Seen on devnet: Farm named `x` with id `15` is none ![image](https://github.com/threefoldtech/tfchain/assets/73958772/0ec7c375-c1ff-47dc-8026-7127286dc452) ![image](https://github.com/threefoldtech/tfchain/assets/73958772/566bfed2-6119-4cb1-ab1e-f057b8d885e0) (2) Farm name keys in...

type_bug

`Farms` storage map should not reference farms which twin does not exist Seen on devnet: `Farms 2203` has twin id `1113` which is none ![image](https://github.com/threefoldtech/tfchain/assets/73958772/48d7dd27-e185-4e28-a589-de3a149fb6ec) ![image](https://github.com/threefoldtech/tfchain/assets/73958772/8680cde6-4596-46c9-ad25-4bd9502ad931)

type_bug

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 ![image](https://github.com/threefoldtech/tfchain/assets/73958772/6fd51550-dd9a-49a0-830d-e82d64ffbff0) ![image](https://github.com/threefoldtech/tfchain/assets/73958772/f633aa8f-63c9-4d54-ace0-2ca9264afe45)

type_bug

## 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...