Commit Graph

16572 Commits

Author SHA1 Message Date
xyzmaker123
e3ccb3c895
Updating DAO->Governance menu to indicate vote possible 2022-08-15 11:32:22 +02: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
Christoph Atteneder
ffcd96673e
Merge pull request #6306 from chimp1984/update_dao_node
Update dao node
2022-08-07 20:40:26 +02:00
Christoph Atteneder
b346a5bcc0
Merge pull request #6303 from jmacxx/resend_dispute_signature
Allow mediated payout signature message to be re-sent
2022-08-07 20:37:03 +02:00
chimp1984
f6b4e2e5b5
Use TEXT_PLAIN instead of APPLICATION_JSON for date in response 2022-08-07 12:35:58 +02:00
ghubstan
dbd3d1f7fb
Test support for new takeoffer --amount param 2022-08-06 15:11:10 -03:00
ghubstan
2a5bc45af1
Add API CLI's takeoffer amount param 2022-08-06 15:09:52 -03:00
ghubstan
c57b573d5c
Document TakeOfferRequest's intended trade amt param 2022-08-06 15:09:00 -03:00
ghubstan
7d4e7dd696
Support TakeOfferRequest's intended trade amt in daemon 2022-08-06 15:08:30 -03:00
ghubstan
39c42ddb07
Add amount field to TakeOfferRequest proto msg 2022-08-06 15:04:07 -03:00
jmacxx
50dc05c551
Fix ability to copypaste QR code URL. 2022-08-05 13:06:58 -05:00
Christoph Atteneder
d3f90d7337
Merge pull request #6310 from ghubstan/remove-subproject-inventory
Remove subproject inventory
2022-08-04 20:03:07 +02:00
ghubstan
8705f9937b
Remove subproject inventory
This has been moved into its own repo:
    https://github.com/bisq-network/bisq-inventory
2022-08-04 12:31:59 -03:00
chimp1984
6aa91a4ee4
Add check for date 2022-08-01 17:07:17 +02:00
chimp1984
d8dc0371f9
Make fields final 2022-08-01 16:57:21 +02: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
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