Jonathan Rainville
|
ab680c22a7
|
code reviews for using constants and change text
|
2019-05-27 10:31:33 -04:00 |
Jonathan Rainville
|
9340be82d1
|
fix test
|
2019-05-27 09:10:47 -04:00 |
Jonathan Rainville
|
f4ce3d02e5
|
feat: add resolvedDispute screen to show if you won the dispute
|
2019-05-24 16:35:25 -04:00 |
Jonathan Rainville
|
0b5afa32c0
|
feat: show color for winning or losing arbitration in profile
|
2019-05-24 15:49:19 -04:00 |
Jonathan Rainville
|
7f593a74d5
|
feat: show dispute winner on arbitration screen
|
2019-05-24 15:36:59 -04:00 |
Jonathan Rainville
|
6083578311
|
Merge pull request #272 from status-im/fix/arbitration-details
Add buyer or seller badge in arbitration
|
2019-05-24 15:25:41 -04:00 |
Jonathan Rainville
|
f1d1d8458a
|
Merge pull request #271 from status-im/fix/sorter
Fix filters
|
2019-05-24 15:02:14 -04:00 |
Jonathan Rainville
|
9f1ee69cec
|
Merge pull request #270 from status-im/fix/infinite-loop
Fix infinite loop in the Sell page and add txHash to addOffer
|
2019-05-24 15:02:02 -04:00 |
Jonathan Rainville
|
276021d402
|
feat(arbitration): add buyer or seller badge in arbitration
|
2019-05-24 15:01:15 -04:00 |
Jonathan Rainville
|
01e3074b3a
|
fix(filter): fix asset filter
|
2019-05-24 12:46:09 -04:00 |
Jonathan Rainville
|
c33acf5453
|
fix(offers-list): fix number of seller
|
2019-05-24 12:35:40 -04:00 |
Jonathan Rainville
|
bd913fa081
|
fix(filter): fix payment method filter
|
2019-05-24 11:51:47 -04:00 |
Jonathan Rainville
|
81fdc7dccb
|
fix: reset seller state after submitting an offer
|
2019-05-24 11:29:25 -04:00 |
Jonathan Rainville
|
233b60996c
|
feat: add txHash to addOffer
|
2019-05-24 11:08:04 -04:00 |
Jonathan Rainville
|
d13016f8d6
|
fix: data openCase arguments
|
2019-05-24 11:07:21 -04:00 |
Jonathan Rainville
|
2cdf3abd73
|
Merge pull request #269 from status-im/chore/remove-useless-calls
Remove useless blockchain calls and use the state instead
|
2019-05-24 10:45:42 -04:00 |
Jonathan Rainville
|
c26b89f280
|
fix: arbitration styling
|
2019-05-24 10:27:29 -04:00 |
Jonathan Rainville
|
8a4212f052
|
chore: remove buyerInfo from arbitration and move it to Dispute
|
2019-05-24 10:03:15 -04:00 |
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 |