You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Statement.CONTRIBUTING.md references generic
Conventional Commits but no contract-specific guidance: how to
add a new entry point, when to bump an error enum, where to add
tests.
Why it matters. Smart-contract contributors come from the
Soroban/wagmi world; common Rust pattern but new to Stellar.
CONTRIBUTING.mdreferences genericConventional Commits but no contract-specific guidance: how to
add a new entry point, when to bump an error enum, where to add
tests.
Soroban/wagmi world; common Rust pattern but new to Stellar.
contracts/CONTRIBUTING.mdwith: testingguidance (
cargo test), event taxonomy guidance, migrationsteps (uint128 → struct change), audit checklist.
contracts/CONTRIBUTING.md.docs,contracts,community-onboarding.