chimp1984
|
525360c3ce
|
Use ApplyFilter at start at take offer process.
Make paymentAccountPayload nullable
Set TempTradingPeerNodeAddress with value from trade.getTradingPeerNodeAddress()
|
2020-09-21 20:02:50 -05:00 |
|
chimp1984
|
c88135713e
|
Revert removal of Nullable. arbitratorNodeAddress is null (confused it with acceptedArbitratorNodeAddresses)
|
2020-09-21 20:01:24 -05:00 |
|
chimp1984
|
19afb449d5
|
Refactor: rename inputsForDepositTxRequest to request
Remove final
Cleanups
|
2020-09-21 19:49:36 -05:00 |
|
chimp1984
|
a25dcf29fa
|
Refactor: Rename sig to accountAgeWitnessSignatureOfOfferId to make context more clear
|
2020-09-21 19:48:35 -05:00 |
|
chimp1984
|
87c2ddf200
|
Remove Nullable annotations. arbitratorNodeAddress is not null and accountAgeWitnessSignatureOfOfferId
was added in v 0.6 so is with todays versions also not null
|
2020-09-21 19:48:01 -05:00 |
|
chimp1984
|
6a83534377
|
Cleanups. Small functional change by removing wrapping into arraylist
|
2020-09-21 19:29:15 -05:00 |
|
chimp1984
|
3d56312ccd
|
Refactor:
- Remove '@SuppressWarnings({"unused"})'
|
2020-09-21 19:11:44 -05:00 |
|
chimp1984
|
4d7b2897fc
|
Refactor:
- Use `TaskRunner<Trade> taskHandler` instead of `TaskRunner taskHandler`
|
2020-09-21 19:11:07 -05:00 |
|
chimp1984
|
944a77d695
|
Refactor:
- Rename getFundsNeededForTradeAsLong to getFundsNeededForTrade
- Use checkNotNull instead of if/else check
- Cleanups
|
2020-09-21 19:09:14 -05:00 |
|
chimp1984
|
690104e6ea
|
Show popup on MissingDelayedPayoutTxException. Update display string of popup
|
2020-09-21 18:56:58 -05:00 |
|
chimp1984
|
66a26893f0
|
Always show deposit and delayed payout tx in trade details window. If null it shows N/A
|
2020-09-21 18:55:49 -05:00 |
|
wiz
|
ca00433492
|
Set btcdcli4j loglevel to WARN for statsnode entrypoint, fixes #4537
|
2020-09-22 06:30:14 +09:00 |
|
Oscar Guindzberg
|
64dc4fbf84
|
Remove unused code from WalletConfig
|
2020-09-21 18:22:41 -03:00 |
|
Oscar Guindzberg
|
6cf7a9977a
|
Code cleanup
|
2020-09-21 17:32:47 -03:00 |
|
Oscar Guindzberg
|
c890d3c02a
|
Remove unused code
|
2020-09-21 17:19:01 -03:00 |
|
Oscar Guindzberg
|
992441b9b5
|
Remove unnecessary listeners
|
2020-09-21 16:52:16 -03:00 |
|
Christoph Atteneder
|
6af2a46e49
|
Merge pull request #4542 from chimp1984/refactor-regexvalidator
Refactor regexvalidator
|
2020-09-21 20:16:53 +02:00 |
|
Christoph Atteneder
|
0cb70da265
|
Merge pull request #4509 from oscarguindzberg/extract_to_segwit
Extract btc to segwit addresses
|
2020-09-21 19:54:31 +02:00 |
|
Oscar Guindzberg
|
93f9f83136
|
Make codacy happy
|
2020-09-21 12:40:53 -03:00 |
|
Oscar Guindzberg
|
2a33095021
|
WalletService.isOutputScriptConvertibleToAddress() include segwit outputs
|
2020-09-21 12:40:53 -03:00 |
|
Oscar Guindzberg
|
e8c82549a8
|
Use Address.fromString() for btc addresses
Use Address.fromString() instead of LegacyAddress.fromBase58() for btc addresses.
Trade protocol addresses not migrated yet.
|
2020-09-21 12:40:52 -03:00 |
|
Oscar Guindzberg
|
87833fd3fc
|
Declare returning type as LegacyAddress
|
2020-09-21 12:40:52 -03:00 |
|
Oscar Guindzberg
|
8a3d403bfc
|
Rename WalletService.emptyWallet() to emtyBtcWallet()
|
2020-09-21 12:40:52 -03:00 |
|
Oscar Guindzberg
|
2ff9192372
|
Bitcoin Coin use BitcoinAddressValidator
|
2020-09-21 12:40:51 -03:00 |
|
Oscar Guindzberg
|
fe79369be6
|
Rename Base58BitcoinAddressValidator to Base58AddressValidator
|
2020-09-21 12:40:49 -03:00 |
|
chimp1984
|
81bea14af2
|
Show popup to peer who accepted mediators suggestion once locktime is over
|
2020-09-21 01:16:47 -05:00 |
|
chimp1984
|
a9f10624c2
|
Move validation after adding dispute to list
|
2020-09-21 00:20:12 -05:00 |
|
chimp1984
|
76c82631de
|
Ignore onion address validation for localhost
|
2020-09-21 00:04:05 -05:00 |
|
chimp1984
|
c7a3f95925
|
Rename filterString to filterTerm
|
2020-09-20 23:15:20 -05:00 |
|
chimp1984
|
d52199e6da
|
Merge branch 'refactor-regexvalidator' into dispute-agent-branch
|
2020-09-20 23:13:15 -05:00 |
|
chimp1984
|
baa915f5de
|
Add validateNodeAddress at onOpenNewDisputeMessage
- Cleanups
|
2020-09-20 22:32:53 -05:00 |
|
chimp1984
|
9c0b40a3b9
|
Refactor: Move Regex test methods from GUIUtilTest to RegexValidatorTest in core
|
2020-09-20 22:16:22 -05:00 |
|
chimp1984
|
c6f2732062
|
Refactor: Move RegexValidator factory methods to RegexValidatorFactory in core
|
2020-09-20 22:14:14 -05:00 |
|
chimp1984
|
3675e76194
|
Refactor: Move egexValidator from desktop to core
|
2020-09-20 22:13:18 -05:00 |
|
chimp1984
|
987bf4953a
|
Add node address validation
|
2020-09-20 22:10:48 -05:00 |
|
chimp1984
|
3206c62151
|
Refactor: Move RegexValidator from bisq.desktop.util.validation to bisq.core.util.validation
Add RegexValidatorFactory
Move regex tests from GUIUtilTest to new RegexValidatorTest class
|
2020-09-20 21:58:32 -05:00 |
|
chimp1984
|
30e9add4dc
|
Refactor: rename DelayedPayoutTxValidation to TradeDataValidation
|
2020-09-20 21:40:21 -05:00 |
|
chimp1984
|
2943316f90
|
Remove agentsUid from protobuf, rename to uid
|
2020-09-20 21:31:51 -05:00 |
|
chimp1984
|
72dca0b55a
|
Add cylce index
|
2020-09-20 21:25:12 -05:00 |
|
chimp1984
|
c6778d6b2d
|
Add copy to csv data button to report screen
|
2020-09-20 20:20:39 -05:00 |
|
chimp1984
|
4878a101d4
|
Optimize testIfDisputeTriesReplay methods to avoid that maps get created at each iteration
|
2020-09-20 15:32:19 -05:00 |
|
chimp1984
|
25bc616db4
|
Add check for multiple deposit txs
|
2020-09-20 14:51:09 -05:00 |
|
chimp1984
|
d31deff9c4
|
Remove dev log
|
2020-09-20 14:50:02 -05:00 |
|
chimp1984
|
32930477ab
|
Set agentsUid to new uuid in case it is null from persisted data
|
2020-09-20 14:49:32 -05:00 |
|
chimp1984
|
c1850cb47b
|
Merge branch 'master_upstream' into dispute-agent-branch
# Conflicts:
# desktop/src/main/java/bisq/desktop/main/portfolio/pendingtrades/PendingTradesDataModel.java
|
2020-09-20 13:23:13 -05:00 |
|
ghubstan
|
ab282c2c77
|
Reduce apitest harness' dependency on string matching
- Pass list of supporting app names as enum vararg to scaffold setup.
- Use dispute agent type constants in RegisterDisputeAgentsTest case.
|
2020-09-19 15:41:12 -03:00 |
|
sqrrm
|
de71811827
|
Merge pull request #4533 from chimp1984/fix-trade-protocol-issues
Fix trade protocol issues
|
2020-09-19 17:45:51 +02:00 |
|
chimp1984
|
48a3f7443e
|
Merge branch 'master_upstream' into fix-trade-protocol-issues
# Conflicts:
# core/src/main/java/bisq/core/offer/placeoffer/tasks/CreateMakerFeeTx.java
|
2020-09-19 10:23:40 -05:00 |
|
sqrrm
|
9735a85701
|
Merge pull request #4504 from oscarguindzberg/bitcoinj_0_15_8_sep_2020
Use bisq's bitcoinj 0.15.8 - september 2020
|
2020-09-19 12:29:26 +02:00 |
|
Oscar Guindzberg
|
fc70c11573
|
ok codacy, you win
|
2020-09-18 18:29:40 -03:00 |
|