Gas Price, Reward Call, Round Initialization, and Binary Size
This release contains changes that makes transcoder ops easier to manage.
- You can dynamically change the gas price from the cli.
- You can use the gas oracle by setting the gas price to
0
, or omit the-gasPrice
flag when starting the node. The gas oracle automatically sets the gas price based on gas price in previous blocks. - Reward call monitoring changed to pull-based logic to improve stability.
- Round initialization is off by default. You can turn it on by using the
-initializeRound
flag. - Changed to use
.tgz
files to lower the Livepeer binary size.