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
The contract data in the UI currently uses estimates based on block heights for all timestamps. Once the block has passed, the actual timestamp should be used instead.
This requires a few changes across hostd:
Add additional columns to the contracts table for the timestamps
Negotiation timestamp
Window start timestamp
Window end timestamp
Resolution timestamp
Payout timestamp
Update the corresponding columns during block processing
Add the fields to the Contract type and API response
The text was updated successfully, but these errors were encountered:
Description
The contract data in the UI currently uses estimates based on block heights for all timestamps. Once the block has passed, the actual timestamp should be used instead.
This requires a few changes across
hostd
:contracts
table for the timestampsContract
type and API responseThe text was updated successfully, but these errors were encountered: