ghubstan
d32fd4e97b
Improve CLI takeoffer man-page param descriptions
2022-09-11 12:26:00 -03:00
ghubstan
35f4fe14b2
Improve takeoffer param api ref comments
2022-09-11 12:21:26 -03:00
Christoph Atteneder
44af373570
Merge pull request #6345 from Android-X13/fix-npe-in-offerbook
...
Prevent NPE when editing offer while not fully connected
2022-09-09 10:18:00 +02:00
Bisq GitHub Admin
7509eef931
Merge pull request #6354 from bisq-network/release/v1.9.5
...
Merge v1.9.5 release branch
2022-09-09 10:17:33 +02:00
Christoph Atteneder
328d7c12a1
Revert to SNAPSHOT version
2022-09-09 09:56:19 +02:00
Christoph Atteneder
f69815d98e
Merge pull request #6343 from ghubstan/remove-dead-pkg
...
Remove dead API test harness code
2022-09-09 09:28:56 +02:00
Android-X13
e5f702c842
Fix NPE when editing offer while not yet connected
2022-09-02 14:48:30 +03:00
ghubstan
2c85f258dc
Remove dead api test harness code
2022-09-01 19:18:37 -03:00
Christoph Atteneder
4a359997ff
Merge pull request #6333 from ripcurlx/update-data-stores-for-v1.9.5
...
Update data stores for v1.9.5
2022-08-22 17:57:04 +02:00
Bisq GitHub Admin
babdc750ac
Merge pull request #6336 from jmacxx/fix_issue_6334
...
[v1.9.5] Fix offer book filtering
2022-08-22 16:39:12 +02:00
jmacxx
4e8e6eb9ac
Use getCurrencyCode method rather than directly accessing member.
...
The transient currencyCode member is null until the getter method
has been used, so we should no access the variable directly.
This fixes a problem with OfferBook filtering, which was checking
for isFiat(currencyCode); the variable was null and isFiat returned
the wrong answer.
2022-08-22 15:53:47 +02:00
Stephan Oeste
dd66520a24
Remove sn2bisqad7... Seeednode
2022-08-22 15:53:21 +02:00
Christoph Atteneder
cb1a0cfc51
Merge pull request #6335 from Emzy/remove-one-seed
...
Remove sn2bisqad7... Seeednode
2022-08-22 15:52:47 +02:00
jmacxx
93615e6849
Use getCurrencyCode method rather than directly accessing member.
...
The transient currencyCode member is null until the getter method
has been used, so we should no access the variable directly.
This fixes a problem with OfferBook filtering, which was checking
for isFiat(currencyCode); the variable was null and isFiat returned
the wrong answer.
2022-08-22 08:44:59 -05:00
Stephan Oeste
6bf5b39696
Remove sn2bisqad7... Seeednode
2022-08-22 15:30:28 +02:00
Christoph Atteneder
827ddb071f
Update bitcoinj checkpoints for v1.9.5
2022-08-22 11:46:26 +02:00
Christoph Atteneder
7cddb74168
Update data stores for v1.9.5
2022-08-22 11:34:59 +02:00
Christoph Atteneder
cc11c28ffe
Update translations for v1.9.5
2022-08-21 21:34:06 +02:00
Christoph Atteneder
15aaa77b91
Bump version number for v1.9.5
2022-08-21 21:32:26 +02:00
Christoph Atteneder
aa1891a062
Merge pull request #6314 from xyzmaker123/5278-ability-to-copy-links
...
Possibility to copy addresses / transaction ids
2022-08-20 21:48:40 +02:00
Christoph Atteneder
5b5d09db8d
Merge pull request #6316 from xyzmaker123/dont-use-all-utxos
...
Send funds - don't use all available funds by default
2022-08-20 21:47:50 +02:00
xyzmaker123
d6f195e4db
Replace "copy" with "copy to clipboard"
2022-08-19 14:15:52 +02:00
Christoph Atteneder
d2c7824740
Merge pull request #6315 from wiz/wiz/remove-wiz-seed-nodes
...
Remove 3 wiz seed nodes
2022-08-19 12:42:44 +02:00
Christoph Atteneder
dc4947eac3
Merge pull request #6331 from Emzy/add-new-seeds
...
Add new Seednodes from jmacxx and c4talys7
2022-08-19 12:42:07 +02:00
Stephan Oeste
e878aec78c
Add new Seednodes from jmacxx and c4talys7
2022-08-19 11:48:23 +02:00
Christoph Atteneder
8929567725
Merge pull request #6330 from jmacxx/network_status_indicator
...
Feature: P2P network status indicator
2022-08-19 11:16:30 +02:00
Christoph Atteneder
4ced5d593c
Merge pull request #6329 from jmacxx/prevent_trade_actions_no_network
...
Prevent UI trading actions when there are no P2P connections
2022-08-19 10:59:29 +02:00
jmacxx
ac04c97219
Prevent UI trading actions when there are no P2P connections.
2022-08-18 10:50:27 -05:00
jmacxx
8e21682e92
Add P2P network status indicator.
2022-08-18 10:46:39 -05:00
xyzmaker123
d84b472307
Possibility to copy addresses / transaction ids
2022-08-17 13:49:48 +02:00
Christoph Atteneder
706e6b3942
Merge pull request #6302 from xyzmaker123/6301-reset-trigger-price
...
Reset trigger price after switch to fixed price (edit offer)
2022-08-17 13:33:23 +02:00
Christoph Atteneder
ad921294d2
Merge pull request #6307 from Android-X13/fix-issue-6263
...
Fix/improve clickable areas of toggle buttons
2022-08-17 13:32:58 +02:00
Christoph Atteneder
01ba30abc3
Merge pull request #6309 from Android-X13/peer-info-window
...
Show Peer Info window only when left-clicking on avatar
2022-08-17 13:31:53 +02:00
Christoph Atteneder
869fdad705
Merge pull request #6313 from ghubstan/remove-subproject-daonode
...
Remove subproject daonode
2022-08-17 13:30:44 +02:00
Christoph Atteneder
17ca74d0a9
Merge pull request #6319 from Android-X13/blockchain-url-usage
...
Cleanup blockchain explorer URL code & add tests
2022-08-17 13:26:43 +02:00
Christoph Atteneder
a3f2a99d91
Merge pull request #6323 from Android-X13/fix-issue-6187
...
Fix NPE when accessing DAO > BSQ SUPPLY
2022-08-17 13:25:17 +02:00
Android-X13
402eb99404
Fix clickable area of toggle buttons
2022-08-15 04:18:41 +03:00
Android-X13
d11d74332e
Cleanup - update names of ordered tasks in DaoChartView
2022-08-14 20:42:35 +03:00
Android-X13
2dcb77c009
Fix NPE when accessing BSQ SUPPLY
2022-08-14 20:36:03 +03:00
Android-X13
582e1771e5
Remove boolean parameter from GUIUtil block explorer methods
2022-08-12 16:49:52 +03:00
Android-X13
e42d5543df
Add curly braces to conditional statements
2022-08-12 14:50:23 +03:00
Android-X13
9ee3d34aa9
Add tests for blockchain URLs
2022-08-10 20:10:36 +03:00
Android-X13
4ae5d55000
Standardize blockchain explorer URL usage
2022-08-10 18:53:30 +03:00
xyzmaker123
98ca3d3cac
Send funds - don't use all available funds by default
2022-08-09 13:46:00 +02:00
wiz
f193b4a4c5
Remove 3 wiz seed nodes
2022-08-09 18:07:08 +09:00
ghubstan
99e8fe4f2e
Remove daonode's src & docs
2022-08-08 11:24:27 -03:00
ghubstan
b758bd8b41
Remove build's project(':daonode') configuration + deps
2022-08-08 11:23:55 -03:00
ghubstan
c1aefec0b7
Remove build's include 'daonode'
2022-08-08 11:23:03 -03:00
Christoph Atteneder
423d57ae24
Merge pull request #6312 from ghubstan/support-choosing-trade-amount-in-range
...
API takeoffer: Let user choose intended trade amount
2022-08-07 21:36:41 +02:00
Christoph Atteneder
07168a3fc7
Merge pull request #6311 from jmacxx/fix_qrcode_copypaste
...
Fix ability to copypaste QR code URL
2022-08-07 21:35:38 +02:00