Maxim Krasilnikov
|
e9e3864ba9
|
Added user and password to db config
|
2018-06-22 18:28:34 +03:00 |
|
Matt Krump
|
88210e436a
|
Remove test and travis deps on private dev network
|
2018-03-22 10:15:18 -05:00 |
|
Matt Krump
|
06f78e0083
|
Handle events
- Adds interfaces for developers to build handlers that update data in
response to log events
- Resolves #29
|
2018-03-05 10:01:50 -06:00 |
|
Matt K
|
605b0a96ae
|
Add graphql server (#27)
* Add graphql server
* Update Makefile
* Update log_filters constraint
* Add GetLogFilter to repo
* Update travis (use Makefile, go fmt, go vet)
* Add logFilter schema and resolvers
* Add GetWatchedEvent to watched_events_repo
* Add watchedEventLog schema and resolvers
|
2018-02-08 10:12:08 -06:00 |
|
|
ee4f7c710a
|
replace '8thlight' with 'vulcanize'
|
2018-01-06 15:31:53 -05:00 |
|
Matt K
|
5e64283a12
|
Get logs for a contract (#99)
* Add ability to fetch logs for a contract and a block
* Test contract related code against Infura, so can run on Travis
* Add godo task for getLogs
|
2017-12-11 15:08:00 -06:00 |
|
Eric Meyer
|
486fdc10e4
|
Update functions that return error to not return pointer
* Matches Golang convention
|
2017-12-04 10:34:49 -06:00 |
|
Eric Meyer
|
655d1b1d6f
|
Remove fatal from pkg
* Functions in pkg should return errors
* If aborting is desired, that behavior should be left to the consumer
|
2017-12-04 09:54:39 -06:00 |
|
Eric Meyer
|
a23023f7d6
|
Move environment configuration to root
|
2017-11-14 09:10:48 -06:00 |
|
Eric Meyer
|
aa52088ba7
|
Refactor config to return an error instead of aborting
|
2017-11-09 12:41:02 -06:00 |
|
Matt Krump
|
cdc861e5f2
|
Update Config to use abs path if supplied
|
2017-11-08 14:42:23 -06:00 |
|
Eric Meyer
|
f4a603efcb
|
Nest packages under pkg
|
2017-11-06 13:06:03 -06:00 |
|