Commit graph

16435 commits

Author SHA1 Message Date
Christoph Atteneder
98f355d3fa
Adapt navigational structure and offerbook handling to buy and sell different assets
Still missing correct create and take offer handling
2022-04-07 20:48:48 +02:00
Christoph Atteneder
298806150b
Merge pull request #6134 from jmacxx/fix_tradecount_bsqswap
Fix the avatar tradecount tag to include BSQ Swap trades.
2022-04-07 19:58:38 +02:00
Christoph Atteneder
28e51b11f1
Merge pull request #6136 from jmacxx/refundagent_prevent_multiple_payout_prompt
Prevent multiple payout screens when agent repeat clicks on close ticket.
2022-04-07 19:57:32 +02:00
Christoph Atteneder
02fac2149b
Merge pull request #6131 from jmacxx/fix_bsq_dashboard_freeze
Prevent UI freeze in BSQ dashboard view.
2022-04-07 19:56:15 +02:00
jmacxx
d99bc93f84
Prevent multiple payout screens when agent repeat clicks close ticket. 2022-04-07 08:31:14 -05:00
jmacxx
14821536c6
code review: remove duplicated lines. 2022-04-05 21:56:43 -05:00
jmacxx
aeea26725f
Fix the tradecount tag to include Bsq Swap trades. 2022-04-05 18:01:51 -05:00
jmacxx
589404f928
Refactor tradestatistics feed to the price feed service.
Price change events were being fired too frequently and for ccys
which had not changed.
This caused UI freezing issues most noticably in the DAO dashboard.
2022-04-05 15:38:53 -05:00
xyzmaker123
2073e68d87
Fix pause between fee requests 2022-04-05 17:27:18 +02:00
Christoph Atteneder
3f02d52789
Merge pull request #6132 from jmacxx/purge_sensitive_data_failed_trades
Check failed trades for sensitive data purge.
2022-04-05 11:52:04 +02:00
jmacxx
91a9804572
Check failed trades for sensitive data purge. 2022-04-04 16:34:42 -05:00
Christoph Atteneder
3166ea398c
Merge pull request #6130 from jmacxx/dao_status_wording
Clarify DAO status shown when in sync & peers have conflicts.
2022-04-04 21:11:20 +02:00
Christoph Atteneder
d4a5518e01
Merge pull request #6129 from bisq-network/dependabot/github_actions/actions/setup-java-3.1.0
Bump actions/setup-java from 3.0.0 to 3.1.0
2022-04-04 21:10:30 +02:00
jmacxx
275e710eb2
Clarify DAO status shown when in sync but peers have conflicts. 2022-04-04 09:33:30 -05:00
dependabot[bot]
5d2dbf9a76
Bump actions/setup-java from 3.0.0 to 3.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](f69f00b5e5...0aa6f2a84f)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 14:17:10 +00:00
Christoph Atteneder
7aec0704c6
Merge pull request #6123 from jmacxx/fix_issue_6119
Support Bitcoin Core v22 RPC for JSON export
2022-04-04 09:37:51 +02:00
jmacxx
581deb7056
Remove unused imports 2022-04-03 17:40:47 -05:00
jmacxx
60db9440c7
Generate addresses field from script when necessary (v22+ RPC) 2022-04-03 17:32:35 -05:00
Christoph Atteneder
c5de527596
Merge pull request #6122 from ghubstan/build-api-release-zipfiles
Create API cli and daemon releases as zip archives
2022-04-03 19:28:42 +02:00
ghubstan
eb1f452076
Double quote to prevent globbing and word splitting 2022-04-03 12:02:13 -03:00
Bisq GitHub Admin
290ff8e607
Merge pull request #6121 from ripcurlx/fix-buy-bsq-hint-for-take-offer
Show correct buy BSQ state on activation for take offer
2022-04-01 09:08:59 +02:00
Christoph Atteneder
37df7d4eca
Double quote to prevent globbing and word splitting 2022-04-01 09:07:19 +02:00
Christoph Atteneder
8fb266a0bb
Add signing for cli and daemon jar 2022-03-30 10:26:44 +02:00
jmacxx
d0a9e660b3
Get TXO address from scriptPubKey 2022-03-28 15:16:53 -05:00
ghubstan
037263dbc3
Double quote to prevent globbing and word splitting (codacy) 2022-03-28 12:15:00 -03:00
ghubstan
ddf127f883
Build cli and daemon release zip files before desktop release 2022-03-28 11:38:45 -03:00
ghubstan
639d3994ca
Accept a VERSION parameter, default to SNAPSHOT 2022-03-28 11:05:13 -03:00
ghubstan
365ed4cc42
Comment the daemon & cli zipfile creation scripts 2022-03-28 10:50:17 -03:00
Christoph Atteneder
178ba5dfb3
Use similar behavior as in Take Offer view to change buy BSQ button state for consistency reasons
Code worked before already as expected
2022-03-28 13:18:27 +02:00
Christoph Atteneder
2ee6b923b7
Show correct buy BSQ state on activation for take offer 2022-03-28 12:38:08 +02:00
ghubstan
8382419a3b
Set execution bit on bash scripts 2022-03-26 14:02:36 -03:00
ghubstan
645b9d6046
Create API daemon & cli releases as zip files
Each distribution contains a runnable jar with a MANIFEST.MF
defining the classpath (all jar files in lib/).

