ipld-eth-server/cmd
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