Commit Graph

766 Commits

Author SHA1 Message Date
Iuri Matias f5c17d06d4
Merge pull request #268 from status-im/feat/arbitration-improvements
Arbitration impovements
2019-05-23 16:05:47 -04:00
Jonathan Rainville 3152b19a27
feat: improve arbitration screen 2019-05-23 15:52:39 -04:00
Iuri Matias 165b00a65e
Merge pull request #267 from status-im/fix/small-bugs
Fix a couple of bugs
2019-05-23 15:35:31 -04:00
Jonathan Rainville 0d4c309f72
feat: save arbitration motive in the contract and display it 2019-05-23 14:51:10 -04:00
Jonathan Rainville 6da55d64c7
fix: arbitrator select giving not an address 2019-05-23 12:39:55 -04:00
Jonathan Rainville 1ce7a9b6a8
fix: profile being empty 2019-05-23 12:39:32 -04:00
Jonathan Rainville 57ef18ed3d
chore: remove useless tmp file
Those are the old escrow and arbitration files
I left the signature components because we might still use them
2019-05-23 08:44:19 -04:00
Iuri Matias e1bbcbba59
Merge pull request #266 from status-im/fix/approve-cancel
Add error screen for approval erros
2019-05-23 08:31:28 -04:00
Jonathan Rainville 4f0d769380
feat: add error screen for approval erorrs 2019-05-23 08:28:08 -04:00
Iuri Matias 74230e7443
Merge pull request #264 from status-im/fix/double-rate
Make it impossible to even try to rate twice
2019-05-23 08:23:18 -04:00
Iuri Matias d308549f40
Merge pull request #265 from status-im/feat/show-expiration
show expiration date when it is available
2019-05-23 08:22:18 -04:00
Iuri Matias 45dd558ba1
Merge pull request #263 from status-im/feat/improve-arbitrator-select
Improve arbitrator select
2019-05-23 08:22:04 -04:00
Jonathan Rainville 1be5aa7e02
show cuter date 2019-05-22 15:10:23 -04:00
Jonathan Rainville 99e162b074
feat: show expiration date when it is available 2019-05-22 15:08:34 -04:00
Jonathan Rainville aa639c8427
fix: make it impossible to even try to rate twice 2019-05-22 14:52:37 -04:00
Jonathan Rainville 4c72462759
feat: show more info about arbitrators 2019-05-22 13:06:14 -04:00
Jonathan Rainville d834846d05
refactor: make sure all stored addresses are checksum 2019-05-22 13:05:30 -04:00
Richard Ramos 0193a25bd0
fix: offer mismatch in offer list (#262)
* fix: display all offers (even if you are an arbitrator)
* fix: disable offers where the user is an arbitrator
2019-05-22 11:56:28 -04:00
Richard Ramos 36b31f43bb
fix: avoid trade step getting stuck due to parseInt a float value (#261)
* fix: avoid trade step getting stuck due to parseInt a float value
* fix: tests
2019-05-22 11:56:11 -04:00
Richard Ramos c3a288638a
fix: dispute state after arbitration (#260)
* fix: dispute state after arbitration
* fix: code review
* fix: tests
* fix: lint
2019-05-22 11:55:36 -04:00
Richard Ramos 46d09d2474
fix: null address comparison 2019-05-22 09:24:30 -04:00
Richard Ramos 0802b4edb2
fix: address comparation (#259)
* fix: address comparation

* fix: tests
2019-05-22 08:54:40 -04:00
Iuri Matias 4744d92c9c
Merge pull request #257 from status-im/fix/purge
fix: purge not actually urging, but now it does
2019-05-21 16:58:35 -04:00
Iuri Matias 1ac7eb6ad9
Merge pull request #258 from status-im/fix_broken_escrow_load
fix broken arbitration opening action
2019-05-21 16:58:25 -04:00
Iuri Matias 9900f54b66 fix comparison; convert addreses to lowercase to ensure address comparision always works 2019-05-21 16:53:09 -04:00
Jonathan Rainville f3b12b4b86
fix lint and add chains 2019-05-21 16:51:49 -04:00
Jonathan Rainville a48f3bec2f
fix: purge not actually urging, but now it does 2019-05-21 16:33:41 -04:00
Jonathan Rainville 8378f3bc03
Merge pull request #255 from status-im/feat/purge-cache
feat: add settings page with reset cache button
2019-05-21 15:03:59 -04:00
Richard Ramos 4dafc9ebd6
fix: open disputes (#256) 2019-05-21 15:02:01 -04:00
Jonathan Rainville d5fe69a5f2
Merge pull request #254 from status-im/fix/missing-assets
fix: only put address in array if not current address
2019-05-21 14:56:31 -04:00
Jonathan Rainville 98c0e72254
Merge pull request #253 from status-im/fix/open-trade
fix: open trade button always disabled
2019-05-21 14:56:21 -04:00
Jonathan Rainville f8bd566b37
feat: add settings page with reset cache button 2019-05-21 14:54:27 -04:00
Jonathan Rainville 8819bbf31c
fix: only put address in array if not current address 2019-05-21 14:41:03 -04:00
Jonathan Rainville 86a290f5d0
fix: open trade button always disabled 2019-05-21 14:35:49 -04:00
Richard Ramos 325030ee60
fix: add logic for "make a decision" button in arbitration (#252)
* fix: add logic for "make a decision" button in arbitration
* fix: code review
2019-05-21 13:27:44 -04:00
Jonathan Rainville d2dbe0d76a
Merge pull request #251 from status-im/feat/set-max-seller-balance
Set max as sellers balance
2019-05-21 13:01:23 -04:00
Jonathan Rainville a19374ec91
feat: show your own offers as green 2019-05-21 11:09:07 -04:00
Jonathan Rainville 70545cd109
feat: put seller balance as max value to trade 2019-05-21 11:05:16 -04:00
Richard Ramos 8713d7b286
fix: stop status from breaking in small screens (#250)
* fix: stop status from breaking in small screens

* fix: tests
2019-05-20 09:49:29 -04:00
Richard Ramos 051424ef3d
fix: buyers cannot arbitrate their own escrows (#249)
* fix: buyers cannot arbitrate their own escrows

* fix: tests
2019-05-20 09:49:14 -04:00
Richard Ramos e1f4c4a660 fix: disable cancel button right after funding 2019-05-17 15:07:01 -04:00
Richard Ramos 4889568ac4
feat: make addresses compact up to a specific number of characters (#246)
* feat: make addresses compact up to a specific number of characters
* fix: tests
* refactor: rename var
* fix: tests
2019-05-17 11:34:44 -04:00
Richard Ramos cb3d3b76ce
feat: sellers cannot cancel an escrow until after the expiration time (#247) 2019-05-17 11:27:32 -04:00
Richard Ramos babddde00e
fix: sellers shouldnt be their own arbitrator (#248) 2019-05-17 11:27:16 -04:00
Jonathan Rainville 71f0930a68
Merge pull request #245 from status-im/feat/add-state-tx-escrow
Improve state management of escrows
2019-05-17 09:50:29 -04:00
Jonathan Rainville b6cc6217b6
fix created event in escrow returning buyer for the seller 2019-05-17 09:27:56 -04:00
Jonathan Rainville 49ad4b65a8
new rinkeby contract deploys 2019-05-16 16:32:20 -04:00
Jonathan Rainville 97ababfdc0
add Mining story 2019-05-16 16:26:52 -04:00
Jonathan Rainville 656df774df
fix tests 2019-05-16 16:26:52 -04:00
Jonathan Rainville 8fd900ef6c
add TxHash component that has a url to etherscan depending on id 2019-05-16 16:26:51 -04:00