To run daemon.jar:  $ java -jar daemon.jar --apiPassword=xyz
To run cli.jar:     $ java -jar cli.jar --password=xyz <cmd>

TODO Sign jar files, generate checksums.
2022-03-26 13:28:39 -03:00
Christoph Atteneder
a384071cff
Merge pull request #6109 from xyzmaker123/5979-price-validation
Update trigger price validation
2022-03-21 12:26:47 +01:00
xyzmaker123
55c55dbf47
Update trigger price validation - refactor 2022-03-21 11:43:09 +01:00
Christoph Atteneder
523635319f
Merge pull request #6111 from xyzmaker123/5189-trigger-price-prompt-truncation
Trigger price truncation of prompt text
2022-03-21 11:01:36 +01:00
Christoph Atteneder
06dd94f77a
Merge pull request #6107 from xyzmaker123/growth-241-validate-with-iban
IBAN validation for SEPA account
2022-03-18 12:38:47 +01:00
Christoph Atteneder
4d48c8d5b7
Merge pull request #6110 from xyzmaker123/5308-separate-transaction-details
Separate transaction details in funds views
2022-03-18 12:36:26 +01:00
xyzmaker123
3dcc6e6e18
Trigger price truncation of prompt text 2022-03-18 09:56:58 +01:00
xyzmaker123
174bf2891d
Validate IBAN - merge listeners 2022-03-17 17:13:43 +01:00
xyzmaker123
044bc2d33b
Transactions View - Trade ID column 2022-03-17 15:57:01 +01:00
xyzmaker123
ab5d7dd928
Locked view - Trade ID column 2022-03-17 15:56:51 +01:00
xyzmaker123
a5912a8f5e
Reserved view - fix address column alignment 2022-03-17 15:56:50 +01:00
xyzmaker123
d548dcba07
Reserved view - Offer ID column 2022-03-17 15:56:35 +01:00
xyzmaker123
41256367af
Update trigger price validation 2022-03-17 12:42:41 +01:00
xyzmaker123
6164a1343a
Validate IBAN - adapt Sepa Instant 2022-03-17 08:23:59 +01:00
xyzmaker123
ab1a8a8a2b
SEPA IBAN - fix country code validation 2022-03-16 15:17:45 +01:00
xyzmaker123
7fc406761a
Validate if IBAN country code belongs to SEPA zone 2022-03-16 10:22:29 +01:00
xyzmaker123
fd776954cc
Validate IBAN to match selected country 2022-03-16 09:29:03 +01:00
Christoph Atteneder
64f31f103d
Merge pull request #6103 from ghubstan/send-pretty-payment-details-to-api-client
Send pretty payment details to API clients
2022-03-13 20:40:13 +01:00
ghubstan
a3990783a4
Send pretty payment details to api clients
Non-CLI clients need a better way of accessing payment details
than a contract json string.

- Add grpc.proto PaymentAccountPayloadInfo field: payment_details.
- Adjust proto wrapper PaymentAccountPayloadInfo to new field.
- Add test asserts to verify payment details are sent to client.
- Fix a test name: testKeepFunds -> testCloseTrade.

Based on branch `master` @ Sat 12 Mar 2022 01:42 PM -03 ,
         commit c6293b5273
2022-03-12 14:33:23 -03:00