Tetiana Churikova
df823722fb
Merge branch 'develop' into throw-if-no-gas
2018-03-22 17:26:04 +02:00
Vitaliy Vlasov
3dcddc8ca1
Merge branch 'develop' into fix/update-github-comment-339
2018-03-20 18:14:40 +02:00
Martin Klepsch
b833cee66d
throw if eth-rpc returns error
2018-03-20 16:30:00 +01:00
Vitaliy Vlasov
2eb2de2888
Move balances update to 10-min update thread
...
Add Tufte profiling
2018-03-19 10:38:30 +02:00
Vitaliy Vlasov
ed3e9340e4
Merge branch 'fix/update-github-comment-339' of github.com:status-im/open-bounty into fix/update-github-comment-339
2018-03-16 17:41:13 +02:00
Vitaliy Vlasov
8c44e10128
Add some logging for GitHub comment posting
2018-03-16 17:40:31 +02:00
Tetiana Churikova
75d307fe47
Merge branch 'develop' into fix/update-github-comment-339
2018-03-16 12:23:47 +02:00
Vitaliy Vlasov
13fb8dc4ec
Update repo name when processing issue/PR webhooks
2018-03-15 17:19:25 +02:00
Tetiana Churikova
c5e9e91b3f
Merge branch 'develop' into fix/update-github-comment-339
2018-03-15 09:53:06 +02:00
Vitaliy Vlasov
9d9ebefc30
[ Fix #330 ] Do not handle claims for issues that have been merged already
2018-03-15 05:55:08 +02:00
Tetiana Churikova
c87c633133
Merge branch 'develop' into fix/update-github-comment-339
2018-03-14 13:06:21 +02:00
Vitaliy Vlasov
f8063e048f
Convert to double instead of float
2018-03-13 15:20:33 +02:00
Vitaliy Vlasov
8b6d02d76f
Add map-float= for proper token balances comparison
2018-03-13 13:32:23 +02:00
Vitaliy Vlasov
e540bd04ac
Log issue details along with wrong token balance
2018-03-12 18:21:49 +02:00
Vitaliy Vlasov
34f3913ff4
Use implicit do in catch
2018-03-12 17:58:19 +02:00
Vitaliy Vlasov
36e4868294
Substitute Exception with Throwable
2018-03-12 17:56:38 +02:00
Vitaliy Vlasov
9cd5ca84c4
Merge branch 'fix/token-formatting' of github.com:status-im/open-bounty into fix/token-formatting
2018-03-12 17:55:47 +02:00
Vitaliy Vlasov
ca5b7d7e7b
Log error message if token value cannot be parsed
2018-03-12 17:55:25 +02:00
Vitaliy Vlasov
96831cbc3c
Merge branch 'develop' into fix/token-formatting
2018-03-12 17:40:47 +02:00
Vitaliy Vlasov
a7e2b60d83
Force convert long to float
2018-03-12 17:35:38 +02:00
Vitaliy Vlasov
5888d70801
Catch exceptions during token value formatting
2018-03-12 17:31:47 +02:00
Vitaliy Vlasov
7b600f6f12
Remove superfluous update-token-balances logging
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
6a9b9abf3e
Fix compilation error
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
6fac1eee9a
Add exception handling inside doseq in scheduler tasks
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
cd44e15969
Add fn for fetching all issues labeles as bounty
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
3eede3ac93
Print OAuth access token to logs
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
f80e1ad000
Use testnet-token-data not on testnet
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
79ac762432
Use safe-read-str in order to catch JSON parsing exceptions
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
2245ddf124
Comment out method and response logging
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
0be2b5a184
Remove web3j reference
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
096741f946
Default offline-signing to true
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
6a5c4500c0
Remove web3j ns
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
9e455d3a2f
Remove trailing question marks for config variable names
...
These might interfere with environment variables that are being merged in by cprop.
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
26973ae7d5
Do not prepend '0x' to params
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
5fd22660d2
eth: Adjust format-param to prepend "0x";
...
use format-param in get-transaction-receipt
fix execute fn to properly invoke get-signed-tx
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
b1b28db640
Add offline transaction signing
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
3e4a76175c
Remove unused fns
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov
ebec83c704
[ Fix #339 ] Update GitHub comment in deploy-pending-contracts scheduler
...
thread;
refactor contract deployment code to a separate fn;
remove unused code
2018-03-01 17:52:17 +02:00
Oliver Martell
3c845c39f7
[ Fix #291 ] Fix command to run migrations
...
Fixes #291
Status: Finished
Summary
This fixes the code in main to run migrations. The issue was that the original
code was using `:jdbc-database-url` vs `:database-url`. It now works for both
migrations and rollbacks. I've also simplified the components started by mount
as we only need to start env and not the db.
2018-02-16 14:43:05 +00:00
Ivan Grishaev
4717a1a590
193 review fixes
2018-02-12 18:07:41 +03:00
Ivan Grishaev
c2d6094dad
Merge branch 'develop' of https://github.com/status-im/open-bounty into 193-hide-myself
2018-02-09 16:20:13 +03:00
pablodip
177b0b22c7
remove cider in dependencies and code
2018-02-08 13:50:28 +01:00
Ivan Grishaev
c66691ca23
193 review fixes
2018-02-08 15:27:46 +03:00
Ivan Grishaev
a61885d5be
193 get rid of passing user-id
2018-02-07 11:33:48 +03:00
Ivan Grishaev
a0073b295e
Merge branch 'develop' of https://github.com/status-im/open-bounty into 193-hide-myself
2018-02-06 20:13:15 +03:00
Ivan Grishaev
8937816a8c
193 query field updated
2018-02-06 19:58:26 +03:00
Ivan Grishaev
50e3045a2c
193 address + hidden routes mixed
2018-02-06 17:09:28 +03:00
P
5a99979a7c
Merge pull request #247 from pablodip/unversioned-config-files
...
Unversioned config files
2018-02-06 14:14:25 +01:00
pablodip
52f95b8254
fix some default values in dev env
2018-02-05 08:48:22 +01:00
pablodip
1b9151e1e1
use updated-at in filtering and sorting
2018-02-02 23:46:09 +01:00