[agent/claude] Migrate module path to dappco.re/go/core/blockchain. Update ... #4

Merged
Virgil merged 1 commit from agent/migrate-module-path-to-dappco-re-go-core into main 2026-03-22 02:49:31 +00:00
Member

Task

Migrate module path to dappco.re/go/core/blockchain. Update go.mod module line, all require lines from forge.lthn.ai to dappco.re paths (core v0.5.0, log v0.1.0, io v0.2.0, crypt v0.2.0), update all .go import paths. Run go mod tidy and go build ./...

Agent: claude
Commits: 1
Branch: agent/migrate-module-path-to-dappco-re-go-core


Auto-created by core-agent dispatch system.
Co-Authored-By: Virgil virgil@lethean.io

## Task Migrate module path to dappco.re/go/core/blockchain. Update go.mod module line, all require lines from forge.lthn.ai to dappco.re paths (core v0.5.0, log v0.1.0, io v0.2.0, crypt v0.2.0), update all .go import paths. Run go mod tidy and go build ./... **Agent:** claude **Commits:** 1 **Branch:** `agent/migrate-module-path-to-dappco-re-go-core` --- Auto-created by core-agent dispatch system. Co-Authored-By: Virgil <virgil@lethean.io>
Virgil added 1 commit 2026-03-22 01:49:41 +00:00
refactor: migrate module path to dappco.re/go/core/blockchain
Some checks failed
Security Scan / security (pull_request) Successful in 11s
Test / Test (pull_request) Failing after 19s
34128d8e98
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>
Author
Member

Verification Failed

Command: go test ./...

# dappco.re/go/core/blockchain/crypto
In file included from bridge.cpp:10:
crypto/upstream/crypto-sugar.h:19:10: fatal error: 'boost/multiprecision/cpp_int.hpp' file not found
# dappco.re/go/core/blockchain/crypto [dappco.re/go/core/blockchain/crypto.test]
In file included from bridge.cpp:10:
crypto/upstream/crypto-sugar.h:19:10: fatal error: 'boost/multiprecision/cpp_int.hpp' file not found
FAIL	dappco.re/go/core/blockchain [build failed]
FAIL	dappco.re/go/core/blockchain/chain [build failed]
FAIL	dappco.re/go/core/blockchain/cmd/core-chain [build failed]
ok  	dappco.re/go/core/blockchain/config	0.323s
FAIL	dappco.re/go/core/blockchain/consensus [build failed]
FAIL	dappco.re/go/core/blockchain/crypto [build failed]
ok  	dappco.re/go/core/blockchain/difficulty	1.334s
FAIL	dappco.re/go/core/blockchain/mining [build failed]
ok  	dappco.re/go/core/blockchain/p2p	0.814s
ok  	dappco.re/go/core/blockchain/rpc	1.107s
FAIL	dappco.re/go/core/blockchain/tui [build failed]
ok  	dappco.re/go/core/blockchain/types	0.569s
FAIL	dappco.re/go/core/blockchain/wallet [build failed]
ok  	dappco.re/go/core/blockchain/wire	1.585s
FAIL

Exit code: 1

## Verification Failed **Command:** `go test ./...` ``` # dappco.re/go/core/blockchain/crypto In file included from bridge.cpp:10: crypto/upstream/crypto-sugar.h:19:10: fatal error: 'boost/multiprecision/cpp_int.hpp' file not found # dappco.re/go/core/blockchain/crypto [dappco.re/go/core/blockchain/crypto.test] In file included from bridge.cpp:10: crypto/upstream/crypto-sugar.h:19:10: fatal error: 'boost/multiprecision/cpp_int.hpp' file not found FAIL dappco.re/go/core/blockchain [build failed] FAIL dappco.re/go/core/blockchain/chain [build failed] FAIL dappco.re/go/core/blockchain/cmd/core-chain [build failed] ok dappco.re/go/core/blockchain/config 0.323s FAIL dappco.re/go/core/blockchain/consensus [build failed] FAIL dappco.re/go/core/blockchain/crypto [build failed] ok dappco.re/go/core/blockchain/difficulty 1.334s FAIL dappco.re/go/core/blockchain/mining [build failed] ok dappco.re/go/core/blockchain/p2p 0.814s ok dappco.re/go/core/blockchain/rpc 1.107s FAIL dappco.re/go/core/blockchain/tui [build failed] ok dappco.re/go/core/blockchain/types 0.569s FAIL dappco.re/go/core/blockchain/wallet [build failed] ok dappco.re/go/core/blockchain/wire 1.585s FAIL ``` **Exit code:** 1
Author
Member

