Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
204 changes: 193 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions contracts/commitment_nft/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ impl CommitmentNFTContract {
///
/// The recommended deployment pattern is to invoke `initialize` in the same
/// transaction as the contract upload, leaving no window for front-running.
/// See `docs/DEPLOYMENT_CHECKLIST.md` for the full operational checklist.
///
/// This function may only be called once. Any subsequent call returns
/// [`ContractError::AlreadyInitialized`].
Expand Down
Loading
Loading