You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The preliminary question resolution as Reality.eth doesn't reflect the outcome returned by the Snapshot API.
Describe the solution you'd like
When a new answer comes in via the LogNewAnswer event from above, we must check that the answer in the event corresponds with the resolution in the Snapshot Space. Using the ENS from the template and the snapshot proposal hash to identify the related Snapshot proposal. The proposal hash is in the data section of the LogNewQuestion event
Requires #95 Since it's really an improvement of that.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The preliminary question resolution as Reality.eth doesn't reflect the outcome returned by the Snapshot API.
Describe the solution you'd like
When a new answer comes in via the
LogNewAnswer
event from above, we must check that the answer in the event corresponds with the resolution in the Snapshot Space. Using the ENS from the template and the snapshot proposal hash to identify the related Snapshot proposal. The proposal hash is in the data section of the LogNewQuestion eventRequires #95 Since it's really an improvement of that.
The text was updated successfully, but these errors were encountered: