Skip to content

Commit f46b0b8

Browse files
committed
Removed all references to geth from the codebase
1 parent 88a8216 commit f46b0b8

32 files changed

+159
-175
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ build/_vendor/pkg
2626
/build/_workspace/
2727
/build/cache/
2828
/build/bin/
29-
/geth*.zip
3029

3130
# travis
3231
profile.tmp

.travis.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- python-paramiko
8383
script:
8484
- echo '|1|7SiYPr9xl3uctzovOTj4gMwAC1M=|t6ReES75Bo/PxlOPJ6/GsGbTrM0= ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA0aKz5UTUndYgIGG7dQBV+HaeuEZJ2xPHo2DS2iSKvUL4xNMSAY4UguNW+pX56nAQmZKIZZ8MaEvSj6zMEDiq6HFfn5JcTlM80UwlnyKe8B8p7Nk06PPQLrnmQt5fh0HmEcZx+JU9TZsfCHPnX7MNz4ELfZE6cFsclClrKim3BHUIGq//t93DllB+h4O9LHjEUsQ1Sr63irDLSutkLJD6RXchjROXkNirlcNVHH/jwLWR5RcYilNX7S5bIkK8NlWPjsn/8Ua5O7I9/YoE97PpO6i73DTGLh5H9JN/SITwCKBkgSDWUt61uPK3Y11Gty7o2lWsBjhBUm2Y38CBsoGmBw==' >> ~/.ssh/known_hosts
85-
- go run build/ci.go debsrc -upload dominant-strategies/quai -sftp-user geth-ci -signer "Go Quai Linux Builder <[email protected]>"
85+
- go run build/ci.go debsrc -upload dominant-strategies/quai -sftp-user quai-ci -signer "Go Quai Linux Builder <[email protected]>"
8686

8787
# This builder does the Linux Azure uploads
8888
- stage: build
@@ -103,22 +103,22 @@ jobs:
103103
script:
104104
# Build for the primary platforms that Trusty can manage
105105
- go run build/ci.go install -dlgo
106-
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
106+
- go run build/ci.go archive -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
107107
- go run build/ci.go install -dlgo -arch 386
108-
- go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
108+
- go run build/ci.go archive -arch 386 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
109109

110110
# Switch over GCC to cross compilation (breaks 386, hence why do it here only)
111111
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install gcc-arm-linux-gnueabi libc6-dev-armel-cross gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross
112112
- sudo ln -s /usr/include/asm-generic /usr/include/asm
113113

114114
- GOARM=5 go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabi-gcc
115-
- GOARM=5 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
115+
- GOARM=5 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
116116
- GOARM=6 go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabi-gcc
117-
- GOARM=6 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
117+
- GOARM=6 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
118118
- GOARM=7 go run build/ci.go install -dlgo -arch arm -cc arm-linux-gnueabihf-gcc
119-
- GOARM=7 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
119+
- GOARM=7 go run build/ci.go archive -arch arm -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
120120
- go run build/ci.go install -dlgo -arch arm64 -cc aarch64-linux-gnu-gcc
121-
- go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
121+
- go run build/ci.go archive -arch arm64 -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
122122

