Matt K
|
0e837e2d03
|
Refactoring (#101)
* Make naming consistent for watched_contracts
* Update FindContract and FindBlockByNumber to return errors rather than nil
|
2017-12-13 10:51:11 -06:00 |
|
Matt K
|
a68f277066
|
Save Logs to DB (#100)
* Save logs to database
* Save multiple logs to db
* Add block number parameter to `FindLogs`
|
2017-12-12 15:55:26 -06:00 |
|
Matt K
|
921bde1089
|
Update BlockChain to record NodeInfo (#95)
|
2017-12-07 13:32:16 -06:00 |
|
Matt K
|
18163f970e
|
Get ABI via etherscan API (#96)
- Added ABI request
- Add unique constraint on contract hash for watched contracts
|
2017-12-07 09:58:06 -06:00 |
|
Eric Meyer
|
0439791381
|
Rename WatchedContract to Contract
|
2017-12-05 09:39:58 -06:00 |
|
Eric Meyer
|
5aa0bcd6ce
|
Move WatchedContract back to core
|
2017-12-04 17:04:06 -06:00 |
|
Eric Meyer
|
fa2766b64d
|
Store contract ABI on watched_contracts
|
2017-12-04 14:13:15 -06:00 |
|
Eric Meyer
|
52e3266495
|
Move WatchedContract to repositories
|
2017-12-04 13:42:26 -06:00 |
|
Eric Meyer
|
9b4e170e14
|
Extract shared repository tests to helper
|
2017-11-13 16:20:37 -06:00 |
|
Eric Meyer
|
f50a4d7726
|
Allow users to watch and print summaries for contracts
|
2017-11-13 13:51:09 -06:00 |
|
Eric Meyer
|
58fbeb32fd
|
Refactor postgres to be initialized with config
|
2017-11-09 12:42:24 -06:00 |
|