Cadence: Same slot as Hyperscale Level 4’s hands-on simulation tests module—reading modules first, then this mergeable slice. Success means a PR that passes CI and is scoped small enough to review in one sitting.
Outcomes
- Fork solana-labs/solana, branch from latest
master, run relevant tests locally.
- Pick one: documentation clarification, a focused unit/integration test extension, or a tiny refactor with maintainer-visible justification.
- Open a PR with repro steps,
cargo test (or scoped) output, and risk notes—mirror Hyperscale contribution hygiene.
Suggested workflow
- Run
node scripts/reflect-changes.js solana-core so you know what moved upstream since your last baseline.
- Search issues for good first issue or ask in Discord/Matrix after reading CONTRIBUTING in the repo root.
- Keep the diff under ~300 lines unless maintainers agreed on scope.
- After merge (or actionable review): run
node scripts/reflect-changes.js solana-core --save to refresh your teaching baseline.
Placeholder checklist
- [ ] Issue linked or “maintainer-approved scratch” note in PR body
- [ ] Commands + OS noted
- [ ] Screenshots/logs only if useful
Next level starts at Level 3 — Local validator & tracing.
← Back to Solana Core