Skip to content

Commit

Permalink
go_ethereum 1.13.2, node 18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 committed Oct 3, 2023
1 parent f1ca89a commit d4013f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1 (2023-10-03)

* go ethereum: 1.13.2
* node: 18.18.0

1.0.0 (2023-09-08)

* fork from collectivexyz/foundry
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN go version

## Go Ethereum
WORKDIR /go-ethereum
ARG ETH_VERSION=1.12.2
ARG ETH_VERSION=1.13.2
ADD https://github.com/ethereum/go-ethereum/archive/refs/tags/v${ETH_VERSION}.tar.gz /go-ethereum/go-ethereum-${ETH_VERSION}.tar.gz
RUN echo 'SHA256 of this go-ethereum package...'
RUN cat /go-ethereum/go-ethereum-${ETH_VERSION}.tar.gz | sha256sum
Expand Down Expand Up @@ -101,7 +101,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
RUN mkdir -p /usr/local/nvm
ENV NVM_DIR=/usr/local/nvm

ENV NODE_VERSION=v18.17.1
ENV NODE_VERSION=v18.18.0

ADD https://raw.githubusercontent.com/creationix/nvm/master/install.sh /usr/local/etc/nvm/install.sh
RUN bash /usr/local/etc/nvm/install.sh && \
Expand Down Expand Up @@ -145,7 +145,7 @@ COPY --chown=xmtp:xmtp --from=foundry-builder /home/xmtp/.cargo /home/xmtp/.carg
COPY --from=go-builder /usr/local/go /usr/local/go

## GO Ethereum Binaries
ARG ETH_VERSION=1.12.2
ARG ETH_VERSION=1.13.2
COPY --from=go-builder /go-ethereum/go-ethereum-${ETH_VERSION}/build/bin /usr/local/bin

# Foundry
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use this development container in Visual Studio Code, specify the `Dockerfile
Everything needed to develop smart contracts with Ethereum and [Foundry](https://github.com/foundry-rs/foundry)

GO: 1.21.1
ETH: 1.12.2
ETH: 1.13.2
SOLC: 0.8.21

#### Deployments
Expand Down

0 comments on commit d4013f8

Please sign in to comment.