feat(namespace): use nym-samcrew123 namespace for all test pkgpaths#10
Merged
Conversation
Replace wallet address with nym namespace in all realm paths, add
auto-register logic before tests run, and bump addpkg gas to 20M
to account for namespace resolution overhead.
- Export NAMESPACE=nym-samcrew123 in run_tests.sh (fallback: KEY_ADDR)
- Add check_or_register_namespace() called after connectivity check
- Replace gno.land/r/${KEY_ADDR}/ with gno.land/r/${NAMESPACE}/ in
all 29 PKGPATH definitions across audit, e2e, security-markdown, stress
- Add NAMESPACE fallback in audit/common.sh, security-markdown/common.sh,
stress/common.sh for standalone use
- Bump -gas-wanted from 10M to 20M on all addpkg calls (nym namespace
resolution adds ~150-200k gas per deployment)
Add sleep 2 after CLA wait to let RPC stabilize, and use explicit sequence in e2e_nonce_replay to avoid auto-derive race condition.
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.
Replace wallet address with nym namespace in all realm paths, add auto-register logic before tests run, and bump addpkg gas to 20M to account for namespace resolution overhead.