Android-X13
1cb59ef2df
Fix clickable area of Enable Offers toggle button
2022-08-01 02:41:10 +03:00
chimp1984
aebabcb53e
Add api for account age and signed account age witness
2022-08-01 00:34:06 +02:00
chimp1984
ef81bde7f2
Add export feature for signed account age witness
2022-07-31 14:40:18 +02:00
jmacxx
c528934eb3
Allow dispute signature message to be re-sent.
2022-07-28 11:43:28 -05:00
xyzmaker123
c1ed35f8f0
Reset trigger price after switch to fixed price (edit offer)
2022-07-28 09:51:25 +02:00
chimp1984
2b6dd187c6
Add export feature for account age
2022-07-25 20:50:43 +02:00
Christoph Atteneder
169aca18c2
Merge pull request #6298 from ghubstan/expose-gradle-desktop-version-property
...
Set desktop version property in resources file
2022-07-25 20:34:25 +02:00
chimp1984
2628eea9db
Add bsq bonds
2022-07-25 00:12:13 +02:00
ghubstan
d139d85ddd
Set desktop version property in resources file
...
Several repos are to be extracted from the main bisq repo, and their
distribution versions need to match the bisq desktop's version.
This change moves the desktop version property definition to a file
that can be read from Gradle builds having the bisq git submodule dependency,
i.e., version = file("bisq/desktop/src/main/resources/version.txt").text.trim()
Based on `master`.
2022-07-19 14:28:08 -03:00
Christoph Atteneder
ec00c9962f
Merge pull request #6282 from jmacxx/adjust_blocks_response_size
...
GetBlocksResponse lower chunk size (was 6000 now 4000).
2022-07-13 12:33:00 +02:00
Christoph Atteneder
f0db45255a
Merge pull request #6283 from jmacxx/clear_sensitive_data_2
...
Clear sensitive data from trade ProcessModel
2022-07-12 09:55:22 +02:00
Christoph Atteneder
2561de9951
Merge pull request #6285 from jmacxx/tor_log_level
...
Set Tor logging to DEBUG level at startup
2022-07-12 09:53:10 +02:00
Christoph Atteneder
d50dbfd8b5
Merge pull request #6284 from jmacxx/InventoryMonitor
...
Inventory monitor: show last successful response time
2022-07-12 09:51:46 +02:00
Christoph Atteneder
4b24d209af
Merge pull request #6289 from jmacxx/fix_npe_payment_method_form
...
Fix NPE in account name creation
2022-07-12 09:51:04 +02:00
Christoph Atteneder
df78de7ec7
Merge pull request #6291 from bisq-network/dependabot/github_actions/actions/setup-java-3.4.1
...
Bump actions/setup-java from 3.4.0 to 3.4.1
2022-07-12 09:49:01 +02:00
Bisq GitHub Admin
0545ece2d0
Merge pull request #6287 from ripcurlx/revert-to-old-java-install-script
...
Re-add original install script
2022-07-12 09:20:55 +02:00
Bisq GitHub Admin
fa635bd304
Merge pull request #6286 from bisq-network/release/v1.9.4
...
Release v1.9.4
2022-07-12 09:20:32 +02:00
dependabot[bot]
306bf78f99
Bump actions/setup-java from 3.4.0 to 3.4.1
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](16cca5479d...2c7a4878f5
)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 14:38:28 +00:00
jmacxx
4351c20414
Fix NPE in account name creation.
2022-07-10 11:48:14 -05:00
Christoph Atteneder
6286be9d3e
Re-add original install script
2022-07-08 21:31:50 +02:00
Christoph Atteneder
da8cbabe3e
Revert to SNAPSHOT version
2022-07-08 21:30:04 +02:00
jmacxx
9893f52e57
Set Tor logging to DEBUG level at startup.
2022-07-08 12:26:58 -05:00
jmacxx
cb2b7f29f9
Show last successful response time.
2022-07-08 09:04:43 -05:00
jmacxx
aacabb9685
Clear sensitive data from trade ProcessModel.
2022-07-06 13:24:26 -05:00
jmacxx
12d3256f20
GetBlocksResponse lower chunk size (was 6000 now 4000).
...
We lower the number of blocks delivered in a message to avoid
exceeding the max network message size.
2022-07-06 08:17:05 -05:00
Bisq GitHub Admin
49b5430e49
Merge pull request #6281 from ripcurlx/use-tags-for-netlayer
...
Use tag instead of commit hash for netlayer
2022-07-05 11:06:25 +02:00
Christoph Atteneder
9011ebbd3f
Fix incorrect version number for new feature popup
2022-07-05 10:57:45 +02:00
Christoph Atteneder
1b2bddf1e7
Use tag instead of commit hash for netlayer
2022-07-05 10:46:43 +02:00
Christoph Atteneder
0232a00282
Use tag instead of commit hash for netlayer
2022-07-05 10:29:13 +02:00
Christoph Atteneder
bca997a55b
Merge pull request #6219 from ghubstan/wip-prep-bisq-for-bitcoin-v23
...
Prepare Bisq for bitcoin-core v23 compatiblity
2022-07-05 09:05:08 +02:00
ghubstan
3c5b04b8aa
Revert "Remove -txindex=1 from seednode's bitcoin.conf"
...
This reverts commit 3fe72b7425
.
I made a mistake while testing this PR with API, and thought this txindex
option was breaking the regtest BSQ wallet. The TX Index has been moved
to another database, and the -txindex option is still a valid option.
$ bitcoind --version
Bitcoin Core version v23.0.0
$ bitcoind --help
...
-txindex
Maintain a full transaction index, used by the getrawtransaction rpc
call (default: 0)
2022-07-04 12:17:57 -03:00
Christoph Atteneder
f615e66a31
Update tor-browser to v11.0.15 / tor-binary to v0.4.7.8
2022-07-04 15:27:50 +02:00
Bisq GitHub Admin
a16e35713d
Merge pull request #6280 from ripcurlx/upgrade-tor-v0.4.7.8
...
Update tor-browser to v11.0.15 / tor-binary to v0.4.7.8
2022-07-04 15:27:14 +02:00
Christoph Atteneder
2dafd42639
Update tor-browser to v11.0.15 / tor-binary to v0.4.7.8
2022-07-04 12:04:48 +02:00
Christoph Atteneder
efe306aae6
Bump version number for v1.9.4
2022-07-04 09:52:27 +02:00
jmacxx
70b8666903
Increase width to fix truncation in displayed URL.
2022-06-30 20:22:34 +02:00
Christoph Atteneder
d627c8fa28
Merge pull request #6271 from jmacxx/xmr_subaddresses
...
Increase width to fix truncation in displayed URL.
2022-06-30 20:22:20 +02:00
Christoph Atteneder
0f66ffa778
Merge pull request #6272 from ghubstan/proto-n-beta-guide-doc-updates
...
Update API test-guide and gRPC method docs
2022-06-30 20:21:48 +02:00
chimp1984
b515ec7342
Update text and default series
2022-06-30 20:20:02 +02:00
chimp1984
70e2f7c53b
Add supply change series.
...
Remove BsqSupplyChange. Use existing methods for supply calculation
(existing method was incorrect as far I understand).
2022-06-30 20:19:52 +02:00
chimp1984
e08f7b6c09
Add new series. Regroup series. Add tooltips.
2022-06-30 20:19:38 +02:00
jmacxx
a5ba349574
Clear Tor directory when a new release is downloaded.
2022-06-30 20:19:25 +02:00
Christoph Atteneder
9b2c4807bf
Merge pull request #6274 from chimp1984/improve-dao-chats-legends
...
Improve dao chats legends
2022-06-30 20:17:04 +02:00
Christoph Atteneder
2a7384b5e4
Merge pull request #6275 from jmacxx/clear_tor_dir_new_release
...
Reset Tor directory when a new release is downloaded.
2022-06-30 20:16:17 +02:00
jmacxx
e1bc92eee5
Clear Tor directory when a new release is downloaded.
2022-06-30 07:04:17 -05:00
chimp1984
09cf4c8a73
Update text and default series
2022-06-29 19:01:20 +02:00
chimp1984
c91ba4a8e0
Add supply change series.
...
Remove BsqSupplyChange. Use existing methods for supply calculation
(existing method was incorrect as far I understand).
2022-06-29 18:50:43 +02:00
chimp1984
42d3df04f7
Add new series. Regroup series. Add tooltips.
2022-06-29 17:24:25 +02:00
ghubstan
60c7feeb5d
Update .proto rpc get/take offer method comments
...
Explain that the API's getoffer(s) and takeoffer methods only
work as expected when the user's node has payment account/methods
matching the available offers' own payment methods.
- getoffers returns only the offers with payment methods matching
those set up on the user's node
- getoffer will only return the offer if the user's node has a
payment method matching the payment method associated with the
requested offer
- takeoffer will fail if the user's node does not have a matching
payment method
2022-06-29 11:53:20 -03:00
ghubstan
11eabc745b
Warn user not to run API daemon and GUI at same time
2022-06-29 11:44:39 -03:00