go-blockchain/chain
Snider caf83faf39
Some checks are pending
Security Scan / security (push) Waiting to run
Test / Test (push) Waiting to run
refactor(types,consensus,chain): apply AX design principles across public API
Migrate types/asset.go from fmt.Errorf to coreerr.E() for consistency
with the rest of the types package. Add usage-example comments (AX-2) to
all key exported functions in consensus/, chain/, and types/ so agents
can see concrete calling patterns without reading implementation details.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-05 07:36:31 +01:00
..
chain.go refactor(types,consensus,chain): apply AX design principles across public API 2026-04-05 07:36:31 +01:00
chain_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
difficulty.go refactor(types,consensus,chain): apply AX design principles across public API 2026-04-05 07:36:31 +01:00
difficulty_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
history.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
history_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
index.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
integration_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
levinconn.go refactor(ax): make chain sync logging explicit 2026-04-04 21:03:36 +00:00
meta.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
p2psync.go refactor(ax): make chain sync logging explicit 2026-04-04 21:03:36 +00:00
p2psync_test.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
ring.go refactor(types,consensus,chain): apply AX design principles across public API 2026-04-05 07:36:31 +01:00
ring_test.go test(chain): pin HTLC expiration boundary 2026-04-04 21:30:53 +00:00
store.go refactor: migrate module path to dappco.re/go/core/blockchain 2026-03-22 01:49:26 +00:00
sync.go refactor(ax): make chain sync logging explicit 2026-04-04 21:03:36 +00:00
sync_test.go test(core): align helpers with current APIs 2026-04-04 22:04:52 +00:00
validate.go feat(consensus): enforce block version in chain sync 2026-04-04 18:56:36 +00:00
validate_test.go feat(consensus): enforce block version in chain sync 2026-04-04 18:56:36 +00:00