Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

feat: opt-in GRAPH_BACKEND #61

Merged
merged 29 commits into from
Apr 3, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
dce7280
feat: update go-libipfs and switch to use its blocks-gateway implemen…
aschmahmann Mar 6, 2023
874b4dc
heavily WIP: add a backend we can test against
aschmahmann Mar 15, 2023
ff597a2
start graph gateway impl
aschmahmann Mar 21, 2023
ea19659
trivial implementation
aschmahmann Mar 22, 2023
386e3c1
add async
aschmahmann Mar 22, 2023
34e97fb
update testing backend
aschmahmann Mar 23, 2023
d496bae
backend fixes
aschmahmann Mar 23, 2023
ce1ffd4
change backend default ports
aschmahmann Mar 23, 2023
d8b4d4e
feat(graph-gateway): add some (hacky) support for fetching blocks as …
aschmahmann Mar 24, 2023
763b354
gitignore: add .exe
aschmahmann Mar 24, 2023
7deef31
looser CAR accept header
aschmahmann Mar 24, 2023
7d4ae9e
switch magic numbers for graph gateway block cache
aschmahmann Mar 24, 2023
cf9c177
rename PubSub to BlockPubSub
aschmahmann Mar 24, 2023
6620f16
fix: car fetch path
lidel Mar 25, 2023
efd4f1b
docs: GRAPH_BACKEND
lidel Mar 25, 2023
2d8f9fa
feat: add debugging endpoints
aschmahmann Mar 27, 2023
04e0bc4
feat(graph-gateway): switch to shared blockstore
aschmahmann Mar 27, 2023
d8bdf20
feat(graph-gateway): shared blockstore cache size is configurable
aschmahmann Mar 27, 2023
6c4ccc9
fix(graph-gateway): falling back to block requests, and use shared no…
aschmahmann Mar 29, 2023
d2600b7
Merge branch 'main' into feat/dag-fetcher
aschmahmann Mar 29, 2023
2044635
fix errors with channel closure
aschmahmann Mar 29, 2023
0a92fd0
staticcheck fixes
aschmahmann Mar 29, 2023
f06dc97
backend staticcheck fixes and add Server header
aschmahmann Mar 29, 2023
ba35d74
fix: car request timeout and friends
lidel Mar 29, 2023
fdc0d5a
chore: rename to test-backend
lidel Mar 29, 2023
69b5a49
feat: IPFSBackend and GraphGateway metrics
lidel Mar 31, 2023
a1c8bdb
refactor: merge Get and GetRange
lidel Apr 1, 2023
95a81d8
Merge branch 'main' into feat/dag-fetcher
lidel Apr 3, 2023
8c3386f
chore: boxo v0.8.0-rc4
lidel Apr 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.coverprofile
*.test
*.orig
*.exe
*~

.tarball
Expand Down
Loading