go-p2p/ueps
Claude 1ded31f61b
test(ueps): cover writeTLV error paths and ReadAndVerify edge cases
Push coverage from 88.5% to 93.1% by testing:
- writeTLV failures at each Write call (tag, length, value)
- ReadAndVerify io.ReadAll failure after 0xFF tag
- writeTLV and ReadAndVerify now at 100% function coverage

Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 03:13:42 +00:00
..
packet.go feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00
packet_coverage_test.go test(ueps): cover writeTLV error paths and ReadAndVerify edge cases 2026-02-20 03:13:42 +00:00
packet_test.go test: add UEPS wire protocol tests (Phase 1) — 0% to 88.5% coverage 2026-02-19 23:44:09 +00:00
reader.go feat: extract P2P networking and UEPS protocol from Mining repo 2026-02-16 15:47:10 +00:00