Skip to content

Commit

Permalink
update flow-go
Browse files Browse the repository at this point in the history
  • Loading branch information
janezpodhostnik committed Nov 25, 2024
1 parent eb64e55 commit 4e121ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/onflow/cadence v1.2.2
github.com/onflow/crypto v0.25.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.4.0
github.com/onflow/flow-go v0.38.0-preview.0.0.20241122154633-e670c37438eb
github.com/onflow/flow-go v0.38.0-preview.0.0.20241125190444-25a8af57bea1
github.com/onflow/flow-go-sdk v1.2.3
github.com/onflow/flow-nft/lib/go/contracts v1.2.2
github.com/onflow/flow/protobuf/go/flow v0.4.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -745,8 +745,8 @@ github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3
github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A=
github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM=
github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE=
github.com/onflow/flow-go v0.38.0-preview.0.0.20241122154633-e670c37438eb h1:6yHWxaDM1uR1GJBGoqnBOIwRkTfKQ5ezII+EDvucSgk=
github.com/onflow/flow-go v0.38.0-preview.0.0.20241122154633-e670c37438eb/go.mod h1:c4ubAQ2WIMYY/TOaBvbajROEFWv2HwhKeGOsEdLPIM0=
github.com/onflow/flow-go v0.38.0-preview.0.0.20241125190444-25a8af57bea1 h1:tE21Kgx2Aqll9ywbiRDfc2BVIz5g6zKdrIom9U9eTE4=
github.com/onflow/flow-go v0.38.0-preview.0.0.20241125190444-25a8af57bea1/go.mod h1:c4ubAQ2WIMYY/TOaBvbajROEFWv2HwhKeGOsEdLPIM0=
github.com/onflow/flow-go-sdk v1.2.3 h1:jb+0dIXBO12Zt8x3c2xDXYPv6k3sRTUvhe59M+EcXTI=
github.com/onflow/flow-go-sdk v1.2.3/go.mod h1:jMaffBTlAIdutx+pBhRIigLZFIBYSDDST0Uax1rW2qo=
github.com/onflow/flow-nft/lib/go/contracts v1.2.2 h1:XFERNVUDGbZ4ViZjt7P1cGD80mO1PzUJYPfdhXFsGbQ=
Expand Down
2 changes: 2 additions & 0 deletions server/access/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"context"
"flag"
"fmt"
"github.com/onflow/flow-go/engine/access/rest/websockets"
"net"
"net/http"
"os"
Expand Down Expand Up @@ -120,6 +121,7 @@ func NewRestServer(logger *zerolog.Logger, blockchain *emulator.Blockchain, adap
restCollector,
NewStateStreamBackend(blockchain, debugLogger),
streamConfig,
websockets.NewDefaultWebsocketConfig(),
)

if err != nil {
Expand Down

0 comments on commit 4e121ff

Please sign in to comment.