This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
ipld-eth-server
Watch
12
Star
0
Fork
1
Code
Issues
10
Pull Requests
2
Actions
Packages
Projects
Releases
37
Wiki
Activity
Files
ea19cc8d8d1b66687bc2068a21a59caf671dd7f5
ipld-eth-server
/
cmd
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
..
common.go
Use groupcache pool for state db access (
#91
)
2021-09-21 17:40:55 +05:30
root.go
Improved logging and metrics. (
#227
)
2023-01-20 19:39:26 -06:00
serve.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
validate.go
Improved logging and metrics. (
#227
)
2023-01-20 19:39:26 -06:00
version.go
Improved logging and metrics. (
#227
)
2023-01-20 19:39:26 -06:00