chimp1984
|
0be451a136
|
Fix typos
|
2020-12-28 12:24:35 -05:00 |
|
chimp1984
|
5e39477fca
|
Refactor: Use terminate instead of cancel
|
2020-12-28 12:24:35 -05:00 |
|
chimp1984
|
5363c8d505
|
Remove cancel,cleanup and stop method. Use terminate instead.
Fix typo
|
2020-12-28 12:24:35 -05:00 |
|
chimp1984
|
4a05e5bf0d
|
Improve getBlocks request handling
|
2020-12-28 12:24:35 -05:00 |
|
Jakub Loucký
|
9a9a8ba67d
|
Fix missing apostrophe in Withdrawal view
|
2020-12-28 18:22:57 +01:00 |
|
sqrrm
|
1abc7487b9
|
Add indication of last GH CR issue
|
2020-12-28 17:48:04 +01:00 |
|
ghubstan
|
1f99192a31
|
Make visible to subclasses
|
2020-12-28 13:12:34 -03:00 |
|
ghubstan
|
3bbf1e02dd
|
Add convenience method to convert enum[] to comma delimited string
|
2020-12-28 13:11:12 -03:00 |
|
Christoph Atteneder
|
976caeb14e
|
Merge pull request #5001 from chimp1984/deactivate-open-offer-if-trigger-price-is-reached
Deactivate open offer if trigger price is reached
|
2020-12-28 17:04:21 +01:00 |
|
ghubstan
|
32e9bd285f
|
Delete unused method
|
2020-12-28 12:52:29 -03:00 |
|
Christoph Atteneder
|
78d4176f8a
|
Merge pull request #5004 from chimp1984/add-mediators-keybase-usernames
Add mediators keybase usernames
|
2020-12-28 16:50:56 +01:00 |
|
sqrrm
|
00c82bb7e9
|
Merge pull request #5012 from bisq-network/release/v1.5.2
Release/v1.5.2
|
2020-12-28 15:08:13 +01:00 |
|
Christoph Atteneder
|
850e031158
|
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.5.2
# Conflicts:
# core/src/main/java/bisq/core/account/witness/AccountAgeWitnessService.java
# core/src/main/java/bisq/core/trade/closed/CleanupMailboxMessages.java
|
2020-12-28 14:57:08 +01:00 |
|
Christoph Atteneder
|
0ad39761ce
|
Revert to SNAPSHOT version
|
2020-12-28 14:54:55 +01:00 |
|
chimp1984
|
6fe19db233
|
Only check for downGrade if we are on mainnet
Its a bit annoying for dev testing when switching between release and master...
|
2020-12-27 23:38:17 -05:00 |
|
chimp1984
|
8350f22c0f
|
Set correct type of cache map
|
2020-12-27 23:37:08 -05:00 |
|
chimp1984
|
60ffdbab35
|
Show stack trace in error popup if view gets an exception at initialize.
|
2020-12-27 23:36:38 -05:00 |
|
chimp1984
|
681fed603e
|
Fix log
|
2020-12-27 22:50:56 -05:00 |
|
chimp1984
|
fd8fc8f9ac
|
Add estimated size to log of initial data response
|
2020-12-27 22:27:10 -05:00 |
|
chimp1984
|
7a9230ef27
|
Optimize getIssuance(String txId, IssuanceType issuanceType) method
We iterated all map entries instead of a simple get call.
|
2020-12-27 21:27:17 -05:00 |
|
chimp1984
|
9402ca0c64
|
Optimize getIssuance method
We iterated all map entries instead of a simple get call.
|
2020-12-27 21:24:58 -05:00 |
|
chimp1984
|
32cc062872
|
Refactor: Rename getIssuanceSet to getIssuanceSetForType
|
2020-12-27 21:21:48 -05:00 |
|
chimp1984
|
686957c809
|
Add comment
|
2020-12-27 21:20:17 -05:00 |
|
jmacxx
|
64d0926db3
|
remove awt dependencies
|
2020-12-26 23:18:45 -06:00 |
|
chimp1984
|
62ca826217
|
Use java doc at constructor
|
2020-12-26 19:47:57 -05:00 |
|
chimp1984
|
e38fa9a819
|
Add user name to dispute window and to trade details window (json contract window)
|
2020-12-25 13:46:04 -05:00 |
|
chimp1984
|
2b047976af
|
Add lookup map for support agents keybase user names by onion address
Add it to dispute (client) views
|
2020-12-25 13:27:14 -05:00 |
|
chimp1984
|
1336cbb569
|
Fix test
|
2020-12-25 01:27:29 -05:00 |
|
chimp1984
|
4f96ade69d
|
Rename wrong params
|
2020-12-25 00:14:47 -05:00 |
|
chimp1984
|
57c1ad28a5
|
Add dontShowAgain to edit offer success popup
|
2020-12-25 00:14:21 -05:00 |
|
chimp1984
|
2a86d5b5b5
|
Add triggerPrice to csv
|
2020-12-25 00:13:55 -05:00 |
|
chimp1984
|
64607de924
|
Add trigger icon column
|
2020-12-24 23:44:27 -05:00 |
|
chimp1984
|
39893a6aaf
|
Add trigger price to OpenOffersView
|
2020-12-24 23:05:23 -05:00 |
|
chimp1984
|
f096351d60
|
Make rows smaller
|
2020-12-24 21:46:14 -05:00 |
|
chimp1984
|
bb9de0b24c
|
Add trigger price field to create offer view
|
2020-12-24 20:01:04 -05:00 |
|
Jakub Loucký
|
74f5d93504
|
Display up-to-date error messages under text fields
As user types into a validated text field,
if the new string is still invalid but the error message changed,
ensure the new message will be displayed.
|
2020-12-25 01:52:36 +01:00 |
|
chimp1984
|
d76a810691
|
Add generic map (cookie) to UserPayload for persisting UI states like app layout
|
2020-12-24 17:05:04 -05:00 |
|
chimp1984
|
e5957cd2fe
|
Set priceTypeToggleButton invisible once we move to funds section
Remove disableProperty().unbind() calls which have never got a bind call before
Cleanups
|
2020-12-23 23:22:02 -05:00 |
|
chimp1984
|
229d013844
|
Add PriceEventHandler
|
2020-12-23 21:52:35 -05:00 |
|
chimp1984
|
0e6b983564
|
Add triggerPrice
|
2020-12-23 21:50:53 -05:00 |
|
chimp1984
|
752984726c
|
Add getRegularIconButton method
|
2020-12-23 21:48:04 -05:00 |
|
chimp1984
|
99192e76ae
|
Apply formatting (no code change)
|
2020-12-23 21:47:44 -05:00 |
|
chimp1984
|
8ac81d903d
|
Refactor InfoInputTextField
Use only one icon which is set on demand.
We will add a new icon later so that refactoring prepares that...
|
2020-12-23 21:46:49 -05:00 |
|
chimp1984
|
d1c8718517
|
Merge branch 'add-percentage-price-to-open-offer-view' into deactivate-open-offer-if-trigger-price-is-reached
|
2020-12-23 21:24:52 -05:00 |
|
sqrrm
|
c52d6691d4
|
Merge pull request #4996 from ghubstan/fix-bitcoind-config-bug
Pass hash to bitcoind blocknotify script
|
2020-12-23 23:34:08 +01:00 |
|
chimp1984
|
0c792a2916
|
Add comments to make context of parentTx more clear
|
2020-12-23 16:15:15 -05:00 |
|
chimp1984
|
aa06253b16
|
Remove unused code
|
2020-12-23 15:49:16 -05:00 |
|
ghubstan
|
2070e7633b
|
Pass hash to bitcoind blocknotify script
|
2020-12-23 16:18:31 -03:00 |
|
sqrrm
|
7d7f1b09e7
|
Merge pull request #4966 from ghubstan/10-callrate-interceptor
Prevent excessive api calls
|
2020-12-23 16:19:29 +01:00 |
|
ghubstan
|
10727fc083
|
Fix GrpcCallRateMeter method and variable name
- Change method isAllowed() -> checkAndIncrement().
- Change variable allowedCallsPerTimeUnit -> allowedCallsPerTimeWindow.
|
2020-12-23 11:30:16 -03:00 |
|