Commit Graph

140 Commits

Author SHA1 Message Date
Jakub Sokołowski 789a81451c upgrade lodash to 4.17.11 to fix vulnerability
https://nvd.nist.gov/vuln/detail/CVE-2018-16487

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-02-11 11:03:05 +01:00
Andy Tudhope 4671ec8170
Merge pull request #16 from PombeirP/avoid-double-funding
Avoid funding issues which already have a value in the desired token.…
2018-03-26 10:38:48 +02:00
Pedro Pombeiro 6d848e59a9
Avoid funding issues which already have a value in the desired token. Fixes #14 2018-03-26 10:30:15 +02:00
Andy Tudhope 7bbec12242
Merge pull request #13 from PombeirP/bug/fix-getAddress-tests
Fix getAddress tests to use the updated comment format with md link
2018-03-21 11:47:09 +02:00
Pedro Pombeiro b0a8db2102
Fix getAddress tests to use the updated comment format with md link 2018-03-21 10:46:25 +01:00
Andy Tudhope c418a5c6b8 Added Paid to: update protection 2018-03-21 10:51:32 +02:00
Andy Tudhope e69d267cba Fixed address string length 2018-03-21 07:22:37 +02:00
Andy Tudhope d49e372fbd
Merge pull request #12 from PombeirP/bug/prevent-funding-won-bounties
Prevent bot from funding issues that contain 'Winner:' in comment.
2018-03-20 19:07:00 +02:00
Pedro Pombeiro abd5223654
Prevent bot from funding issues that contain 'Winner:' in comment.
Fix Mocha tests
2018-03-20 17:48:32 +01:00
Andy Tudhope 10750a915a
Merge pull request #11 from PombeirP/feature/avoid-double-funding
Keep LRU list of last 10 funded issues to avoid double-funding
2018-03-20 17:24:54 +02:00
Pedro Pombeiro 64ba060f5f
Keep LRU list of last 10 funded issues to avoid double-funding 2018-03-20 16:24:01 +01:00
Andy Tudhope 6c1ccd7c33
Merge pull request #9 from PombeirP/feature/case-insensitive-label-matching
Match labels without caring about case-sensitivity
2018-03-20 17:20:39 +02:00
Pedro Pombeiro 718585c0dc
Match labels without caring about case-sensitivity 2018-03-20 15:33:57 +01:00
Andy Tudhope 5525cbeccb
Merge pull request #8 from PombeirP/axios
Introduce `axios` npm package to replace low-level HTTPS fetch logic.…
2018-03-20 16:15:32 +02:00
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