653 Commits

Author SHA1 Message Date
Vitaliy Vlasov
893a0bdffb
Add try-catch to update-confirm-hash, update-watch-hash,
deploy-pending-contracts
2018-04-12 13:56:20 +03:00
Martin Klepsch
52edd4e207 improved logging in commiteth.scheduler 2018-04-12 12:22:56 +02:00
Martin Klepsch
a4463b9810 always log issue id when deploying contracts 2018-04-12 11:18:15 +02:00
Vitaliy Vlasov
eb7b5e1010 Process multiple claims in one PR 2018-04-11 20:08:30 +03:00
Marco Süß
5d852481ee [ISSUE #355] persist bounty filter to query string 2018-04-09 15:29:42 +03:00
Vitaliy Vlasov
ea49a1eda4 Add documentation to eth-gasstation-gas-price fn 2018-04-06 18:56:45 +03:00
Vitaliy Vlasov
7e98c6c816 Use max(average,average_calc) when calculating gas price
This should protect against short-term gas price fluctuations
2018-04-06 18:56:45 +03:00
Vitaliy Vlasov
9008f675f3 Add :dev-login for quick dev tasks when OAuth/GitHub app are not
required
2018-04-05 08:45:07 +02:00
Vitaliy Vlasov
588779c434 Iterate through return value of extract-issue-number instead of picking
first always
2018-03-30 09:36:36 +03:00
Martin Klepsch
dd700ab3d3 improve exception when contract cannot be loaded 2018-03-27 15:50:58 +03:00
Vitaliy Vlasov
3c6dee0f14 Add issues to issue links in PRs 2018-03-27 13:07:04 +03:00
Vitaliy Vlasov
df93a502df Parse issue URLs during issue number extraction 2018-03-27 13:07:04 +03:00
Martin Klepsch
c599021a40 include generated contract interfaces in git 2018-03-26 19:09:38 +03:00
Martin Klepsch
b7342ea0b9 fix exception related to missing :claims key 2018-03-26 15:43:23 +03:00
Martin Klepsch
498f80c24a assert that keys from enrichment process are present 2018-03-26 15:43:23 +03:00
Martin Klepsch
21da4fb3b4 split user-bounties function into two 2018-03-26 15:43:23 +03:00
Martin Klepsch
35f9685fad #300: clean up bounty-states, add docstring 2018-03-26 15:43:23 +03:00
Martin Klepsch
3db9266a32 stash some development code 2018-03-26 15:43:23 +03:00
Martin Klepsch
f654e0452f #300: better guard around nil properties 2018-03-26 15:43:23 +03:00
Martin Klepsch
ef4e1f411e #300: add function which returns state of a given bounty 2018-03-26 15:43:23 +03:00
Martin Klepsch
ec2f87e621 access js/window.web3 in advanced-safe way 2018-03-26 12:19:26 +03:00
Martin Klepsch
c111da4b9d fix #368: dont show Manage Payouts if user hasnt issued bounties 2018-03-26 10:20:41 +03:00
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
d7dc1b297e
Merge branch 'develop' into fix/update-github-comment-339 2018-03-16 12:48:39 +02:00
Martin Klepsch
d98b26a16c fix issue with settings page @churik discovered 2018-03-16 12:46:17 +02:00
Martin Klepsch
ad581fd576 swap secretary with bide, move routing into extra ns 2018-03-16 12:46:17 +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
Martin Klepsch
1310c74ce6 break individual stats in two rows on small screens 2018-03-15 06:14:47 +02:00
Martin Klepsch
35a8cfd84c #301: turn stats calculation into subscription, improve dollar amount display 2018-03-15 06:14:47 +02:00
Martin Klepsch
3cdfa549b7 fix #301: add basic stats to manage payouts screen 2018-03-15 06:14:47 +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