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
…k-integration
feat: Time lock integration
- Use and enforce time-lock logic for UTXOs that come with time-locks. Specifically:
- Before release, the transaction is invalid.
- After release the transaction is valid (or at least, not invalidated by the time-lock).
- No effect on UTXOs that are not time-locked.
- Time-lock premine allocations for six months following launch.
- Convenience methods for computing available and time-locked balances.
- User-facing methods for reporting on available and time-locked balances and UTXOs.
- Drop support for partially proven transactions. Headache to work with. Better to add back later.
- Revise consensus logic abstractions. Will be addressed again in a later PR.
Closes#111.
PR #107 adds support for time locks, but several integration-related tasks remain.
The text was updated successfully, but these errors were encountered: