ipld-eth-server/libraries/shared
2019-12-02 11:22:18 -06:00
..
chunker goimports -w; comments; refactor test 2019-12-02 11:03:36 -06:00
constants command edits; external pkg for finding min deployment block; gofmt 2019-12-02 11:22:18 -06:00
factories command edits; external pkg for finding min deployment block; gofmt 2019-12-02 11:22:18 -06:00
fetcher command edits; external pkg for finding min deployment block; gofmt 2019-12-02 11:22:18 -06:00
logs goimports -w; comments; refactor test 2019-12-02 11:03:36 -06:00
mocks split backfill range up into smaller bins and process them concurrently; improve tests; review fixes 2019-12-02 11:20:49 -06:00
repository integrate backfill into storage watcher; documentation for storage backfill 2019-12-02 11:06:28 -06:00
storage command edits; external pkg for finding min deployment block; gofmt 2019-12-02 11:22:18 -06:00
streamer split backfill range up into smaller bins and process them concurrently; improve tests; review fixes 2019-12-02 11:20:49 -06:00
test_data command edits; external pkg for finding min deployment block; gofmt 2019-12-02 11:22:18 -06:00
transactions Add license 2019-05-01 12:32:39 -05:00
transformer Always hash storage diff contract addresses 2019-09-25 16:36:08 -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 split backfill range up into smaller bins and process them concurrently; improve tests; review fixes 2019-12-02 11:20:49 -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.