Add unit tests for tvm_vm and tvm_client feature sets#231
Open
awnion wants to merge 11 commits into
Open
Conversation
(cherry picked from commit 1286cb3) (cherry picked from commit 8e6e79daec437599f09148213ea0331ec627c670)
(cherry picked from commit a9d5391) (cherry picked from commit 587bf535c334371e280f9374d56d5d55d6149af0)
Cherry-picked selected non-overlapping hunks from 0962aa9, excluding build_commit smoke tests.
Cherry-picked selected non-overlapping hunks from 68e53e2.
(cherry picked from commit 838c716)
(cherry picked from commit faf1cae)
(cherry picked from commit 59560ce)
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
Adds Phase 1 unit-test coverage for the target
tvm_vmandtvm_clientfeature sets:tvm_vmunit coverage for dictionary, diff, gas, rand, slice comparison, token helpers, zk verifier helpers, continuations, integers, savelists, types, and utilstvm_clientunit coverage for BOC config/message helpers, debot helpers, utility JSON accessors, and mock blockchain flowsscripts/coverage_an.shfor the priority feature-set coverage workflowtvm_abi,tvm_sdk, andtvm_executorunit-test work out of this branchValidation
cargo fmt --all --checkgit diff --check main..HEADcargo test -p tvm_client -p tvm_vmcargo test -r --lib -p tvm_vm --features tvm_vm/goshcargo test -r --lib -p tvm_client --no-default-features --features tvm_client/std,tvm_client/rustls-tls-webpki-roots