This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
ipld-eth-server
Watch
4
Star
0
Fork
0
forked from
cerc-io/ipld-eth-server
Code
Pull Requests
Activity
Files
573a3dc991d02b41106202a0b4fda51516bd6272
ipld-eth-server
/
pkg
/
graphql
T
History
i-norden
6f1bfc7fce
combine ipld and cid retriever into one struct. the original reason for the separation of concerns was because we used to fetch cids directly from the database but then use those to fetch iplds using an ipfs.BlockService abstraction ontop of our database (and/or a ipfs.BlockExchange). But now they are both accessed directly in the local DB. Additionally, some of the queries should be further refined/refactored/combined as we no longer need to take two trips but can retrieve cid and ipld in the same query.
2023-03-07 21:49:38 -06:00
..
client.go
Optimize
getLogs
GQL API (
#198
)
2022-10-05 15:14:17 +05:30
graphiql.go
fixes for test; update readme and gomodules
2020-10-28 08:40:00 -05:00
graphql_suite_test.go
Improved logging and metrics. (
#227
)
2023-01-20 19:39:26 -06:00
graphql_test.go
Optimize GQL and getBlock APIs (
#201
)
2022-11-04 10:02:09 +05:30
graphql.go
combine ipld and cid retriever into one struct. the original reason for the separation of concerns was because we used to fetch cids directly from the database but then use those to fetch iplds using an ipfs.BlockService abstraction ontop of our database (and/or a ipfs.BlockExchange). But now they are both accessed directly in the local DB. Additionally, some of the queries should be further refined/refactored/combined as we no longer need to take two trips but can retrieve cid and ipld in the same query.
2023-03-07 21:49:38 -06:00
schema.go
Optimize GQL and getBlock APIs (
#201
)
2022-11-04 10:02:09 +05:30
service.go
Improved logging and metrics. (
#227
)
2023-01-20 19:39:26 -06:00
types.go
Add custom implementation for Bytes to be returned as string
2022-06-03 15:05:46 +05:30