Skip to content

Commit 3b41640

Browse files
committed
chore: rename pblock-list directory to block-list
After PR #19 moved the Pinocchio implementation into a `pinocchio/` subdirectory, the `p` prefix on the outer directory became misleading — it no longer denotes a framework-specific implementation, since the framework distinction now lives at the inner subdir level (matching the rest of the repo, e.g. `transfer-cost/{pinocchio,anchor,native}/`). Renaming to plain `block-list` also aligns with the on-chain identity: `pinocchio/program/src/lib.rs` declares the program with crate name `block_list` and devnet program id `BLoCKLSG2qMQ9YxEyrrKKAQzthvW4Lu8Eyv74axF6mf`. Pure directory rename. No content changes.
1 parent e09938a commit 3b41640

53 files changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/.gitignore renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/.gitignore

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/Cargo.toml renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/Cargo.toml

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/cli/Cargo.toml renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/cli/Cargo.toml

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/cli/src/main.rs renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/cli/src/main.rs

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/codama.ts renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/codama.ts

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/package.json renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/package.json

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/program/Cargo.toml renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/program/Cargo.toml

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/program/src/error.rs renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/program/src/error.rs

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/program/src/instructions/block_wallet.rs renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/program/src/instructions/block_wallet.rs

File renamed without changes.

tokens/token-extensions/transfer-hook/pblock-list/pinocchio/program/src/instructions/init.rs renamed to tokens/token-extensions/transfer-hook/block-list/pinocchio/program/src/instructions/init.rs

File renamed without changes.

0 commit comments

Comments
 (0)