Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

feat(Eth): Load ETH data faster #55

Merged
merged 12 commits into from
Jul 13, 2022
Merged

feat(Eth): Load ETH data faster #55

merged 12 commits into from
Jul 13, 2022

Conversation

manishrjain
Copy link
Contributor

@manishrjain manishrjain commented Jul 11, 2022

  • Use Geth's GraphQL interface, which lets us download block data much faster than JSON-RPC interface.
  • Get Txn Receipts and pick-up status and gas used to calculate the fees. Ignore all txns which failed.
  • Found bugs in DQL query rewriting -- it doesn't work with math expressions.
  • Some small code cleanup around how arguments get passed to edgraph/server.go.
  • Working Lambda script to expose APIs not autogenerated by Ooffered utserv.
  • When calculating overlap among Badger tables, only consider one level below.

This change is Reviewable

@manishrjain manishrjain changed the title Mrjn/load eth feat(Eth): Load ETH data faster Jul 13, 2022
@manishrjain manishrjain marked this pull request as ready for review July 13, 2022 00:54
@manishrjain manishrjain merged commit 3248b85 into main Jul 13, 2022
@manishrjain manishrjain deleted the mrjn/load-eth branch July 13, 2022 00:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant