Add devnet test harness with Leo devnode and GitHub Actions CI - #53
Draft
marshacb wants to merge 13 commits into
Draft
Add devnet test harness with Leo devnode and GitHub Actions CI#53marshacb wants to merge 13 commits into
marshacb wants to merge 13 commits into
Conversation
|
@marshacb must be a member of the Provable team on Vercel to deploy. Learn more about collaboration on Vercel and other options here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
marshacb
marked this pull request as ready for review
May 7, 2026 02:09
4 tasks
marshacb
marked this pull request as draft
May 7, 2026 17:17
marshacb
force-pushed
the
feat/devnet-test-harness
branch
from
May 7, 2026 22:41
f0df8e8 to
60163aa
Compare
marshacb
force-pushed
the
feat/devnet-test-harness
branch
from
May 13, 2026 16:57
60163aa to
40ea414
Compare
marshacb
force-pushed
the
feat/devnet-test-harness
branch
from
May 13, 2026 17:19
0843a0d to
8d42096
Compare
marshacb
force-pushed
the
feat/devnet-test-harness
branch
from
May 13, 2026 18:46
be2fde7 to
3981a9c
Compare
marshacb
force-pushed
the
feat/devnet-test-harness
branch
from
May 13, 2026 19:27
3981a9c to
ccb569e
Compare
… RecordSpentError, not DuplicateTransactionError
…alty program deployment
…etContract proxy devnet tests
…d cross-program, mapping, record round-trip tests
marshacb
force-pushed
the
feat/devnet-test-harness
branch
from
May 13, 2026 23:02
ccb569e to
01f110f
Compare
marshacb
force-pushed
the
feat/devnet-test-harness
branch
from
May 13, 2026 23:05
01f110f to
8012c57
Compare
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
Local devnet integration test harness using
@veil/devnodewith snapshot support. 17 tests validate Veil's full API surface against a real devnode with instant block finality.Changes since initial PR
@veil/devnode(startDevnode/stop)aleo-devnodebinary (no auth needed)executeContract/executeTransactionnaming split from Align executeContract behavior across account types #55Test coverage
getCode→parseProgram, codegen simulate viagetContractloyalty_rewards→loyalty_tokenadd_points→ verify updated outputpublicClientgetContractproxyInvalidTransaction,DuplicateTransaction,RecordSpent,FinalizeRevertConfigurationErrorfor missingproverUrlRunning locally
# Requires aleo-devnode on PATH RUN_DEVNET=true pnpm vitest run packages/provable/test/devnet.test.ts