ipld-eth-server/libraries/shared
2019-06-27 11:14:11 -07: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 Remove unused RecheckHeaders method from the events Repository interface 2019-06-13 10:33:53 -05:00
fetcher Adds ability to set log level from toml or CLI args 2019-06-27 11:14:11 -07:00
mocks Remove unused recheckHeaders bool argument from Transformer.Execute 2019-06-13 10:33:16 -05:00
repository Address PR comments 2019-06-17 14:49:25 -05:00
storage Merge pull request #103 from vulcanize/remove-queued-storage-duplicates 2019-06-17 15:55:35 -05:00
test_data TransformerInitializer => EventTransformerInitializer reorganization 2019-03-14 11:59:39 -05:00
transactions Add license 2019-05-01 12:32:39 -05:00
transformer Remove unused recheckHeaders bool argument from Transformer.Execute 2019-06-13 10:33:16 -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 Refactor checked column specific SQL 2019-06-13 12:36:29 -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.