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 current x/paychan extension implementation relies on timeout based on block height. It would be an improvement to change the timeout to use a wall clock, similar to how it is done in the x/escrow extension.
Use seconds precision similar to what is proposed in #447
The text was updated successfully, but these errors were encountered:
Use the wall clock value to determine a Payment Channel timeout in the
`x/paychan` extension. This is a change similar to the one done in
`x/escrow`.
`escrow.isExpired` was copied to the root level `weave` package as
`IsExpired`. Next change is to update `x/escrow` to use it instead of
the local implementation.
resolve#481
Use the wall clock value to determine a Payment Channel timeout in the
`x/paychan` extension. This is a change similar to the one done in
`x/escrow`.
`escrow.isExpired` was copied to the root level `weave` package as
`IsExpired`. Next change is to update `x/escrow` to use it instead of
the local implementation.
resolve#481
The current
x/paychan
extension implementation relies on timeout based on block height. It would be an improvement to change the timeout to use a wall clock, similar to how it is done in thex/escrow
extension.Use seconds precision similar to what is proposed in #447
The text was updated successfully, but these errors were encountered: