go-blockchain/chain
Claude 41e0e58706
Some checks failed
Security Scan / security (push) Successful in 12s
Test / Test (push) Failing after 35s
feat: complete all 10 RFC request items
3. config/file.go — YAML/env config loading with defaults
5. entitlement.go — SyncTask for PerformAsync progress tracking
6. chain/blockdata.go — atomic file writes for block storage
7. entitlement.go — EntitlementMiddleware + CheckEntitlement stubs
8. dns.go — DNS record DTOs for go-lns bridge
10. crypto/doc.go — CGo patterns documented (until go-cgo ships)

Items 1,2,4,9 were already done. All 10/10 RFC items implemented.

Ready to consume go-lns when it lands:
- HSD client tested (hsd/client.go)
- DNS DTOs defined (dns.go)
- Config supports HSD URL + key (config/file.go)
- Entitlement gating ready for dns.resolve actions

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 01:48:31 +01:00
..
alias.go feat(blockchain): full testnet sync, RPC daemon, wallet CLI, alias extraction 2026-04-02 00:33:12 +01:00
blockdata.go feat: complete all 10 RFC request items 2026-04-02 01:48:31 +01:00
chain.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
chain_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
difficulty.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
difficulty_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
genesis.go feat(chain): add genesis-based network auto-detection 2026-04-02 01:30:58 +01:00
history.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
history_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
index.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
integration_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
levinconn.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
meta.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
p2psync.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
p2psync_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
ring.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
ring_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
store.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
sync.go feat(blockchain): full testnet sync, RPC daemon, wallet CLI, alias extraction 2026-04-02 00:33:12 +01:00
sync_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
validate.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
validate_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00