Skip to content

feat(namespace): use nym-samcrew123 namespace for all test pkgpaths#10

Merged
louis14448 merged 3 commits into
mainfrom
feat/nym-namespace
Jun 6, 2026
Merged

feat(namespace): use nym-samcrew123 namespace for all test pkgpaths#10
louis14448 merged 3 commits into
mainfrom
feat/nym-namespace

Conversation

@louis14448

Copy link
Copy Markdown
Contributor

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)

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.
@louis14448
louis14448 merged commit 85a847b into main Jun 6, 2026
3 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant