Sameh Abouel-saad
Sameh Abouel-saad
**removed redundant code** `mc = Make.objects.all().count()` - The all() is redundant in this example, so this could be simplified to: `mc = Make.objects.count()` `fields = '__all__'` - in AutoDelete class...
i used terraform conf file to delpoy a vm with qsfs volume to test. if `qsfs` volume is mounted on `/var/lib/docker`, the docker daemon will show some errors when started...
**Describe the feature you are proposing** Adding a method to get the bandwidth consumption per CID **Additional context** I'm not aware of any (straightforward) way/method to get this info from...
it was running nicely till today CI start to fail to install v, here are the logs ``` Run vlang/setup-v@v1 Resolved as Downloading vlang ... Determining the default branch Retrieving...
## Describe the bug By reviewing the billing code, it seems that the balance lock feature (from the balances pallet) may have been used incorrectly in our smart-contract pallet (at...
## Is your feature request related to a problem? Please describe Currently, the farmer bot is responsible for verifying the active contracts before the node switches to low power mode,...
## Describe the bug I noticed by reviewing the council pallet code base that a council member can propose a DAO proposal with a threshold of 1, vote for it...
## Describe the bug https://github.com/threefoldtech/tfchain/blob/8dfb941263450b62c2b4eb5e3d51bc9f18ba9966/substrate-node/pallets/pallet-smart-contract/src/billing.rs#L66-L69 I believe that this method sometimes returns silently even though the worker runs on a validator that is supposed to author the next block. I...
Previously this was necessary because of legacy reasons, now this is not required. Archive mode make sense for public rpc node (to support indexer and explorer utilities). However, for validators...
As a farmer i want to be able to set my farm as dedicated without the effort of getting council approval