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
We could introduce a newtype wrapper for the timestamp, here and in other places where we currently use a u64, eg. a pub struct Timestamp { seconds: u64 } in the host module.
* Added disclosure log with 2 items.
* Fixed deadlock confusion; more details for each record
* More explanation for the second record in the disclosure log
* Apply suggestions from code review
Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
* More thorough explanation and aligned record 2 with the default TLA+ spec.
* Aligned the trace w/ the most recent version of the spec.
* Apply suggestions from code review
Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
* Update docs/disclosure-log.md
Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
* Removed explicit reference to proofs (at h-1 vs. h) from item 2.
* Update docs/disclosure-log.md
Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
Co-authored-by: Anca Zamfir <ancazamfir@users.noreply.github.com>
Crate
ibc
Summary
We could introduce a newtype wrapper for the timestamp, here and in other places where we currently use a
u64
, eg. apub struct Timestamp { seconds: u64 }
in thehost
module.Originally posted by @romac in informalsystems/hermes#737 (comment)
For Admin Use
The text was updated successfully, but these errors were encountered: