ipld-eth-server/cmd
2018-11-04 21:37:31 -06:00
..
coldImport.go Add tests for pkg/geth/blockchain 2018-11-03 13:49:23 -05:00
erc20.go change transformer interface and watcher so that contract config is now fed into AddTransformers such that a single watcher can be loaded with transformers that use different cofigs 2018-11-03 13:49:24 -05:00
lightSync.go Consolidate test doubles 2018-11-03 13:49:23 -05:00
omniWatcher.go beginning work on method polling; first need to generate list of token holder address in a completely generic/contratc agnostic fashion. Created address retriever that can iterate through any given contract's watched events, finding the inputs/arguments with address type, and generate a list from those values. Edit: Contract objects now cache every event emitted address as its event logs are transformed into the repo to grow a list of contract associated addresses as we go 2018-11-04 21:37:31 -06:00
root.go beginning work on method polling; first need to generate list of token holder address in a completely generic/contratc agnostic fashion. Created address retriever that can iterate through any given contract's watched events, finding the inputs/arguments with address type, and generate a list from those values. Edit: Contract objects now cache every event emitted address as its event logs are transformed into the repo to grow a list of contract associated addresses as we go 2018-11-04 21:37:31 -06:00
sync.go Consolidate test doubles 2018-11-03 13:49:23 -05:00