Skip to content

[P0] `devshards`: Distribute `WorkCoins` at the end of the epoch #976

Closed @dcastro opened 2026-03-30 11:10 UTC 1 comment Updated 2026-04-21 23:43 UTC
enhancement devshards

As described in https://github.com/gonka-ai/gonka/issues/914#issuecomment-4090483233, we want to:

  • Distribute WorkCoins at the end of the epoch, instead of upon settlement.
  • Take devshards stats into account when
    • calculating punishments WorkCoins/RewardCoins (see bitcoin_rewards.go)
    • participant's inactivity status (see status.go -> ComputeStatus)

💬 Comments (1)

@tcharchian commented 2026-04-21 23:42 UTC

Very close logic is implemented and merged in https://github.com/gonka-ai/gonka/pull/1087 & https://github.com/gonka-ai/gonka/pull/1069


🔄 Auto-synced from Issue #976 every hour.