Commit Graph

57 Commits

Author SHA1 Message Date
Jordi Montes aa98585bae package-lock.json added to gitignore 2018-01-22 23:45:54 +01:00
Jordi Montes 80ff731c2e WIP: refactoring request processing workflow 2018-01-22 23:45:09 +01:00
Jordi Montes 9d12c228e8 getLabel function renamed to getLabels 2018-01-22 23:44:31 +01:00
Jordi Montes 36ce30c714 getLabel function renamed to getLabels 2018-01-22 23:43:58 +01:00
Jordi Montes 3ff0ae31cc Default and developing configurations ready 2018-01-22 23:43:32 +01:00
Pol.Alvarez@BSC 4b8524b0e7 Renamed getLabels 2018-01-22 22:47:46 +01:00
Pol.Alvarez@BSC 5188fa7923 Pipepline working until dummy tx 2018-01-22 21:21:31 +01:00
Jordi Montes 06d132a007 Merge branch 'config' of https://github.com/jomsdev/autobounty into config 2018-01-22 17:29:24 +01:00
Jordi Montes 5df7da3fa2 getLabels description 2018-01-22 17:23:35 +01:00
Pol.Alvarez@BSC bcb7b939c8 Merge branch 'config' of https://github.com/jomsdev/autobounty into config 2018-01-22 17:08:27 +01:00
Pol.Alvarez@BSC f14bdf05a6 Merged WIP 2018-01-22 17:08:23 +01:00
Jordi Montes e29c5c1675 getAmount function done 2018-01-22 17:05:42 +01:00
Pol.Alvarez@BSC 918dfe41cc WIP: sendTransaction structure and logFunding 2018-01-22 16:50:23 +01:00
Jordi Montes 9b84e2bd7f WIP: getAmount functionality 2018-01-22 16:49:41 +01:00
Jordi Montes 9c6038bfb4 Github API calls 2018-01-22 16:49:04 +01:00
Jordi Montes da6f6162dc winston npm --save 2018-01-22 12:55:54 +01:00
Jordi Montes f2bb705960 winston added as our logger by default 2018-01-22 12:24:19 +01:00
Jordi Montes 0a2eb7972d prices.js updated 2018-01-20 17:34:11 +01:00
Jordi Montes 09abfcde10 config require is now lowercase 2018-01-20 17:32:11 +01:00
Jordi Montes 3c512298c2 getAmount functions is now a bot function 2018-01-20 17:29:29 +01:00
Jordi Montes 7f353ce0c3 needsFunding function updated 2018-01-20 17:26:49 +01:00
Jordi Montes 386b1176a4 WIP: getting amount from labels 2018-01-20 14:15:49 +01:00
Jordi Montes 1835c879df FIXED: minor syntax changes 2018-01-20 13:51:57 +01:00
Jordi Montes 323003f902 FIXED: default.js syntax error 2018-01-20 13:41:57 +01:00
Jordi Montes 1201ad4d47 FIXED: index.js syntax error 2018-01-20 13:36:58 +01:00
Pol.Alvarez@BSC 8028c37ac3 Merged minor changes 2018-01-19 18:37:10 +01:00
Pol.Alvarez@BSC 73aca304a5 Structure refactor, API calls created with missing error handling 2018-01-19 18:33:27 +01:00
Jordi Montes 5c59962c75 toAddress function signatue changed 2018-01-19 17:32:00 +01:00
Jordi Montes b1a57d68dc Fixed: copy an paste error 2018-01-19 13:25:47 +01:00
Jordi Montes 19e3df1938 WIP: autobounty 2018-01-19 11:42:58 +01:00
Jordi Montes 96ebc1d70f restart script for the docker image stoping/building/launching 2018-01-17 16:50:45 +00:00
Ubuntu 5b613d0324 config default vars updated 2018-01-17 16:48:56 +00:00
Andy Tudhope 0de33322b4
Update readme.md
Include a reference to the original repo and thank Aragon.
2018-01-10 11:03:33 +02:00
Andy Tudhope 84a665f35e
Updated readme.md
Updated all the references, links and some grammar and style to reflect recent updates to both the names and work flow of this product.
2018-01-10 09:43:53 +02:00
Andy Tudhope f8f0705ee6
Added Status logo 2018-01-10 09:23:34 +02:00
Smokyish b520ceb9ae Update readme.md 2017-06-27 12:40:14 +03:00
Smokyish 76059f807c Add readme.md 2017-06-27 12:02:31 +03:00
Jorge Izquierdo 0ce9db8ee1 Merge pull request #5 from snugghash/master
Fix transaction attempt on non-recognised comments (fixes #4)
2017-06-22 12:38:18 +02:00
Jorge Izquierdo 5cb709084d Merge pull request #3 from izqui/webhook-secret
Add webhook secret security measure
2017-06-15 10:03:12 +02:00
snugghash c88713159d Fix transaction attempt on non-recognised comments 2017-06-14 19:11:46 +05:30
Jorge Izquierdo 5f31785e99 Add webhook secret security measure 2017-06-14 14:34:26 +02:00
Jorge Izquierdo 6678064cc0 Merge pull request #2 from snugghash/master
Listener to consume `issue_comments` webhook, parse and send ETH to address.
2017-06-14 14:30:21 +02:00
snugghash 5e08f347e0 Fix ADDRESS, check for commiteth, removing `data` 2017-06-14 17:20:59 +05:30
snugghash 1b7252ed26 Add parsing amount, storage of address from thread
Amount is parsed from comment having "@NAME" where name is env. variable.
Address from commiteth's comment, stored in a global variable. Destroyed
when reinstantiating container.
(fixes aragon/autobounty#1)

Revert Dockerfile change

Revert index.js whitespace
2017-06-11 16:02:04 +05:30
snugghash 3932bbbe10 Adding body-parser to parse JSON 2017-06-11 11:53:57 +05:30
snugghash b750bbfda3 Fix unexpected end error from node 2017-06-10 23:54:34 +05:30
snugghash fef5ff6013 Comment overall goals, change to POST 2017-06-10 20:37:15 +05:30
snugghash 4b774effcd Change name to autobounty, add description 2017-06-10 19:45:25 +05:30
Jorge Izquierdo ed78bed8b7 Don't make the world burn 2017-06-09 12:15:53 +02:00
Jorge Izquierdo 0b296e0559 Remove rate limiting and blacklist logic 2017-06-09 12:15:30 +02:00