123123
# This builder does the Linux Azure MIPS xgo uploads
124124
- stage: build
@@ -136,19 +136,19 @@ jobs:
136136
script:
137137
- go run build/ci.go xgo --alltools -- --targets=linux/mips --ldflags '-extldflags "-static"' -v
138138
- for bin in build/bin/*-linux-mips; do mv -f "${bin}" "${bin/-linux-mips/}"; done
139-
- go run build/ci.go archive -arch mips -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
139+
- go run build/ci.go archive -arch mips -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
140140

141141
- go run build/ci.go xgo --alltools -- --targets=linux/mipsle --ldflags '-extldflags "-static"' -v
142142
- for bin in build/bin/*-linux-mipsle; do mv -f "${bin}" "${bin/-linux-mipsle/}"; done
143-
- go run build/ci.go archive -arch mipsle -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
143+
- go run build/ci.go archive -arch mipsle -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
144144

145145
- go run build/ci.go xgo --alltools -- --targets=linux/mips64 --ldflags '-extldflags "-static"' -v
146146
- for bin in build/bin/*-linux-mips64; do mv -f "${bin}" "${bin/-linux-mips64/}"; done
147-
- go run build/ci.go archive -arch mips64 -type tar -signer LINUX_SIGNING_KEY signify SIGNIFY_KEY -upload gethstore/builds
147+
- go run build/ci.go archive -arch mips64 -type tar -signer LINUX_SIGNING_KEY signify SIGNIFY_KEY -upload quaistore/builds
148148

149149
- go run build/ci.go xgo --alltools -- --targets=linux/mips64le --ldflags '-extldflags "-static"' -v
150150
- for bin in build/bin/*-linux-mips64le; do mv -f "${bin}" "${bin/-linux-mips64le/}"; done
151-
- go run build/ci.go archive -arch mips64le -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
151+
- go run build/ci.go archive -arch mips64le -type tar -signer LINUX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
152152

153153
# This builder does the Android Maven and Azure uploads
154154
- stage: build
@@ -186,7 +186,7 @@ jobs:
186186
# Build the Android archive and upload it to Maven Central and Azure
187187
- mkdir -p $GOPATH/src/github.com/dominant-strategies
188188
- ln -s `pwd` $GOPATH/src/github.com/dominant-strategies/go-quai
189-
- go run build/ci.go aar -signer ANDROID_SIGNING_KEY -signify SIGNIFY_KEY -deploy https://oss.sonatype.org -upload gethstore/builds
189+
- go run build/ci.go aar -signer ANDROID_SIGNING_KEY -signify SIGNIFY_KEY -deploy https://oss.sonatype.org -upload quaistore/builds
190190

191191
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
192192
- stage: build
@@ -202,7 +202,7 @@ jobs:
202202
submodules: false
203203
script:
204204
- go run build/ci.go install -dlgo
205-
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload gethstore/builds
205+
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -signify SIGNIFY_KEY -upload quaistore/builds
206206

207207
# Build the iOS framework and upload it to CocoaPods and Azure
208208
- gem uninstall cocoapods -a -x
@@ -216,7 +216,7 @@ jobs:
216216
- xcrun simctl list
217217

218218
- export CGO_CFLAGS_ALLOW='-fmodules|-fblocks|-fobjc-arc'
219-
- go run build/ci.go xcode -signer IOS_SIGNING_KEY -signify SIGNIFY_KEY -deploy trunk -upload gethstore/builds
219+
- go run build/ci.go xcode -signer IOS_SIGNING_KEY -signify SIGNIFY_KEY -deploy trunk -upload quaistore/builds
220220

221221
# These builders run the tests
222222
- stage: build
@@ -261,4 +261,4 @@ jobs:
261261
git:
262262
submodules: false
263263
script:
264-
- go run build/ci.go purge -store gethstore/builds -days 14
264+
- go run build/ci.go purge -store quaistore/builds -days 14

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG COMMIT=""
33
ARG VERSION=""
44
ARG BUILDNUM=""
55

6-
# Build Geth in a stock Go builder container
6+
# Build Quai in a stock Go builder container
77
FROM golang:1.19-alpine as builder
88
RUN apk add --no-cache gcc musl-dev linux-headers git
99

Dockerfile.alltools

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG COMMIT=""
33
ARG VERSION=""
44
ARG BUILDNUM=""
55

6-
# Build Geth in a stock Go builder container
6+
# Build Quai in a stock Go builder container
77
FROM golang:1.16-alpine as builder
88

99
RUN apk add --no-cache gcc musl-dev linux-headers git

appveyor.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ environment:
66
# We use gcc from MSYS2 because it is the most recent compiler version available on
77
# AppVeyor. Note: gcc.exe only works properly if the corresponding bin/ directory is
88
# contained in PATH.
9-
- GETH_ARCH: amd64
10-
GETH_CC: C:\msys64\mingw64\bin\gcc.exe
9+
- QUAI_ARCH: amd64
10+
QUAI_CC: C:\msys64\mingw64\bin\gcc.exe
1111
PATH: C:\msys64\mingw64\bin;C:\Program Files (x86)\NSIS\;%PATH%
12-
- GETH_ARCH: 386
13-
GETH_CC: C:\msys64\mingw32\bin\gcc.exe
12+
- QUAI_ARCH: 386
13+
QUAI_CC: C:\msys64\mingw32\bin\gcc.exe
1414
PATH: C:\msys64\mingw32\bin;C:\Program Files (x86)\NSIS\;%PATH%
1515

1616
install:
1717
- git submodule update --init --depth 1
1818
- go version
19-
- "%GETH_CC% --version"
19+
- "%QUAI_CC% --version"
2020

2121
build_script:
22-
- go run build\ci.go install -dlgo -arch %GETH_ARCH% -cc %GETH_CC%
22+
- go run build\ci.go install -dlgo -arch %QUAI_ARCH% -cc %QUAI_CC%
2323

2424
after_build:
25-
- go run build\ci.go archive -arch %GETH_ARCH% -type zip -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
26-
- go run build\ci.go nsis -arch %GETH_ARCH% -signer WINDOWS_SIGNING_KEY -upload gethstore/builds
25+
- go run build\ci.go archive -arch %QUAI_ARCH% -type zip -signer WINDOWS_SIGNING_KEY -upload quaistore/builds
26+
- go run build\ci.go nsis -arch %QUAI_ARCH% -signer WINDOWS_SIGNING_KEY -upload quaistore/builds
2727

2828
test_script:
29-
- go run build\ci.go test -dlgo -arch %GETH_ARCH% -cc %GETH_CC% -coverage
29+
- go run build\ci.go test -dlgo -arch %QUAI_ARCH% -cc %QUAI_CC% -coverage

0 commit comments

Comments
 (0)