RealityETH / reality-eth-monorepo

Monorepo containing reality.eth contracts, UI code and everything else.
38 stars 22 forks source link

Make a function to prove a value in the history #124

Open edmundedgar opened 10 months ago

edmundedgar commented 10 months ago

Sometimes you want to prove that an answer was given with a sufficient bond, even if someone subsequently submitted a different answer with a higher bond. Make a function to help with this with the same parameters as claimWinnings.

Possible syntax at decreasing levels of specificity:

edmundedgar commented 10 months ago

Implemented as part of https://github.com/RealityETH/subjectivocracy/commit/735bec5899a958417af1a473d3ddce988782f8f5

Need integrate back into this repo for next version.

edmundedgar commented 7 months ago

Done in c8f091046, we called it isHistoryOfUnfinalizedQuestionValid