Skip to content

Commit 1cfcae3

Browse files
Merge remote-tracking branch 'upstream/master'
2 parents 491dd13 + 0424192 commit 1cfcae3

File tree

193 files changed

+15439
-1838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+15439
-1838
lines changed

.travis.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ matrix:
66
- os: linux
77
dist: trusty
88
sudo: required
9-
go: 1.7.5
9+
go: 1.7.6
1010
script:
1111
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install fuse
1212
- sudo modprobe fuse
@@ -19,7 +19,7 @@ matrix:
1919
- os: linux
2020
dist: trusty
2121
sudo: required
22-
go: 1.8.1
22+
go: 1.8.3
2323
script:
2424
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install fuse
2525
- sudo modprobe fuse
@@ -29,7 +29,7 @@ matrix:
2929
- go run build/ci.go test -coverage -misspell
3030

3131
- os: osx
32-
go: 1.8.1
32+
go: 1.8.3
3333
sudo: required
3434
script:
3535
- brew update
@@ -42,7 +42,7 @@ matrix:
4242
- os: linux
4343
dist: trusty
4444
sudo: required
45-
go: 1.8.1
45+
go: 1.8.3
4646
env:
4747
- ubuntu-ppa
4848
- azure-linux
@@ -80,7 +80,7 @@ matrix:
8080
sudo: required
8181
services:
8282
- docker
83-
go: 1.8.1
83+
go: 1.8.3
8484
env:
8585
- azure-linux-mips
8686
script:
@@ -120,24 +120,24 @@ matrix:
120120
- azure-android
121121
- maven-android
122122
before_install:
123-
- curl https://storage.googleapis.com/golang/go1.8.1.linux-amd64.tar.gz | tar -xz
123+
- curl https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz | tar -xz
124124
- export PATH=`pwd`/go/bin:$PATH
125125
- export GOROOT=`pwd`/go
126126
- export GOPATH=$HOME/go
127127
script:
128128
# Build the Android archive and upload it to Maven Central and Azure
129-
- curl https://dl.google.com/android/repository/android-ndk-r13b-linux-x86_64.zip -o android-ndk-r13b.zip
130-
- unzip -q android-ndk-r13b.zip && rm android-ndk-r13b.zip
131-
- mv android-ndk-r13b $HOME
132-
- export ANDROID_NDK=$HOME/android-ndk-r13b
129+
- curl https://dl.google.com/android/repository/android-ndk-r14b-linux-x86_64.zip -o android-ndk-r14b.zip
130+
- unzip -q android-ndk-r14b.zip && rm android-ndk-r14b.zip
131+
- mv android-ndk-r14b $HOME
132+
- export ANDROID_NDK=$HOME/android-ndk-r14b
133133

134134
- mkdir -p $GOPATH/src/github.com/ethereum
135135
- ln -s `pwd` $GOPATH/src/github.com/ethereum
136136
- go run build/ci.go aar -signer ANDROID_SIGNING_KEY -deploy https://oss.sonatype.org -upload gethstore/builds
137137

138138
# This builder does the OSX Azure, iOS CocoaPods and iOS Azure uploads
139139
- os: osx
140-
go: 1.8.1
140+
go: 1.8.3
141141
env:
142142
- azure-osx
143143
- azure-ios
@@ -147,7 +147,7 @@ matrix:
147147
- go run build/ci.go archive -type tar -signer OSX_SIGNING_KEY -upload gethstore/builds
148148

149149
# Build the iOS framework and upload it to CocoaPods and Azure
150-
- gem uninstall cocoapods -a
150+
- gem uninstall cocoapods -a -x
151151
- gem install cocoapods
152152

153153
- mv ~/.cocoapods/repos/master ~/.cocoapods/repos/master.bak
@@ -163,7 +163,7 @@ matrix:
163163
- os: linux
164164
dist: trusty
165165
sudo: required
166-
go: 1.8.1
166+
go: 1.8.3
167167
env:
168168
- azure-purge
169169
script:

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ RUN \
1010

1111
EXPOSE 39421
1212
EXPOSE 30403
13+
EXPOSE 30403/udp
1314

1415
ENTRYPOINT ["/gsoil"]

Dockerfile.orig

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
FROM alpine:3.5
2+
3+
ADD . /go-soil
4+
RUN \
5+
apk add --update git go make gcc musl-dev linux-headers && \
6+
<<<<<<< HEAD
7+
(cd go-soil && make gsoil) && \
8+
cp go-soil/build/bin/gsoil /gsoil && \
9+
=======
10+
(cd go-ethereum && make geth) && \
11+
cp go-ethereum/build/bin/geth /usr/local/bin/ && \
12+
>>>>>>> upstream/master
13+
apk del git go make gcc musl-dev linux-headers && \
14+
rm -rf /go-soil && rm -rf /var/cache/apk/*
15+
16+
<<<<<<< HEAD
17+
EXPOSE 39421
18+
EXPOSE 30403
19+
20+
ENTRYPOINT ["/gsoil"]
21+
=======
22+
EXPOSE 8545
23+
EXPOSE 30303
24+
EXPOSE 30303/udp
25+
26+
ENTRYPOINT ["geth"]
27+
>>>>>>> upstream/master

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ and agree upon. This consists of a small JSON file (e.g. call it `genesis.json`)
157157

158158
```json
159159
{
160+
"config": {
161+
"chainId": 0,
162+
"homesteadBlock": 0,
163+
"eip155Block": 0,
164+
"eip158Block": 0
165+
},
160166
"alloc" : {},
161167
"coinbase" : "0x0000000000000000000000000000000000000000",
162168
"difficulty" : "0x20000",

0 commit comments

Comments
 (0)