Skip to content

Commit

Permalink
chore: update frisbii to latest released for raw support
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Oct 9, 2023
1 parent 9207697 commit 3b07968
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion cmd/booster-http/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ func TestE2E(t *testing.T) {
bifrostMetricsPort, err := testutil.FreePort()
req.NoError(err)
bifrostReady := test.NewStdoutWatcher("Path gateway listening on ")
tr.Env = append(tr.Env, fmt.Sprintf("PROXY_GATEWAY_URL=http://0.0.0.0:%d", boosterHttpPort))
tr.Env = append(tr.Env,
fmt.Sprintf("PROXY_GATEWAY_URL=http://0.0.0.0:%d", boosterHttpPort),
"GRAPH_BACKEND=true", // enable "graph" mode, instead of blockstore mode which just fetches raw blocks
)

cmdBifrost := tr.Start(test.NewExecution(bifrostGateway,
"--gateway-port", fmt.Sprintf("%d", bifrostPort),
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ require (
github.com/filecoin-project/lotus v1.23.4-rc1
github.com/ipfs/boxo v0.12.0
github.com/ipfs/kubo v0.22.0
github.com/ipld/frisbii v0.2.2-0.20231006085121-7d48d11641db
github.com/ipld/frisbii v0.3.0
github.com/ipld/go-fixtureplate v0.0.2
github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269
github.com/ipni/go-libipni v0.5.2
Expand All @@ -363,7 +363,7 @@ require (
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.5 // indirect
github.com/ipfs/go-ipfs-blockstore v1.3.0 // indirect
github.com/ipld/go-trustless-utils v0.3.2-0.20231006083052-c8beabd68ce4 // indirect
github.com/ipld/go-trustless-utils v0.4.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.11.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,8 @@ github.com/ipfs/go-verifcid v0.0.2 h1:XPnUv0XmdH+ZIhLGKg6U2vaPaRDXb9urMyNVCE7uvT
github.com/ipfs/go-verifcid v0.0.2/go.mod h1:40cD9x1y4OWnFXbLNJYRe7MpNvWlMn3LZAG5Wb4xnPU=
github.com/ipfs/kubo v0.22.0 h1:HxYkvtFqlF+qQMTxHW+xBhrIWykWm+WbEuQpw1d67mM=
github.com/ipfs/kubo v0.22.0/go.mod h1:Sn3hp55POjH9Ni0lEd/+smXpkZ0J1gKlm0Fx+E1LE60=
github.com/ipld/frisbii v0.2.2-0.20231006085121-7d48d11641db h1:94GghLok3xtbxprTSEsGlzT9BeqOTgvaW7ptKBcteqA=
github.com/ipld/frisbii v0.2.2-0.20231006085121-7d48d11641db/go.mod h1:veapLCF7yc/lFr49vxU6DxNVfxEo6nSESHSecgm8Gpg=
github.com/ipld/frisbii v0.3.0 h1:yBmx73aoCL9aqrCGaVJWjzHSx51qvZgtjsExyxuqlIU=
github.com/ipld/frisbii v0.3.0/go.mod h1:Gwj+LVuIwgHfeRMlar2luIy+PTK1SIy1QMA0hKiQ/J0=
github.com/ipld/go-car v0.1.0/go.mod h1:RCWzaUh2i4mOEkB3W45Vc+9jnS/M6Qay5ooytiBHl3g=
github.com/ipld/go-car v0.6.1 h1:blWbEHf1j62JMWFIqWE//YR0m7k5ZMw0AuUOU5hjrH8=
github.com/ipld/go-car v0.6.1/go.mod h1:oEGXdwp6bmxJCZ+rARSkDliTeYnVzv3++eXajZ+Bmr8=
Expand Down Expand Up @@ -931,8 +931,8 @@ github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20211210234204-ce2a1c70cd
github.com/ipld/go-ipld-prime/storage/bsadapter v0.0.0-20230102063945-1a409dc236dd h1:gMlw/MhNr2Wtp5RwGdsW23cs+yCuj9k2ON7i9MiJlRo=
github.com/ipld/go-ipld-selector-text-lite v0.0.1 h1:lNqFsQpBHc3p5xHob2KvEg/iM5dIFn6iw4L/Hh+kS1Y=
github.com/ipld/go-ipld-selector-text-lite v0.0.1/go.mod h1:U2CQmFb+uWzfIEF3I1arrDa5rwtj00PrpiwwCO+k1RM=
github.com/ipld/go-trustless-utils v0.3.2-0.20231006083052-c8beabd68ce4 h1:D976Ll2XBjjfwbSASRfK6xNMrljvN0FCdaT+vFD/01A=
github.com/ipld/go-trustless-utils v0.3.2-0.20231006083052-c8beabd68ce4/go.mod h1:SQR5abLVb2YcZiy9QEsBhNyIPj6ubWISJnrpwNBdmpA=
github.com/ipld/go-trustless-utils v0.4.0 h1:ZSRvbfQG39BzGYeyHVmttTexZAEdA/grWdu6MB1kiJI=
github.com/ipld/go-trustless-utils v0.4.0/go.mod h1:SQR5abLVb2YcZiy9QEsBhNyIPj6ubWISJnrpwNBdmpA=
github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269 h1:MXBxKsw8geRJitw8f1dr3EfwbEV0WXVbEH7e/o3p+NI=
github.com/ipld/ipld/specs v0.0.0-20230927010225-ef4dbd703269/go.mod h1:WcT0DfRe+e2QFY0kcbsOnuT6jL5Q0JNZ83I5DHIdStg=
github.com/ipni/go-libipni v0.5.2 h1:9vaYOnR4dskd8p88NOboqI6yVqBwYPNCQ/zOaRSr59I=
Expand Down

0 comments on commit 3b07968

Please sign in to comment.