ipld-eth-server/libraries/shared
Rob Mulholand 2d684c5aec Extract storage diff fetching behind an interface
- Replaces directly reading from a CSV
- Simplifies testing
- Should hopefully make it easier to plug in other sources for storage
  diffs (e.g. differently formatted CSVs, JSON RPC, etc)
2019-05-01 12:30:36 -05:00
..
chunker TransformerInitializer => EventTransformerInitializer reorganization 2019-03-14 11:59:39 -05:00
constants tests for migration path ordering and errors 2019-03-13 11:42:30 -05:00
factories (VDB-560) Rename lightSync to headerSync 2019-05-01 12:12:55 -05:00
fetcher Extract storage diff fetching behind an interface 2019-05-01 12:30:36 -05:00
mocks Extract storage diff fetching behind an interface 2019-05-01 12:30:36 -05:00
repository (VDB-560) Rename lightSync to headerSync 2019-05-01 12:12:55 -05:00
storage Update storage mapping indexes to hex values 2019-03-25 14:28:49 -05:00
test_data TransformerInitializer => EventTransformerInitializer reorganization 2019-03-14 11:59:39 -05:00
transactions Don't lookup transactions if no log events 2019-04-18 09:53:18 -05:00
transformer fixes for review comments 2019-03-21 18:36:49 -05:00
utilities adjust block/uncle reward tests and add methods to pkg/geth blockchain and ethclient for direct fetching of eth balances 2019-04-02 10:10:17 -05:00
watcher Extract storage diff fetching behind an interface 2019-05-01 12:30:36 -05:00
README.md address PR comments 2019-03-06 12:43:39 -06:00

Shared Tools

Description

Code that is useful for or used by plugins written on top of VulcanizeDB.

Note

Much code in this directory may not be used outside of the tests, but don't delete it - it could be used by a plugin. Renaming and/or deleting functions in this namespace requires a version bump to avoid breaking plugins.