Skip to content

refactor: rename nssa/nssa_core → lee/lee_core - #320

Merged
0x-r4bbit merged 1 commit into
mainfrom
refactor/nssa-lee
Aug 26, 2026
Merged

refactor: rename nssa/nssa_core → lee/lee_core#320
0x-r4bbit merged 1 commit into
mainfrom
refactor/nssa-lee

Conversation

@0x-r4bbit

Copy link
Copy Markdown
Collaborator

Follow the spel fork's nssa → lee refactor (chore/update-lez): the #[lez_program] macro now emits lee_core::… paths, so the crate must be referenced by its real name rather than the nssa_core alias.

  • Cargo.toml: rename the nssa_core/nssa dep keys to lee_core/lee and drop the now-redundant package = "lee_core"/package = "lee" aliases (dep name == package name).
  • Rust: nssa_core::lee_core::, nssa::lee:: across programs, modules, and tools.
  • Docs: update the library reference in CLAUDE.md and README.md.

Also drop the dead NSSA_WALLET_HOME_DIR env var — superseded by LEE_WALLET_HOME_DIR, which is the only wallet-home var any v0.2.x wallet reads — from the test tooling (setup-amm-testnet.sh, custom-token.mjs, run-basecamp-e2e.sh) and docs.

Closes #225

@0x-r4bbit
0x-r4bbit force-pushed the chore/update-to-lez-022 branch from a0d52e0 to 730053d Compare August 25, 2026 10:59
@0x-r4bbit
0x-r4bbit force-pushed the chore/update-to-lez-022 branch from 730053d to 648441c Compare August 26, 2026 08:17
@0x-r4bbit
0x-r4bbit changed the base branch from chore/update-to-lez-022 to main August 26, 2026 10:30
Follow the spel fork's `nssa → lee` refactor (chore/update-lez): the
`#[lez_program]` macro now emits `lee_core::…` paths, so the crate must be
referenced by its real name rather than the `nssa_core` alias.

- Cargo.toml: rename the `nssa_core`/`nssa` dep keys to `lee_core`/`lee` and
  drop the now-redundant `package = "lee_core"`/`package = "lee"` aliases
  (dep name == package name).
- Rust: `nssa_core::` → `lee_core::`, `nssa::` → `lee::` across programs,
  modules, and tools.
- Docs: update the library reference in CLAUDE.md and README.md.

Also drop the dead `NSSA_WALLET_HOME_DIR` env var — superseded by
`LEE_WALLET_HOME_DIR`, which is the only wallet-home var any v0.2.x wallet
reads — from the test tooling (setup-amm-testnet.sh, custom-token.mjs,
run-basecamp-e2e.sh) and docs.

Closes #225
@0x-r4bbit
0x-r4bbit merged commit 154b41b into main Aug 26, 2026
7 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.

Use of NSSA name

2 participants