Christoph Atteneder
5bcc207d8a
Merge pull request #5639 from jmacxx/litecoin_account_segwit
...
Allow LTC accounts to use segwit addresses
2021-08-01 20:47:20 +02:00
ghubstan
add6536402
Fix peer add(offer) & remove(offer) event order problem
...
Use LinkedHashSet to maintain NetworkEnvelope ordering when Connection#onBundleOfEnvelopes
calls listeners.
Connection#onBundleOfEnvelopes builds a set from an ordered list of NetworkEnvelopes,
then calls listeners during set iteration. The envelope list ordering is lost if a
HashSet is built, but maintained by switching to a LinkedHashSet.
Losing the envelope ordering becomes a problem if the peer receives a RemoveDataMessage
and an AddDataMessage in the same batch of envelopes, and relays them to listeners
in the wrong (random) order. For example, an API 'editoffer' call may result in the
edited offer being added, then immediately remove from their UI's offer book.
2021-07-30 17:01:25 -03:00
ghubstan
95bbb41e51
Add missing trigger-price param
2021-07-30 12:02:18 -03:00
ghubstan
b4ee6dbc12
Do not start test harness deamons in dbg mode by default
2021-07-30 11:58:12 -03:00
ghubstan
b8379e2003
Merge branch 'master' into 05-update-api-beta-test-guide
2021-07-30 11:53:34 -03:00
jmacxx
3f511f3068
prevent negative suggested mining fee when burning BSQ for fees
2021-07-29 21:59:36 -05:00
jmacxx
670ff92f4c
fix deserialize issue for deprecated payment account imported from backup
2021-07-29 21:56:44 -05:00
Christoph Atteneder
4ef8242719
Update expired public key
2021-07-27 13:43:51 +02:00
jmacxx
c7c660e1d8
allow LTC accounts to use segwit addresses
2021-07-26 23:17:42 -05:00
sqrrm
6cc4a817e2
Merge pull request #5638 from bisq-network/release/v1.7.2
...
Release/v1.7.2
2021-07-26 13:36:40 +02:00
Christoph Atteneder
4c451ebc11
Revert to SNAPSHOT version
2021-07-23 14:02:37 +02:00
jmacxx
5cc3f8680e
keep chatview listener open until ack, mailbox, or error
2021-07-23 08:05:56 +02:00
Christoph Atteneder
05683fa554
Merge pull request #5632 from jmacxx/fix_chatmessage_status
...
Keep chatview listener open until ack, mailbox, or error
2021-07-23 08:05:24 +02:00
jmacxx
b5d43ab8b1
keep chatview listener open until ack, mailbox, or error
2021-07-22 23:20:22 -05:00
Christoph Atteneder
0cd20d6cc5
Increase MaxRam setting to 8g
2021-07-22 15:01:11 +02:00
Christoph Atteneder
6648ab04f7
Add new JVM arguments also to build script
2021-07-22 15:01:11 +02:00
Christoph Atteneder
401f9d25f0
Update remaining Java max ram default settings
2021-07-22 15:01:11 +02:00
Christoph Atteneder
548ecaa595
Update Java options as described in #5609 and #5550
2021-07-22 15:01:10 +02:00
sqrrm
3de88e823f
Merge pull request #5629 from ripcurlx/update-java-properties
...
Update Java options as described in #5609 and #5550
2021-07-22 11:29:11 +02:00
sqrrm
d529c1e08b
Merge pull request #5630 from ripcurlx/update-data-stores-for-v1.7.2
...
Update data stores for v1.7.2
2021-07-22 11:24:31 +02:00
Christoph Atteneder
0b5f8edb1e
Increase MaxRam setting to 8g
2021-07-19 20:51:13 +02:00
Christoph Atteneder
b92d1c25ac
Update data stores for v1.7.2
2021-07-19 20:06:02 +02:00
Christoph Atteneder
34127e9db4
Add new JVM arguments also to build script
2021-07-19 15:53:46 +02:00
Christoph Atteneder
14d9ee493f
Update remaining Java max ram default settings
2021-07-19 15:48:26 +02:00
Christoph Atteneder
e2e23a8611
Update bitcoinj checkpoints for v1.7.2
2021-07-19 15:34:08 +02:00
Christoph Atteneder
e020185b4a
Update Java options as described in #5609 and #5550
2021-07-19 14:18:18 +02:00
Christoph Atteneder
4ae8ecaecb
Improve formatting and simplify code
2021-07-19 13:55:12 +02:00
Christoph Atteneder
f0258d6dd1
Remove unused translation
2021-07-19 13:55:12 +02:00
BtcContributor
e357528ba5
Remove unused import
2021-07-19 13:55:11 +02:00
BtcContributor
351d26555e
Remove payment account info popup
2021-07-19 13:55:11 +02:00
BtcContributor
fb639c1e6d
Add missing info text for Capitual payment method
2021-07-19 13:55:11 +02:00
BtcContributor
870448f5fa
Add review feedbacks from KaiWitt
2021-07-19 13:55:11 +02:00
BtcContributor
41e4e91044
Fix Codacy issues
2021-07-19 13:55:10 +02:00
BtcContributor
50b6f42525
Add Capitual payment method. Waiting for final Info text to add.
2021-07-19 13:55:10 +02:00
Christoph Atteneder
35123136f2
Merge pull request #5501 from BtcContributor/capitual
...
Add Capitual payment method
2021-07-19 13:54:23 +02:00
Christoph Atteneder
ca02610b69
Improve formatting and simplify code
2021-07-19 13:38:00 +02:00
Christoph Atteneder
4321f20474
Remove unused translation
2021-07-19 13:36:48 +02:00
BtcContributor
88ec922ee3
Remove unused import
2021-07-19 13:28:12 +02:00
BtcContributor
b6b26e81ba
Remove payment account info popup
2021-07-19 13:28:12 +02:00
BtcContributor
ba786e518c
Add missing info text for Capitual payment method
2021-07-19 13:28:12 +02:00
BtcContributor
e3fbc97fbc
Add review feedbacks from KaiWitt
2021-07-19 13:28:12 +02:00
BtcContributor
b47646b0e2
Fix Codacy issues
2021-07-19 13:28:11 +02:00
BtcContributor
3be547c445
Add Capitual payment method. Waiting for final Info text to add.
2021-07-19 13:28:11 +02:00
jmacxx
0523e44fa5
add dontShowAgain option to DAO resync popup
2021-07-19 09:29:04 +02:00
Christoph Atteneder
1c5b5a8ced
Merge pull request #5628 from jmacxx/warn_user_dao_out_of_sync
...
Add don't show again option to DAO resync popup
2021-07-19 09:28:31 +02:00
jmacxx
6ea5af2a96
add dontShowAgain option to DAO resync popup
2021-07-18 18:48:36 -05:00
Christoph Atteneder
57473a6e23
Update translations for v1.7.2
2021-07-16 20:38:58 +02:00
Christoph Atteneder
12b0a5bf80
Bump version number for v1.7.2
2021-07-16 20:37:10 +02:00
Christoph Atteneder
c2b0ca9bef
Merge pull request #5626 from bisq-network/release/v1.7.1
...
Release/v1.7.1
2021-07-16 13:09:59 +02:00
Christoph Atteneder
ef5ff1249b
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.7.1
...
# Conflicts:
# build.gradle
# desktop/package/linux/Dockerfile
# desktop/package/macosx/finalize.sh
# desktop/package/macosx/insert_snapshot_version.sh
# relay/src/main/resources/version.txt
2021-07-16 13:02:18 +02:00