feat(tx-test-runner): support package metadata#9591
Merged
miker83z merged 1 commit intovm-lang/aa-auth/8805-beta-feature-branchfrom Dec 11, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 6 Skipped Deployments
|
b09072d to
0fe2ad0
Compare
Co-authored-by: Valerii Reutov <valeriy.reutov@gmail.com> Co-authored-by: Pavlo Botnar <pavlo.botnar@gmail.com>
0fe2ad0 to
06ffa1c
Compare
Dkwcs
approved these changes
Dec 11, 2025
dc1d499
into
vm-lang/aa-auth/8805-beta-feature-branch
40 of 41 checks passed
miker83z
added a commit
that referenced
this pull request
Jan 19, 2026
# Description of change Adds the support for creating package metadata in transacitonal test runner. This also adds the `abstract` command, that allows to generate test ptb with Move authenticators. Co-authored-by: Valerii Reutov <valeriy.reutov@gmail.com> Co-authored-by: Pavlo Botnar <pavlo.botnar@gmail.com>
miker83z
added a commit
that referenced
this pull request
Jan 26, 2026
# Description of change Adds the support for creating package metadata in transacitonal test runner. This also adds the `abstract` command, that allows to generate test ptb with Move authenticators. Co-authored-by: Valerii Reutov <valeriy.reutov@gmail.com> Co-authored-by: Pavlo Botnar <pavlo.botnar@gmail.com>
miker83z
added a commit
that referenced
this pull request
Jan 26, 2026
# Description of change Adds the support for creating package metadata in transacitonal test runner. This also adds the `abstract` command, that allows to generate test ptb with Move authenticators. Co-authored-by: Valerii Reutov <valeriy.reutov@gmail.com> Co-authored-by: Pavlo Botnar <pavlo.botnar@gmail.com>
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.
Description of change
Adds the support for creating package metadata in transacitonal test runner.
This also adds the
abstractcommand, that allows to generate test ptb with Move authenticators.