Add CoreSyncData with MarshalSection/UnmarshalSection for portable storage roundtrip. Re-export Levin command IDs for the CryptoNote P2P protocol layer. Co-Authored-By: Charon <charon@lethean.io>
12 lines
269 B
Modula-2
12 lines
269 B
Modula-2
module forge.lthn.ai/core/go-blockchain
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
forge.lthn.ai/core/go-p2p v0.0.0-00010101000000-000000000000
|
|
golang.org/x/crypto v0.48.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.41.0 // indirect
|
|
|
|
replace forge.lthn.ai/core/go-p2p => /home/claude/Code/core/go-p2p
|