This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
ipld-eth-server
Watch
18
Star
0
Fork
1
You've already forked ipld-eth-server
Code
Issues
10
Pull Requests
1
Actions
Packages
Projects
Releases
37
Wiki
Activity
ba5cdecf93
ipld-eth-server
/
pkg
/
graphql
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