ipld-eth-server/libraries/shared
2020-05-21 15:34:43 -05:00
..
chunker reorg pkg/ to prepare to support chains other than ethereumm 2020-02-20 16:14:16 -06:00
constants review fixes 2019-12-02 11:26:44 -06:00
factories major refactor part 2: remove cold import, full sync, generalize node table 2020-02-20 16:14:17 -06:00
fetcher pair with new statediffing geth version; travis tests will fail til release is up 2020-05-21 15:34:43 -05:00
logs reorg pkg/ to prepare to support chains other than ethereumm 2020-02-20 16:14:16 -06:00
mocks pair with new statediffing geth version; travis tests will fail til release is up 2020-05-21 15:34:43 -05:00
repository major refactor part 2: remove cold import, full sync, generalize node table 2020-02-20 16:14:17 -06:00
storage pair with new statediffing geth version; travis tests will fail til release is up 2020-05-21 15:34:43 -05:00
streamer pair with new statediffing geth version; travis tests will fail til release is up 2020-05-21 15:34:43 -05:00
test_data pair with new statediffing geth version; travis tests will fail til release is up 2020-05-21 15:34:43 -05:00
transactions major refactor part 2: remove cold import, full sync, generalize node table 2020-02-20 16:14:17 -06:00
transformer major refactor part 2: remove cold import, full sync, generalize node table 2020-02-20 16:14:17 -06:00
utilities update version; minor refactoring 2020-05-04 12:14:57 -05:00
watcher major refactor part 2: remove cold import, full sync, generalize node table 2020-02-20 16:14:17 -06: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.