[P0] `devshards`: Distribute `WorkCoins` at the end of the epoch #976
enhancement devshards
As described in https://github.com/gonka-ai/gonka/issues/914#issuecomment-4090483233, we want to:
- Distribute
WorkCoinsat the end of the epoch, instead of upon settlement. - Take
devshardsstats into account when- calculating punishments
WorkCoins/RewardCoins(seebitcoin_rewards.go) - participant's inactivity status (see
status.go->ComputeStatus)
- calculating punishments
💬 Comments (1)
🔄 Auto-synced from Issue #976 every hour.
Very close logic is implemented and merged in https://github.com/gonka-ai/gonka/pull/1087 & https://github.com/gonka-ai/gonka/pull/1069