feat(vibenet): add Validity demo for conditional inclusion - #106
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
✅ Heimdall Review Status
|
Collaborator
🟡 Heimdall Review Status
|
Show how a swap can wait on storage and block predicates, then land or expire on a simulated AMM, using Vibenet RPC and the existing faucet. Co-authored-by: Cursor <cursoragent@cursor.com>
Unwidened artifact ABIs so parseEventLogs can see Swap/Sync/PairCreated args, and include side on occupying-order picks so replacement analytics typecheck. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Pair each submitted JSON field with a meaning column so address, slot, mask, and bounds read as reserve and block checks. Co-authored-by: Cursor <cursoragent@cursor.com>
Denim is 200ms, so predicates and the tape need that clock. Nonceless 8130 lets several conditions sit in the Vibenet mempool without replacing each other. Co-authored-by: Cursor <cursoragent@cursor.com>
BrianBland
force-pushed
the
validity-demo
branch
from
August 28, 2026 20:45
c506946 to
0ea534c
Compare
Use the Account engine for the trader and makers, subscribe to Vibenet /ws for heads and pair logs, and keep validity submits on HTTP. Co-authored-by: Cursor <cursoragent@cursor.com>
Maker ticks and Sync were landing in adjacent 200ms buckets, so the chart paused then drew two bars. Stamp the mid on heads, wick into 5s candles, and fill a 3-minute window so spacing stays even. Co-authored-by: Cursor <cursoragent@cursor.com>
BrianBland
marked this pull request as ready for review
August 31, 2026 17:43
… in the tx modal Fixes a false dry-ETH banner and an explorer crash on unincluded transactions. Co-authored-by: Cursor <cursoragent@cursor.com>
CodeQL flagged a user-controlled JSON-RPC id as a dynamic method call. Look up registered callbacks only and invoke if they are functions. Co-authored-by: Cursor <cursoragent@cursor.com>
…rst swap Filled times and candle dots used the first tape print after submit, and makers skipped 8130 create so the node rejected them as unbound. Co-authored-by: Cursor <cursoragent@cursor.com>
Everyone attaches to a CREATE2 VIBE/USDV pair so the chart and orders survive refresh, and the ticket is a fixed 100 VIBE against the bag. Co-authored-by: Cursor <cursoragent@cursor.com>
montycheese
reviewed
Sep 1, 2026
| 'Stack several 8130 conditions at once, or replace the resting one', | ||
| ], | ||
| available: true, | ||
| listed: false, |
Contributor
There was a problem hiding this comment.
is listed:false intentional?
Contributor
Author
There was a problem hiding this comment.
Yes, this was intended so that we can merge and iterate on this demo without listing it publicly yet
This was referenced Sep 1, 2026
…PC proxy Pair the shared pool with official 6-decimal Vibenet USDV so the demo does not mint a second stablecoin, and talk to public RPC from the browser. Co-authored-by: Cursor <cursoragent@cursor.com>
montycheese
approved these changes
Sep 1, 2026
montycheese
left a comment
Contributor
There was a problem hiding this comment.
approving to unblock further development on top. we'll have a separate UX/UI review/approval before turning on demo visibility
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.
Summary
/vibenet/demos/validitythat attaches storage and block predicates to a swap so the sequencer includes it only while those conditions hold.