oracles-contract icon indicating copy to clipboard operation
oracles-contract copied to clipboard

Problem: redundant code for payout key

Open rstormsf opened this issue 6 years ago • 2 comments

https://github.com/oraclesorg/oracles-contract/blob/master/src/KeysStorage.sol#L108

Reason: There is no enforcement or validation how miner's will store his/her funds. The contract should only handle miner's & voting's keys to validate the input.

The oracles's script can and should be able to use any payout public keys.

Solution: Remove any code that handles payout logic for optimization

rstormsf avatar Nov 21 '17 02:11 rstormsf