feat(vibenet): add an optional delay to Validity orders - #137
Merged
BrianBland merged 1 commit intoSep 3, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
✅ Heimdall Review Status
|
BrianBland
force-pushed
the
brianbland/validity-ui-8-fill-anchor
branch
from
September 2, 2026 20:48
f374dfc to
d1dc856
Compare
BrianBland
force-pushed
the
brianbland/validity-ui-9-delay
branch
from
September 2, 2026 20:48
5ef1db0 to
215240f
Compare
BrianBland
force-pushed
the
brianbland/validity-ui-8-fill-anchor
branch
from
September 3, 2026 00:20
d1dc856 to
b18d481
Compare
BrianBland
force-pushed
the
brianbland/validity-ui-9-delay
branch
from
September 3, 2026 00:20
215240f to
6572f86
Compare
haardikk21
approved these changes
Sep 3, 2026
BrianBland
added this pull request to the merge queue
Sep 3, 2026
BrianBland
removed this pull request from the merge queue due to a manual request
Sep 3, 2026
Base automatically changed from
brianbland/validity-ui-8-fill-anchor
to
brianbland/validity-ui-6-offset-slider
September 3, 2026 16:33
A not-before block predicate (block_number >=) joins the expiry bound: pick Off/5s/15s in a Delay chip row beside Expiry, with delay forced shorter than expiry and both under the 8130 envelope in concurrent mode. Annotations explain the lower bound, the review modal shows the start time, and delayed orders carry delaySeconds/minBlock through storage and the Submitted list. Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
BrianBland
force-pushed
the
brianbland/validity-ui-9-delay
branch
from
September 3, 2026 16:36
6572f86 to
99fdc6f
Compare
BrianBland
force-pushed
the
brianbland/validity-ui-6-offset-slider
branch
from
September 3, 2026 16:36
3402c08 to
9fb279b
Compare
BrianBland
merged commit Sep 3, 2026
481acec
into
brianbland/validity-ui-6-offset-slider
10 checks passed
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.
Part 9 of the Validity demo UI rework.
Adds a not-before block predicate (
block_number >=) alongside the expiry bound: an Off/5s/15s Delay chip row sits beside Expiry, with delay forced shorter than expiry and both under the 8130 envelope in concurrent mode. The review annotations explain the lower bound ("Include only once the head is at least…"), the review modal shows the start time, and delayed orders carrydelaySeconds/minBlockthrough localStorage and the Submitted list ("starts ⟨time⟩").Generated with Claude Code