Snider
34128d8e98
refactor: migrate module path to dappco.re/go/core/blockchain
...
Security Scan / security (pull_request) Successful in 11s
Test / Test (pull_request) Failing after 19s
Update go.mod module line, all require/replace directives, and every
.go import path from forge.lthn.ai/core/go-blockchain to
dappco.re/go/core/blockchain. Add replace directives to bridge
dappco.re paths to existing forge.lthn.ai registry during migration.
Update CLAUDE.md, README, and docs to reflect the new module path.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 01:49:26 +00:00
Snider
d0c64c8ad6
docs: add CLAUDE.md project instructions
...
Security Scan / security (push) Successful in 10s
Test / Test (push) Failing after 22s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 13:38:01 +00:00
Claude
8af95d457a
docs: Phase 2 crypto bridge documentation
...
Updated architecture.md with crypto/ package details (CGo bridge pattern,
build flow, exposed operations, 1/8 premultiplication semantics).
Updated history.md with Phase 2 completion (files, findings, tests).
Updated CLAUDE.md with CMake build prerequisite.
Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 18:49:21 +00:00
Claude
37cc3d7342
docs: graduate Phase 0 into production documentation
...
Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 15:24:38 +00:00
Claude
4c0b7f290e
feat: Phase 0 scaffold -- config, types, wire, difficulty
...
Chain parameters from Lethean C++ source. Base58 address encoding with
Keccak-256 checksum. CryptoNote varint. LWMA difficulty skeleton.
Co-Authored-By: Charon <charon@lethean.io>
2026-02-20 15:10:33 +00:00