126 Commits

Author SHA1 Message Date
Pedro Pombeiro
717b46ec52
Introduce axios npm package to replace low-level HTTPS fetch logic. Remove unused web3 package
- Fix fractional part gas price being truncated when converting to wei
2018-03-20 14:46:57 +01:00
Andy Tudhope
638358e802
Merge pull request #7 from PombeirP/bug/fix-label-retrieval
Fix label retrieval
2018-03-20 15:02:02 +02:00
Pedro Pombeiro
a96c434c96
Introduce @octokit/rest npm package to replace handrolled logic 2018-03-20 13:58:48 +01:00
Andy Tudhope
b975645815 Cleaned Pedro's cleaning ;) 2018-03-20 14:13:06 +02:00
Andy Tudhope
1362bc33a3 Changes to logging and README 2018-03-20 13:23:07 +02:00
Andy Tudhope
5c805dca5a Prep config for production 2018-03-20 12:55:17 +02:00
Andy Tudhope
56acf5c435
Merge pull request #6 from PombeirP/cleanup
Migrate to ES6 syntax, fix console logging, fix token sends
2018-03-20 12:46:59 +02:00
Pedro Pombeiro
1d97979bc5
Prevent token value being interpreted as Wei 2018-03-20 11:45:25 +01:00
Pedro Pombeiro
cc86e5112e
Ensure private key starts with 0x 2018-03-20 11:44:59 +01:00
Pedro Pombeiro
1ccae9359e
Fix console logging 2018-03-20 11:17:57 +01:00
Pedro Pombeiro
260ce2d03f
Use STT by default 2018-03-20 11:01:39 +01:00
Pedro Pombeiro
cef804896b
Code cleanup 2018-03-20 11:01:34 +01:00
Pedro Pombeiro
fd60e3be84
Update packages 2018-03-20 11:01:29 +01:00
Pedro Pombeiro
dd8cdd0676
Add package-lock.json 2018-03-20 09:48:52 +01:00
Pedro Pombeiro
434f8c9cf5
Add ESLint and convert code to ES6 2018-03-20 09:45:58 +01:00
Pedro Pombeiro
83df18e9d8
Prefer const and let instead of var 2018-03-20 09:45:55 +01:00
Pedro Pombeiro
1429a1af7b
Remove semi-colons 2018-03-20 09:45:50 +01:00
Andy Tudhope
9597cde0a2
Merge pull request #5 from PombeirP/feature/token-funding
Add funding using tokens and local debugging with VS code
2018-03-20 09:02:40 +02:00
Pedro Pombeiro
ab24498d53 Implement capability to fund contract with tokens 2018-03-19 23:41:36 +01:00
Pedro Pombeiro
ed558feb7b
Add debug configuration for VS Code 2018-03-19 21:48:16 +01:00
Andy Tudhope
93c5a1005d
Merge pull request #2 from kafkasl/development
Autobounty v1.0 - not working, but Pedro and I have the fixes, to be merged shortly.
2018-03-19 19:39:28 +02:00
Jordi Montes
f59d7ce840 Fixed contract address length and action condition 2018-03-13 17:27:23 +00:00
Pol.Alvarez@BSC
069f031e3e Removed development config, default and testing values are in default 2018-03-02 15:55:42 +01:00
Pol.Alvarez@BSC
bbad087a01 Filtering incoming requests by edited action 2018-03-02 13:40:38 +01:00
Pol.Alvarez@BSC
1c2ad61055 Changed default test user to status-open-bounty 2018-03-01 14:58:25 +01:00
Pol.Alvarez@BSC
6306500fa6 config.githubUsername was hardcoded 2018-03-01 12:14:03 +01:00
Pol.Alvarez@BSC
73730df429 Cleaned dev.js config file 2018-02-27 16:53:53 +01:00
Pol.Alvarez@BSC
b3715767ef Cleanup 2018-02-27 16:41:01 +01:00
Pol.Alvarez@BSC
5f335791e2 Glitch in header 2018-02-27 16:13:13 +01:00
Pol.Alvarez@BSC
d200f0860b Cleanup for testing 2018-02-27 16:10:18 +01:00
Pol.Alvarez@BSC
e861a0bcc1 Sending with provider 2018-02-27 15:08:52 +01:00
Pol.Alvarez@BSC
9bc92912af some let to const and typo 2018-02-27 13:25:41 +01:00
Pol.Alvarez@BSC
e8ded5ee9b removed logpath parameter 2018-02-27 12:25:23 +01:00
Pol.Alvarez@BSC
d3a213e61f readme modif. to reflect new log location 2018-02-27 12:21:13 +01:00
Pol.Alvarez@BSC
5a041d26e7 Merge branch 'development' of https://github.com/jomsdev/autobounty into development 2018-02-27 12:20:05 +01:00
Pol Alvarez
b7d18d0433
Merge pull request #3 from jomsdev/logs_outside_docker
Logs outside docker
2018-02-27 12:19:48 +01:00
Pol.Alvarez@BSC
845340a914 Logs transferd outside into $(pwd)/log 2018-02-27 12:17:03 +01:00
Pol.Alvarez@BSC
71de01fd9d added utils.parseEther and logging from tx info 2018-02-27 12:11:59 +01:00
Pol.Alvarez@BSC
22dc42c25c Added logging for successful tx 2018-02-27 11:32:12 +01:00
Pol.Alvarez@BSC
5f5728d28e Testing on ropsten 2018-02-27 11:24:56 +01:00
Pol.Alvarez@BSC
f6aef0c69a Testing sendTransaction on infura 2018-02-27 11:10:17 +01:00
Pol.Alvarez@BSC
d5c8f44616 Merged add_webhook_secret 2018-02-23 17:36:03 +01:00
Pol.Alvarez@BSC
009d0ad50e WIP: mounting docker with external volume for logs 2018-02-23 17:33:00 +01:00
Jordi Montes
e50651e59f extra , removed 2018-02-14 11:46:21 +01:00
Jordi Montes
52960446a4 getAmount tests for failing removed 2018-02-14 11:45:16 +01:00
Jordi Montes
8679b7b973 privateKey var added to config 2018-02-14 11:44:25 +01:00
Jordi Montes
eeebfc5a1a WIP: ether.js integration 2018-02-13 13:05:39 +01:00
Pol.Alvarez@BSC
5ae2784066 Removed debug logs 2018-02-13 11:52:03 +01:00
Pol.Alvarez@BSC
a144b6987d Export glitch 2018-02-13 11:45:55 +01:00
Pol.Alvarez@BSC
9e7b06b523 Alpha test: secret webhook 2018-02-13 11:43:28 +01:00