go-blockchain/crypto
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
..
common feat(crypto): Phase 2a scaffold — vendored C++ and CMake build 2026-02-20 18:21:44 +00:00
compat fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
currency_core feat(crypto): Phase 2a scaffold — vendored C++ and CMake build 2026-02-20 18:21:44 +00:00
randomx feat(crypto): RandomX PoW hash via CGo bridge 2026-02-21 01:01:23 +00:00
upstream fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
bridge.cpp feat(consensus): V2 Zarcanum signature and proof verification 2026-02-22 00:06:10 +00:00
bridge.h feat(consensus): V2 Zarcanum signature and proof verification 2026-02-22 00:06:10 +00:00
clsag.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
CMakeLists.txt fix(crypto): support arm64 RandomX builds 2026-03-26 14:48:43 +00:00
crypto.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
crypto_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
doc.go feat: complete all 10 RFC request items 2026-04-02 01:48:31 +01:00
keygen.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
keyimage.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
pow.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
pow_test.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
proof.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00
PROVENANCE.md feat(crypto): Phase 2a scaffold — vendored C++ and CMake build 2026-02-20 18:21:44 +00:00
signature.go fix(blockchain): complete AX v0.8.0 polish pass 2026-03-26 16:58:23 +00:00