chore: README rewrite + test consolidation#101
Conversation
Remove marketing language and performance claims. Lead with quickstart, then technical details on CPraos, TICKN nonce evolution, sync pipeline, and architecture. Remove adder references from dependency list (pending replacement).
Merge unique tests from nonce_test.go, leaderlog_test.go, and store_test.go into comprehensive_test.go. Drop subset tests already covered by Extended/AllEras variants. Keep nonce_koios_test.go (integration test, distinct purpose). 69 tests, all pass.
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis PR consolidates test files and restructures documentation. Tests from nonce_test.go, store_test.go, and leaderlog_test.go are merged into comprehensive_test.go with extensive nonce, VRF, and store operation coverage. README is streamlined, removing detailed feature descriptions and reorganizing into simplified prerequisites and modes sections. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Test plan
go test -count=1 ./...— 69 pass, 1 expected skipSummary by CodeRabbit
Release Notes
Documentation
Tests