Sameh Abouel-saad

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

type_bug

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

kind/enhancement
kind/architecture
status/deferred

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

type_bug
tfchain

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

type_feature

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

type_bug

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

type_bug
tfchain

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

type_bug

As a farmer i want to be able to set my farm as dedicated without the effort of getting council approval