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
jmacxx
1f5fc3f434
Increase width to fix truncation in displayed URL.
2022-06-29 07:28:44 -05:00
Christoph Atteneder
8850436023
Merge pull request #6267 from ripcurlx/datastore-updates-for-v1.9.3
...
Data store updates for v1.9.3
2022-06-29 09:23:59 +02:00
Christoph Atteneder
1d73a64e60
Merge pull request #6260 from w0000000t/master
...
add tutorial to clone exclusively specific branch
2022-06-28 11:06:18 +02:00
Christoph Atteneder
8454ac0209
Merge pull request #6265 from bisq-network/dependabot/github_actions/actions/setup-java-3.4.0
...
Bump actions/setup-java from 3.3.0 to 3.4.0
2022-06-28 11:05:32 +02:00
Christoph Atteneder
6d9ced2d13
Merge pull request #6266 from jmacxx/fix_altcoin_payment_label
...
Correct wording of altcoin payto address label.
2022-06-28 11:04:57 +02:00
jmacxx
5e59eae17e
Correct wording of altcoin payto address label.
2022-06-28 11:04:36 +02:00
jmacxx
484c4b5f50
Correct wording of altcoin payto address label.
2022-06-27 22:00:16 -05:00
Christoph Atteneder
9bd1fd1423
Update data stores for v1.9.3
2022-06-27 17:00:56 +02:00
dependabot[bot]
0926315f64
Bump actions/setup-java from 3.3.0 to 3.4.0
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](860f600565...16cca5479d
)
---
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-06-27 14:15:08 +00:00
Christoph Atteneder
590bb6cdb8
Merge pull request #6262 from ghubstan/fix_snake_case_proto_field_name
...
Fix snake_case field names
2022-06-24 20:11:18 +02:00
ghubstan
ed3e17cec5
Fix snake_case field name
...
Be consistent, and x-language.
2022-06-23 15:06:13 -03:00
w0000000t
7b96d1da81
add tutorial to clone exclusively specific branch
2022-06-23 12:23:06 +02:00
Christoph Atteneder
15a79f27d3
Update bitcoinj checkpoints for v1.9.3
2022-06-23 10:54:43 +02:00
Christoph Atteneder
59d598da52
Update translations for v1.9.3
2022-06-23 09:44:57 +02:00
Christoph Atteneder
791ad62a51
Bump version number for v1.9.3
2022-06-23 09:39:04 +02:00
Christoph Atteneder
6233dab8d6
Merge pull request #6259 from bisq-network/release/v1.9.2
...
Release/v1.9.2
2022-06-23 09:28:37 +02:00
Christoph Atteneder
56d8842092
Merge branch 'master' of github.com:bisq-network/bisq into release/v1.9.2
...
Conflicts:
build.gradle
desktop/package/linux/Dockerfile
desktop/package/macosx/finalize.sh
desktop/package/macosx/insert_snapshot_version.sh
relay/src/main/resources/version.txt
2022-06-23 09:03:33 +02:00
Christoph Atteneder
e0d158b611
Merge pull request #6254 from Emzy/master
...
Install tor from tor repository and add external tor as default
2022-06-23 08:58:58 +02:00
Stephan Oeste
90914bba5b
delete unintentional line break
...
Signed-off-by: Stephan Oeste <emzy@emzy.de>
2022-06-23 00:49:22 +02:00
Stephan Oeste
7033f08b41
fix for file create
2022-06-23 00:49:19 +02:00
Stephan Oeste
275f9c9da0
Install tor from tor repository and add external tor as default
2022-06-23 00:49:16 +02:00
Christoph Atteneder
a2d84b0174
Revert to SNAPSHOT version
2022-06-22 21:20:18 +02:00
Christoph Atteneder
043f1e4c70
Bump version number for v1.9.2
2022-06-21 20:39:23 +02:00
chimp1984
97cbc21d61
Add netlayer 0.7.3
...
Conflicts:
gradle/verification-metadata.xml
2022-06-21 20:36:36 +02:00
Christoph Atteneder
c5bdbc512a
Merge pull request #6252 from chimp1984/update_to_netlayer_0.7.3
...
Update to netlayer 0.7.3
2022-06-21 11:23:38 +02:00
chimp1984
03efe23449
Add netlayer 0.7.3
2022-06-20 23:05:42 +02:00
Christoph Atteneder
444f2183e5
Merge pull request #6236 from jmacxx/xmr_subaddresses
...
Feat: XMR subaddresses per account
2022-06-20 20:40:20 +02:00
Christoph Atteneder
188f43774d
Merge pull request #6253 from ghubstan/block-takeswapeoffer-with-insufficient-btc
...
Block API attempt to swap BSQ with insufficient funds
2022-06-20 20:39:13 +02:00
Christoph Atteneder
b794312184
Merge pull request #6228 from chimp1984/use-bisq2-rest-infrastructure-for-daonode
...
Use bisq2 rest infrastructure for daonode
2022-06-20 20:38:06 +02:00
Christoph Atteneder
d1c47ad3ec
Merge pull request #6250 from ghubstan/add-api-price-service-getaverageprice
...
Add API method 'getavgbsqprice'
2022-06-20 20:37:27 +02:00
Christoph Atteneder
70b5df7b6e
Merge pull request #6249 from ghubstan/add-api-wallet-service-getnetwork-method
...
Add API method 'getnetwork'
2022-06-20 20:37:15 +02:00
Christoph Atteneder
4369c4c909
Merge pull request #6248 from ghubstan/reverse-get-altcoin-offers-list-order
...
Make API getoffers (altcoin) offer list order match UI
2022-06-20 20:37:05 +02:00
Christoph Atteneder
d5e0c53c09
Merge pull request #6247 from ghubstan/check-precondition-for-confirm-payment-sent-or-rcvd
...
Conditionally block API's send payment sent/rcvd msgs
2022-06-20 20:36:53 +02:00
ghubstan
2893ec2564
Block API attempt swap BSQ if !sufficient funds
...
This API bug was relying on the UI purposed TaskRunner to bubble up an
insufficient funds error to the client, but it cannot do that.
This change blocks the takeoffer attempt if sufficient funds are not
found after the swap model calculates the taker's trade amounts.
Related: https://github.com/bisq-network/bisq/pull/6221
Based on https://github.com/bisq-network/bisq/pull/6250 .
Based on branch `add-api-price-service-getaverageprice`.
2022-06-20 12:00:39 -03:00
ghubstan
2c043b4b21
Minor refactoring
2022-06-18 11:24:39 -03:00
ghubstan
a12dd52b81
Add API method 'getavgbsqprice'
...
Returns volume weighted average BSQ price in BTC and USD over N days.
The need for this arose while creating a Java BSQ Swap bot example
(PR pending). API bots can use this to determine whether or not to
take swap offers based on their price distance above or below the 30
(or 90) day trade price average.
2022-06-17 18:26:10 -03:00
ghubstan
71365be48c
Add rate meter for getnetwork method (1/sec)
2022-06-17 09:22:08 -03:00