go-algorand
go-algorand copied to clipboard
Ability to change/disable network reward rate on sandnet
Since approximately May 14th Mainnet has had the reward rate set to 0. I'm not aware of any intention of changing it in the future, but right now the default developer sandnet network in sandbox continues to give rewards. This can make testing in sandbox different to running on mainnet, as smart signatures and smart contracts will continue to have their Algo increase over time.
Is there an easy way we can change (to 0) the reward rate of a sandnet network?
I attempted to setup a new private network and in the genesis.json I set the RewardsPool wallet to 0 Algo before starting the network, but when I start it I get the following error: overflowed subtracting rewards for block 1
This feature would be greatly appreciated. It makes it harder to write automated tests when the rewards can be non-determinsic
just a reminder that although the rewards program has ended, if anyone ever were to send money to the rewards pool then reward payouts would start again, following the protocol. So, Smart Contracts should be prepared for receiving sums like that (or from any other source randomly sending them money)
are the senders to that reward address limited to a few accounts?
@pao-beep no, I don't believe so