Commit Graph

571 Commits

Author SHA1 Message Date
Julien Eluard 438ef1a811
Shared static landing page 2017-10-29 10:58:24 +02:00
Teemu Patja bc9c0011a4
Footer layout improvements 2017-10-29 10:26:15 +02:00
Teemu Patja 4a2fdd8e2e
Layout improvements 2017-10-29 10:02:06 +02:00
Teemu Patja 1b3254dd0b
Fix react warnings 2017-10-29 09:45:55 +02:00
Teemu Patja b077b117a9
Minor css change 2017-10-28 23:21:57 +03:00
Teemu Patja 71445f599c
Add missed file 2017-10-28 23:20:39 +03:00
Teemu Patja c12cc5e7ed
First version of new page footer 2017-10-28 23:06:55 +03:00
Teemu Patja e71b17a565
Hubspot + FB Pixel embeds to page template 2017-10-28 21:10:51 +03:00
Teemu Patja 7aa8205115
DB support tracking welcome email sends 2017-10-28 21:10:09 +03:00
Teemu Patja 3a0293c056
Enable github account UX 2017-10-27 22:58:02 +03:00
Teemu Patja 790cbea367
Change menu caption, use SOB specific storage key 2017-10-27 22:11:44 +03:00
Teemu Patja a798d3d1eb
Show content with full width when top-hunters not shown 2017-10-27 19:33:29 +03:00
Teemu Patja 46273fdb39
Fix button backgrounds 2017-10-27 19:28:54 +03:00
Teemu Patja 2a63690b6c
Fix dropdown menu
* temp fix for dropdown menu flickering
2017-10-27 19:19:40 +03:00
Teemu Patja 1fe40874ce
Unicode arrow 2017-10-27 18:20:14 +03:00
Teemu Patja 70f50422b2
Fix semantic UI css link 2017-10-27 18:18:28 +03:00
Teemu Patja a153caeab8
WIP: more SOB UX changes
* make bounties view default
* new top hunters look
* only show top hunters for bounties and activity views
* misc css tweaks
2017-10-27 18:09:41 +03:00
Teemu Patja aba6f5b604
Update dependencies 2017-10-27 17:45:17 +03:00
Teemu Patja 967778a761
Comment image improvements
* make QR image larger
* use status logo
* layout tweaks
2017-10-27 13:22:35 +03:00
Teemu Patja 6f2cb1c2a5
Only show claim related events in activity feed 2017-10-27 09:19:47 +03:00
Teemu Patja 35bef82b6e
WIP: SOB UX
beginnings of new UX for status open bounty
* manage repos view changes
* new header + tabs style
* flash/error messages as modal overlay
* SOB favicon
* general css changes
2017-10-26 19:19:36 +03:00
Teemu Patja 785d5fb8e5
Show username in top-hunters in case display name not set 2017-10-25 14:56:24 +03:00
Teemu Patja eb820525bc
Include link to etherscan.io for deployment transaction
* include a link to etherscan.io for a bounty contract's "deploying"
  comment

Fixes: #99
2017-10-09 17:11:06 +03:00
Teemu Patja 4c35a20feb
Increase multisig deploy gas-limit 2017-10-03 19:59:39 +03:00
Teemu Patja b3b2d5eb5c
Update USD value for an issue also when balance changes
* in addition to updating current USD value for open issues every 5
  minutes, update for an issue if change in balance detected
2017-09-22 19:27:24 +03:00
Teemu Patja 8e3762c701
Fix typo causing crash in fault tolerance feature 2017-09-22 19:01:27 +03:00
Teemu Patja 01f09bf671
Uncomment rpc call 2017-09-22 18:21:27 +03:00
Teemu Patja 1432cff096
Add missing gas-limit arg 2017-09-22 18:05:52 +03:00
Teemu Patja 26d30ad91b
Fix gas limit issues introduced by upgrade to geth 1.7.0
* add configurable factor for adjusting gas estimates given by
  json-rpc's eth_estimateGas. This will adjust all gas estimates by
  multiplying json-rpc estimate with the factor.

* use fixed gas limit for deploying bounty contracts to avoid running
  out of gas with geth 1.7.0
2017-09-22 16:52:19 +03:00
Teemu Patja 97ca8a8690
Fix typo in dependency jar name 2017-09-21 12:41:32 +03:00
Teemu Patja beca021050
Use Ropsten as testnet instead of Rinkeby.
* make token registry contract address configurable
* update documentation
* indicate ropsten usage on github comment
2017-09-21 08:48:57 +03:00
Teemu Patja a9c38ba3e5
Improve testing document 2017-09-18 12:57:29 +03:00
Teemu Patja 0476b8c1ea
Fault tolerance for payout confirmal
* if a payout transaction sent by repo admin from cljs does not get
  mined within 3 hours, consider it as failed and re-enable confirm
  button

Fixes: #94
2017-09-15 10:24:55 +03:00
Teemu Patja 6d6de254fd
Draft version of testing document 2017-09-14 14:49:26 +03:00
Teemu Patja c17763bf2d
Fix bug in is-bounty-issue?, update docstring 2017-09-13 11:20:11 +03:00
Teemu Patja 6522265f7d
Never show closed github issues as open bounties
* do not show a bounty issue in open bounties listing or activity feed
  items in case it was closed (manually or via PR)

Fixes: #95
2017-09-13 11:11:37 +03:00
Teemu Patja 640cf8abd6
Usage metrics view access control fix
Allow all members of status-im organization to see Usage metrics view,
instead of just Status team members.
2017-09-11 09:01:34 +03:00
Teemu Patja 56587f882b
Add info about solc and web3j to README 2017-09-07 11:30:30 +03:00
Teemu Patja 11d2c6e4ce
Workaround for smart contract issue related to payouts
If our smart contract is used as designed for payout (first commiteth
bot executes confirmTransaction() with a withdrawEverything call in
payload and then the repo owner calls confirmTransaction() with the
returned tx-id) the contract fails when executing, but confirming
succeeds. Because of this, we now look for contracts that have been
confirmed by both and that still have ETH and/or tokens, and call
executeTransaction() for those.

This needs testing.
2017-08-31 11:33:08 +03:00
Teemu Patja 5ab68f3b18
Fix issues with :confirm-payout re-frame handler 2017-08-31 11:32:45 +03:00
Teemu Patja 9885014235
Typo fix 2017-08-30 11:52:06 +03:00
Teemu Patja 667b3919c4
Handle clients with no web3 correctly
* fix issues with clients that have no wallet connected

Fixes: #92
2017-08-30 11:45:36 +03:00
Teemu Patja 05f1a711c1
Deal with both new and older mist behavior
* try to support both older and new mist for using injected web3
2017-08-29 00:40:13 +03:00
Teemu Patja 3daf6482bf
cljs-web3 related fixes, pt 2 2017-08-29 00:02:34 +03:00
Teemu Patja 071fffbe4d
Fix typed fn name 2017-08-28 23:40:02 +03:00
Teemu Patja bf8039bceb
Fixes for cljs-web3 usage 2017-08-28 23:36:35 +03:00
Teemu Patja 42aa34cfad
Use sha3 from cljs-web.core 2017-08-28 23:23:06 +03:00
Teemu Patja 912b780c92
Revert "Update cider-nrepl version"
This reverts commit 1139e01835.
2017-08-28 23:13:08 +03:00
Teemu Patja fff720ad71
Use web3 via cljs-web3
* take cljs-web3 to use and no longer rely on window/web3 injected by
  wallet
2017-08-28 23:09:57 +03:00
Teemu Patja 1139e01835
Update cider-nrepl version 2017-08-28 20:00:16 +03:00