ipld-eth-server/pkg
2023-03-07 21:49:38 -06:00
..
debug Support debug_traceCall API (#192) 2022-09-21 17:15:03 +05:30
eth 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
graphql 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
log Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
net Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
prom Only attempt to parse the body when it is present. 2023-01-20 20:08:19 -06:00
rpc Improved logging and metrics. (#227) 2023-01-20 19:39:26 -06:00
serve refactor out remaining unused bits 2023-02-21 19:50:58 -06:00
shared public.blocks => ipld.blocks 2023-03-02 17:41:44 -06:00
.DS_Store Change receipt CID and MHKey to point trie leaf cid and mkhey. 2021-09-21 17:51:38 +05:30