Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Digiwage Support #1121

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Digiwage Support #1121

wants to merge 1 commit into from

Conversation

gdiscord
Copy link

@gdiscord gdiscord commented Aug 7, 2024

Build - successful
Unit test and Integration test - both successful

explorer url: https://wagescan.digiwage.org

digiwage_blockbook_image

make test-integration ARGS="-run=TestIntegration/digiwage/"
Image blockbook-build is up to date
docker run -t --rm -e PACKAGER=0:0 -v "/root/Temp/blockbook:/src" --network="host" blockbook-build make test-integration ARGS="-run=TestIntegration/digiwage/"
rm -rf /go/src/github.com/trezor/blockbook
mkdir -p /go/src/github.com/trezor
cp -r /src /go/src/github.com/trezor/blockbook
cd /go/src/github.com/trezor/blockbook && go mod download
sed -i 's/wsMessageSizeLimit\ =\ 15\ \*\ 1024\ \*\ 1024/wsMessageSizeLimit = 80 * 1024 * 1024/g' /go/pkg/mod/github.com/ava-labs/coreth*/rpc/websocket.go
cd /go/src/github.com/trezor/blockbook && go test -tags 'integration' `go list github.com/trezor/blockbook/tests/...` -run=TestIntegration/digiwage/
?   	github.com/trezor/blockbook/tests/dbtestdata	[no test files]
?   	github.com/trezor/blockbook/tests/rpc	[no test files]
?   	github.com/trezor/blockbook/tests/sync	[no test files]
ok  	github.com/trezor/blockbook/tests	0.346s 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant