sqrrm
cd8c479276
Merge pull request #5159 from ghubstan/api-beta-test-guide
...
Api v1 Beta Test Guide
2021-02-18 16:47:33 +01:00
sqrrm
cda3adf3ad
Merge pull request #5202 from ghubstan/01-api-method-stop
...
Add api method 'stop'
2021-02-18 16:43:07 +01:00
ghubstan
aa267d32dd
Merge branch 'master' into 01-api-method-stop
2021-02-18 12:28:45 -03:00
ghubstan
1154085632
Add api method 'stop'
...
This change gives CLI users a 'stop' command to shutdown a daemon.
- Server side gRPC boilerpate was added to :proto and :daemon.
- When the new GrpcShutdownService accepts a 'stop' request from the CLI,
it calls UserThread.runAfter(BisqHeadlessApp.getShutDownHandler(), 500, MILLISECONDS);
- Method help file 'stop-help.txt' was added to :core.
- Client side gRPC boiler plate and 'stop' implementation was added to :cli.
2021-02-18 11:54:10 -03:00
chimp1984
b2beec6bc8
Merge branch 'master' of https://github.com/bisq-network/bisq into master_upstream
2021-02-17 20:52:27 -05:00
sqrrm
a5790de99a
Merge pull request #5197 from bisq-network/hotfix/v1.5.6
...
Release v1.5.6
2021-02-18 00:06:43 +01:00
Christoph Atteneder
952491b9cc
Merge pull request #5198 from bisqubutor/DarkModeColoredDecimalPlacesWithZerosText
...
Design fixes #4019 Dark mode ColoredDecimalPlacesWithZerosText
2021-02-17 20:42:45 +01:00
unofficial bisq contributor
fabfd6189c
fix #4019 Dark mode ColoredDecimalPlacesWithZerosText not working as intended
2021-02-16 20:33:50 +00:00
Christoph Atteneder
d2825c317c
Merge branch 'master' of github.com:bisq-network/bisq into hotfix/v1.5.6
...
# Conflicts:
# build.gradle
# desktop/package/linux/Dockerfile
# desktop/package/linux/package.sh
# desktop/package/linux/release.sh
# desktop/package/macosx/create_app.sh
# desktop/package/macosx/finalize.sh
# desktop/package/macosx/insert_snapshot_version.sh
# desktop/package/windows/package.bat
# desktop/package/windows/release.bat
# relay/src/main/resources/version.txt
2021-02-16 21:27:15 +01:00
Christoph Atteneder
5c614be5d7
Revert to SNAPSHOT version
2021-02-16 21:23:37 +01:00
jmacxx
4afa846a1c
Check isPubKeyValid only if message is one we are listening for.
...
The order of checks was wrong.
PRE: it was checking the SignaturePubKey for messages that
were handled by other subsystems, such as OfferAvailability.
POST: make sure that this is a relevant message before checking that
its signature matches the trade.
2021-02-16 10:43:46 -06:00
ghubstan
0efc9ff188
Add missing punctuation (.)
2021-02-16 09:36:24 -03:00
jmacxx
90ada1f019
Fix issue with TriggerPriceService deactivating offer too early
...
TriggerPriceService is changed to use a BootstrapListener
on the P2PService so that it can start after the P2P network
is ready.
Fixes #5190 : Prevents an Uncaught Exception error at startup.
2021-02-16 09:04:42 +01:00
Christoph Atteneder
1507b58e26
Bump version number for v1.5.6
2021-02-16 09:04:10 +01:00
Christoph Atteneder
43ac2c9e57
Merge pull request #5191 from jmacxx/fix_TriggerPriceService_bootstrap
...
Fix startup error: "You must have bootstrapped before adding data to the P2P network"
2021-02-15 10:00:35 +01:00
jmacxx
d82a61d0a6
Fix issue with TriggerPriceService deactivating offer too early
...
TriggerPriceService is changed to use a BootstrapListener
on the P2PService so that it can start after the P2P network
is ready.
Fixes #5190 : Prevents an Uncaught Exception error at startup.
2021-02-13 15:51:50 -06:00
Christoph Atteneder
31b7292d56
Merge pull request #5117 from jmacxx/add_country_amazon_account
...
Specify Amazon eGift Card country
2021-02-12 20:34:51 +01:00
jmacxx
f89e4187af
When country not known, prompt user to ask in Trader Chat.
2021-02-12 12:37:56 -06:00
Christoph Atteneder
de57900765
Merge pull request #5175 from jmacxx/fix_NPE_trader_chat
...
Fix NPE in trader chat
2021-02-12 11:35:44 +01:00
Christoph Atteneder
8bcd32f498
Merge pull request #5123 from jmacxx/add_sepa_countries
...
Add four SEPA Payment Account countries: AD, SM, VA, JE.
2021-02-12 11:21:02 +01:00
Christoph Atteneder
a520802399
Merge pull request #5137 from jmacxx/replace_deprecated_explorer
...
Replace deprecated bisq explorer settings
2021-02-12 09:54:03 +01:00
ghubstan
cdf15676db
Edit guide as per suggested changes
...
This commit contains changes suggested in review:
https://github.com/bisq-network/bisq/pull/5159#pullrequestreview-588900434
2021-02-11 17:51:33 -03:00
chimp1984
54ca03cdbd
Merge branch 'master' of https://github.com/bisq-network/bisq into master_upstream
2021-02-10 13:27:52 -05:00
sqrrm
e9e596e89c
Merge pull request #5172 from jmacxx/fix_npe_offer_trigger_price
...
Fix NPE at offer entry when trading account switched
2021-02-10 15:33:18 +01:00
jmacxx
1826902066
Replace deprecated bisq explorer settings
...
If user preferences were set to a bisq explorer that has been
retired, switch it to another explorer from the provided list.
Users can still choose their own explorer, or enter a custom
explorer address (such as their local node).
2021-02-10 08:23:50 -06:00
sqrrm
7e7c87698f
Merge pull request #5136 from chimp1984/add-warning-if-no-filter-is-delivered
...
Show popup if no filter is delivered
2021-02-10 14:43:43 +01:00
sqrrm
78140ccadb
Merge pull request #5134 from chimp1984/remove-unused-BalanceWithConfirmationTextField
...
Remove unused BalanceWithConfirmationTextField
2021-02-10 14:40:59 +01:00
sqrrm
9ef4ea164d
Merge pull request #5120 from stejbac/speed-up-deposit-and-transactions-view-loads
...
Speed up deposit and transactions view loads
2021-02-10 14:39:49 +01:00
sqrrm
cedf108926
Merge pull request #5108 from jmacxx/pre_release_notifications
...
New Feature: Pre-release notifications
2021-02-10 14:38:53 +01:00
sqrrm
57e0bbc0ec
Merge pull request #5103 from ghubstan/01-apply-rate-meters
...
Define gRPC api call rate constraints
2021-02-10 14:37:15 +01:00
sqrrm
570ed0e032
Merge pull request #5148 from bisq-network/release/v1.5.5
...
Release/v1.5.5
2021-02-10 10:35:35 +01:00
Christoph Atteneder
840b3dcae3
Merge pull request #5155 from ghubstan/01-fix-find-pid-on-osx
...
Fix find pid on OSX
2021-02-10 10:12:45 +01:00
Christoph Atteneder
ae188d9fd8
Merge pull request #5167 from huey735/edit-mediator-name
...
Fix Mediator's name
2021-02-10 09:57:49 +01:00
Christoph Atteneder
a3c707303b
Merge pull request #5157 from ghubstan/fix-method-help-typos
...
Fix method help typos
2021-02-10 09:57:16 +01:00
Christoph Atteneder
d30621e707
Merge pull request #5169 from ghubstan/rename-apitest-bisqapp-class
...
Rename apitest BisqApp -> BisqProcess
2021-02-10 09:55:47 +01:00
Christoph Atteneder
5ad670fe27
Merge pull request #5178 from jmacxx/refund_agent_payout_fee
...
Refund agent payout to use withdrawal fee rate from settings
2021-02-09 21:03:25 +01:00
jmacxx
fc04e88a55
Refund agent payout to use withdrawal fee rate from settings
2021-02-09 10:51:01 -06:00
jmacxx
ed78d0fbb4
Fix NPE when sending trader chat
...
Show error message to user when trader chat message cannot be sent.
2021-02-08 17:35:56 -06:00
jmacxx
98feab3ef7
fix NPE when payment account changed on offer entry (with trigger price)
2021-02-08 10:55:25 -06:00
ghubstan
2f6838e507
Rename apitest BisqApp -> BisqProcess
...
The old class name conflicted with destop's BisqApp.
2021-02-07 14:00:29 -03:00
Huey
c0efa156c7
Fix Mediator's name
...
@leo816 was mentioned twice. One of which should be @huey735
2021-02-07 11:53:51 +00:00
chimp1984
81fb615d86
Merge branch 'master' of https://github.com/bisq-network/bisq into master_upstream
2021-02-06 16:06:55 -05:00
ghubstan
711785631d
Fix typo
2021-02-06 16:44:19 -03:00
ghubstan
3107d99fb4
Provide Api v1 Beta Test Guide
2021-02-06 16:09:24 -03:00
ghubstan
ae2e60c749
Fix typo
2021-02-06 14:04:30 -03:00
ghubstan
6890ba68b0
Fix typo
2021-02-05 19:10:34 -03:00
ghubstan
433079abc8
Add missing backslash in multi line command
2021-02-05 15:29:47 -03:00
ghubstan
5ce9bc184d
Fix method help typos
...
And add a createoffer example.
2021-02-05 15:27:08 -03:00
ghubstan
bcf1b3b836
Fix find pid on OSX
...
The trade simulation scripts check that bitcoind, seed node,
arbitration node, and bob & alice nodes are running at startup,
but the bash pgrep command used to find the PIDs does not work on
OSX (my darwin20), so an adjustment was made to the env script to
find java PIDs with ps and awk if running on OSX.
Two additonal startup checks were added: make sure the script is
running on supported OS (Linux or OSX), and bitcoin-cli is in
the PATH.
Also removed usage error text about registering dispute agents.
The scripts do that now.
2021-02-04 19:16:19 -03:00
jmacxx
d72b1a6639
Specify Amazon eGift Card country
...
Adds countryCode to AmazonGiftCardAccountPayload
Account upgrade done at startup => Eurozone accounts will prompt for country.
Trade buyer step 2 prompts use of the appropriate Amazon website for buying gift card.
2021-02-03 13:57:20 -06:00