ipld-eth-server/libraries/shared
Edvard Hübinette f7c4a6736d
VDB-919 Generalise converter (#152)
* Generalise transformer stack to use InsertionModel

* Add tests for event repository

* Restrict accepted values in InsertionModel

* Add call to repository.SetDB

* Improve error propagation/clarity on GetABI()

* Remove maker references in example

* Please golint

* refactor rollback error handling in repository

* Cleaner errors in repository, refactor tests
2019-10-28 11:48:31 +01:00
..
chunker Update comment in log chunker 2019-08-28 09:25:13 -05:00
constants Distinguish between missing and unchecked headers 2019-09-10 14:39:45 -05:00
factories VDB-919 Generalise converter (#152) 2019-10-28 11:48:31 +01:00
fetcher Rename StorageDiff field from KeccakOfContractAddress to HashedAddress 2019-09-25 16:36:44 -05:00
logs Return error when no logs/headers available 2019-09-18 20:55:15 -05:00
mocks VDB-919 Generalise converter (#152) 2019-10-28 11:48:31 +01:00
repository Address repo updates (#134) 2019-10-03 11:17:08 -05:00
storage Rename StorageDiff field from KeccakOfContractAddress to HashedAddress 2019-09-25 16:36:44 -05:00
streamer Apply go formatting 2019-09-25 16:32:27 -05:00
test_data VDB-919 Generalise converter (#152) 2019-10-28 11:48:31 +01: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 Rename StorageDiff field from KeccakOfContractAddress to HashedAddress 2019-09-25 16:36:44 -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.