Skip to content

Commit

Permalink
Merge branch 'master' of github.com:diadata-org/diadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nnn-gif committed Sep 4, 2023
2 parents cd1a4f4 + ac6f02d commit bf49880
Show file tree
Hide file tree
Showing 7 changed files with 2,842 additions and 7 deletions.
15 changes: 15 additions & 0 deletions build/Dockerfile-diaOracleV2MultiupdateService
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
FROM us.icr.io/dia-registry/devops/build-117:latest as build

WORKDIR $GOPATH

WORKDIR $GOPATH/src/
COPY ./cmd/blockchain/ethereum/diaOracleV2MultiupdateService ./

RUN go install

FROM gcr.io/distroless/base

COPY --from=build /go/bin/diaOracleV2MultiupdateService /bin/diaOracleV2MultiupdateService
COPY --from=build /config/ /config/

CMD ["diaOracleV2MultiupdateService"]
12 changes: 12 additions & 0 deletions cmd/blockchain/ethereum/diaOracleV2MultiupdateService/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module github.com/diadata-org/diadata/blockchain/diaOracleV2MultiupdateService

go 1.14

require (
github.com/diadata-org/diadata v1.4.332
github.com/ethereum/go-ethereum v1.10.10
github.com/machinebox/graphql v0.2.2
github.com/matryer/is v1.4.1 // indirect
)

replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
2,361 changes: 2,361 additions & 0 deletions cmd/blockchain/ethereum/diaOracleV2MultiupdateService/go.sum

Large diffs are not rendered by default.

0 comments on commit bf49880

Please sign in to comment.