Add support for LeashID - #1
Merged
axman6 merged 4 commits intoFeb 19, 2026
Merged
Conversation
This was referenced Feb 6, 2026
adithyaov
reviewed
Feb 10, 2026
| msgAcquire = [0, base.point, ? bool] | ||
| / [8, ? bool] | ||
| / [10, ? bool] | ||
| msgAcquire = [0, point, ? word32] |
Member
There was a problem hiding this comment.
We are choosing to modify msgAcquire as opposed to adding a new message. Is this what we want to do?
Author
There was a problem hiding this comment.
For the time being, yeah, this change is backwards compatible, but adding the new error type isn't. Either way, this probably isn't the implementation we'll use going forwards anyway.
adithyaov
reviewed
Feb 10, 2026
| -> ClientStAcquiring block point query m a | ||
| -> ClientStIdle block point query m a | ||
|
|
||
| SendMsgDone :: a |
Member
There was a problem hiding this comment.
This should also have a LeashId attached to it if we want to safely garbage collect the context associated with the client.
Update: To explicitly unleash
axman6
force-pushed
the
tweag/add-leashing-0.22.4.0-leashId
branch
from
February 11, 2026 01:02
21d1fb2 to
0f03998
Compare
tweag-ev-ak
pushed a commit
that referenced
this pull request
Feb 19, 2026
* Changing leashing to use optional id * Add LeashID for client identification * Update tests and benchmarks * Add optional LeashID to MsgRelease
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(This is part of the plutus-script-reexecutor project's cardano-node leashing experimentation and not yet intended to be merged into master)
Description
reasonably detailed description of the pull request
Checklist
Quality
Maintenance
ouroboros-networkproject.