Skip to content

Commit

Permalink
fixed deprecated ethereum call
Browse files Browse the repository at this point in the history
  • Loading branch information
ardan-bkennedy committed Feb 3, 2024
1 parent 18e915c commit f0b04f5
Show file tree
Hide file tree
Showing 161 changed files with 7,725 additions and 13,899 deletions.
1 change: 0 additions & 1 deletion app/services/engine/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (

/*
-- Game Engine
Deprecated: please use simulated.Backend from package : github.com/ethereum/go-ethereum/ethclient/simulated instead.
Fixing logging with GameID
Fix CheckDatabase function to test more fields
Add flags to migrate command
Expand Down
2 changes: 1 addition & 1 deletion business/data/migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/ardanlabs/darwin/v3"
"github.com/ardanlabs/darwin/v3/dialects/postgres"
"github.com/ardanlabs/darwin/v3/drivers/generic"
"github.com/ardanlabs/service/business/data/sqldb"
"github.com/ardanlabs/liarsdice/business/data/sqldb"
"github.com/jmoiron/sqlx"
)

Expand Down
18 changes: 8 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,21 @@ go 1.21.6
require (
github.com/ardanlabs/conf/v3 v3.1.7
github.com/ardanlabs/darwin/v3 v3.3.1
github.com/ardanlabs/ethereum v0.17.0
github.com/ardanlabs/service v0.0.0-20240122161358-70178f6b6006
github.com/ardanlabs/ethereum v0.18.0
github.com/arl/statsviz v0.6.0
github.com/dimfeld/httptreemux/v5 v5.5.0
github.com/ethereum/go-ethereum v1.13.10
github.com/ethereum/go-ethereum v1.13.11
github.com/gdamore/tcell/v2 v2.7.0
github.com/go-playground/locales v0.14.1
github.com/go-playground/universal-translator v0.18.1
github.com/go-playground/validator/v10 v10.17.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/uuid v1.5.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.1
github.com/jackc/pgx/v5 v5.5.2
github.com/jmoiron/sqlx v1.3.5
github.com/mattn/go-runewidth v0.0.15
github.com/open-policy-agent/opa v0.60.0
github.com/open-policy-agent/opa v0.61.0
github.com/spf13/cobra v1.8.0
)

Expand Down Expand Up @@ -49,7 +48,6 @@ require (
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fjl/memsize v0.0.2 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
Expand All @@ -76,10 +74,10 @@ require (
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/puddle/v2 v2.2.1 // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/compress v1.17.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand All @@ -93,7 +91,7 @@ require (
github.com/prometheus/common v0.46.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rivo/uniseg v0.4.6 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/rs/cors v1.10.1 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
Expand All @@ -112,7 +110,7 @@ require (
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
github.com/yashtewari/glob-intersection v0.2.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 // indirect
go.opentelemetry.io/otel v1.22.0 // indirect
go.opentelemetry.io/otel/metric v1.22.0 // indirect
Expand Down
72 changes: 31 additions & 41 deletions go.sum

Large diffs are not rendered by default.

26 changes: 14 additions & 12 deletions vendor/github.com/ardanlabs/ethereum/backends.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 0 additions & 74 deletions vendor/github.com/ardanlabs/service/CONTRIBUTORS

This file was deleted.

Loading

0 comments on commit f0b04f5

Please sign in to comment.