refactor: rename nssa/nssa_core → lee/lee_core - #320
Merged
Conversation
0x-r4bbit
force-pushed
the
chore/update-to-lez-022
branch
from
August 25, 2026 10:59
a0d52e0 to
730053d
Compare
0x-r4bbit
force-pushed
the
refactor/nssa-lee
branch
from
August 25, 2026 11:26
9b936f8 to
b1bfa0a
Compare
0x-r4bbit
force-pushed
the
chore/update-to-lez-022
branch
from
August 26, 2026 08:17
730053d to
648441c
Compare
0x-r4bbit
force-pushed
the
refactor/nssa-lee
branch
from
August 26, 2026 09:45
b1bfa0a to
d3b169e
Compare
gravityblast
approved these changes
Aug 26, 2026
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
force-pushed
the
refactor/nssa-lee
branch
from
August 26, 2026 10:31
d3b169e to
75a99d1
Compare
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.
Follow the spel fork's
nssa → leerefactor (chore/update-lez): the#[lez_program]macro now emitslee_core::…paths, so the crate must be referenced by its real name rather than thenssa_corealias.nssa_core/nssadep keys tolee_core/leeand drop the now-redundantpackage = "lee_core"/package = "lee"aliases (dep name == package name).nssa_core::→lee_core::,nssa::→lee::across programs, modules, and tools.Also drop the dead
NSSA_WALLET_HOME_DIRenv var — superseded byLEE_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