Verification Failed

Command: go test ./...

# dappco.re/go/core/blockchain/crypto
In file included from bridge.cpp:10:
crypto/upstream/crypto-sugar.h:19:10: fatal error: 'boost/multiprecision/cpp_int.hpp' file not found
FAIL	dappco.re/go/core/blockchain [build failed]
FAIL	dappco.re/go/core/blockchain/chain [build failed]
FAIL	dappco.re/go/core/blockchain/cmd/core-chain [build failed]
# dappco.re/go/core/blockchain/crypto [dappco.re/go/core/blockchain/crypto.test]
In file included from bridge.cpp:10:
crypto/upstream/crypto-sugar.h:19:10: fatal error: 'boost/multiprecision/cpp_int.hpp' file not found
ok  	dappco.re/go/core/blockchain/config	0.175s
FAIL	dappco.re/go/core/blockchain/consensus [build failed]
FAIL	dappco.re/go/core/blockchain/crypto [build failed]
ok  	dappco.re/go/core/blockchain/difficulty	0.324s
FAIL	dappco.re/go/core/blockchain/mining [build failed]
ok  	dappco.re/go/core/blockchain/p2p	0.498s
ok  	dappco.re/go/core/blockchain/rpc	0.882s
FAIL	dappco.re/go/core/blockchain/tui [build failed]
ok  	dappco.re/go/core/blockchain/types	0.673s
FAIL	dappco.re/go/core/blockchain/wallet [build failed]
ok  	dappco.re/go/core/blockchain/wire	1.019s
FAIL

Exit code: 1

## Verification Failed **Command:** `go test ./...` ``` # dappco.re/go/core/blockchain/crypto In file included from bridge.cpp:10: crypto/upstream/crypto-sugar.h:19:10: fatal error: 'boost/multiprecision/cpp_int.hpp' file not found FAIL dappco.re/go/core/blockchain [build failed] FAIL dappco.re/go/core/blockchain/chain [build failed] FAIL dappco.re/go/core/blockchain/cmd/core-chain [build failed] # dappco.re/go/core/blockchain/crypto [dappco.re/go/core/blockchain/crypto.test] In file included from bridge.cpp:10: crypto/upstream/crypto-sugar.h:19:10: fatal error: 'boost/multiprecision/cpp_int.hpp' file not found ok dappco.re/go/core/blockchain/config 0.175s FAIL dappco.re/go/core/blockchain/consensus [build failed] FAIL dappco.re/go/core/blockchain/crypto [build failed] ok dappco.re/go/core/blockchain/difficulty 0.324s FAIL dappco.re/go/core/blockchain/mining [build failed] ok dappco.re/go/core/blockchain/p2p 0.498s ok dappco.re/go/core/blockchain/rpc 0.882s FAIL dappco.re/go/core/blockchain/tui [build failed] ok dappco.re/go/core/blockchain/types 0.673s FAIL dappco.re/go/core/blockchain/wallet [build failed] ok dappco.re/go/core/blockchain/wire 1.019s FAIL ``` **Exit code:** 1
Virgil added the
needs-review
label 2026-03-22 01:49:48 +00:00
Author
Member

Needs Review

Tests failed after rebase. Auto-merge gave up after retry.

Labelled needs-review for human attention.

## Needs Review Tests failed after rebase. Auto-merge gave up after retry. Labelled `needs-review` for human attention.
Virgil merged commit d004158022 into main 2026-03-22 02:49:31 +00:00
Sign in to join this conversation.
No description provided.