Manfred Karrer
ff023ce32f
Merge pull request #2504 from ben-kaufman/export-voting-history
...
Added button to export voting history into JSON
2019-03-06 16:52:59 -05:00
Ben Kaufman
2a4e004133
Fixes and improvements
2019-03-06 23:38:16 +02:00
Christoph Atteneder
d6fb97880a
Revert to SNAPSHOT
2019-03-06 15:37:23 +01:00
Ben Kaufman
873a57eea9
Added button to export voting history into json
2019-03-06 15:31:43 +02:00
Florian Reimair
7b4caab93d
Introduced netlayer 0.6.4b3
2019-03-06 13:47:32 +01:00
Christoph Atteneder
75fd991b3b
Bump version number
2019-03-06 10:04:50 +01:00
Florian Reimair
4bafea83ee
Inline declaration of default value
2019-03-06 09:50:30 +01:00
Florian Reimair
22b4ef921b
Use Lombok Getter
2019-03-06 09:50:30 +01:00
Florian Reimair
7c5210856b
Capabilities optimizations
2019-03-06 09:50:11 +01:00
Florian Reimair
24501178e4
Removed closeConnectionReason from class scope
2019-03-06 09:35:06 +01:00
Florian Reimair
3bb38b81ce
Compressed shutdown members
2019-03-06 09:35:06 +01:00
Florian Reimair
b85075affe
Removed superfluous imports
2019-03-06 09:35:06 +01:00
Florian Reimair
b501a203f4
Removed field that is only used once
2019-03-06 09:35:06 +01:00
Florian Reimair
d21bf3d710
Merged methods that did the same
2019-03-06 09:35:06 +01:00
Florian Reimair
0320261901
Simplified connection shutdown
2019-03-06 09:35:06 +01:00
Florian Reimair
4d21d25fa9
Get rid of 'InputHandler' in 'Connection' class
2019-03-06 09:35:06 +01:00
Florian Reimair
7fa5c190aa
Get rid of 'sharedModel' in 'Connection' class
2019-03-06 09:35:06 +01:00
Florian Reimair
3909feec37
Make Monitor aware of refactoring
2019-03-06 09:29:46 +01:00
Florian Reimair
ed799b7018
Removed duplicate and superfluous code
2019-03-06 09:29:46 +01:00
Florian Reimair
00872427de
Get rid of Capability ordinals
...
github.com/AlDanial/cloc v 1.80 T=0.19 s (5.3 files/s, 5.3 lines/s)
-------------------------------------------------------------------------------
files blank comment code
-------------------------------------------------------------------------------
same 0 0 913 3405
modified 28 0 6 145
added 1 18 36 58
removed 0 9 3 103
-------------------------------------------------------------------------------
2019-03-06 09:29:26 +01:00
Manfred Karrer
92b91ba391
Merge pull request #2500 from ManfredKarrer/remove-dev-logging
...
Remove Log.traceCall methods
2019-03-05 11:52:21 -05:00
Manfred Karrer
dd7c578a66
Remove if statement
2019-03-05 11:25:34 -05:00
Manfred Karrer
b711f571a4
Cleanup some log.debug calls
2019-03-05 11:24:07 -05:00
Manfred Karrer
1d0fdf4c55
Cleanup some log.trace calls
2019-03-05 11:11:04 -05:00
Manfred Karrer
7fd2030003
Remove Log.traceCall methods
...
Florian reported that they consume quite a bit of performance.As
they have not been used for development testing since long we should
better remove those.
2019-03-05 10:32:39 -05:00
Christoph Atteneder
5c69d75192
Update data stores
2019-03-05 16:24:55 +01:00
Christoph Atteneder
6381078d78
Update translations
2019-03-05 16:04:16 +01:00
Manfred Karrer
ac3cae101e
Merge pull request #2498 from ManfredKarrer/make-buyer-security-deposit-percentage-based
...
Use percentage based value for security deposits
2019-03-05 09:47:24 -05:00
Florian Reimair
c1ab900521
Updated netlayer, jtorctl and tor-binary
2019-03-05 15:39:51 +01:00
Christoph Atteneder
549348aee0
Add news badge for instant trade
2019-03-05 15:02:37 +01:00
Christoph Atteneder
95d8f514ad
Add news badge for new percentage security deposit
2019-03-05 13:08:26 +01:00
Christoph Atteneder
279b38bf2e
Add information icon to buyer security deposit showing the deposit amount in BTC
2019-03-05 13:07:24 +01:00
Christoph Atteneder
07db51d2e8
Merge pull request #2430 from furszy/veil-integration
...
List Veil (VEIL)
2019-03-05 11:11:20 +01:00
Manfred Karrer
cffa42a7a2
Update security deposit values
2019-03-05 00:04:24 -05:00
Manfred Karrer
e04d042e4e
Update security deposit values
2019-03-04 23:48:41 -05:00
Manfred Karrer
b8f8fbff20
Use percentage based value for security deposits
...
Use percentage based value of trade amount for buyer and seller
security deposit.
To ensure that the BTC value is not getting too low, we apply a min.
value for both.
2019-03-04 23:35:35 -05:00
Manfred Karrer
c8493d127c
Add more logs
2019-03-04 20:02:02 -05:00
furszy
7b96dd366e
List Veil (VEIL)
...
Veil modifications
base58 getParams reverted
2019-03-04 22:35:51 +01:00
Manfred Karrer
46d15dcff4
Merge remote-tracking branch 'origin/avoid-taker-fee-publishing-for-failed-trades' into avoid-taker-fee-publishing-for-failed-trades
...
# Conflicts:
# core/src/main/java/bisq/core/trade/protocol/tasks/taker/TakerPublishFeeTx.java
2019-03-04 11:37:37 -05:00
Manfred Karrer
ba376febac
Add TxType to bsqWalletService.commit call
2019-03-04 11:35:05 -05:00
Manfred Karrer
64f085ce48
Merge branch 'allow-spending-unconfirmed-bsq-utxs'
...
# Conflicts:
# core/src/main/java/bisq/core/trade/protocol/tasks/taker/CreateTakerFeeTx.java
2019-03-04 11:20:55 -05:00
Manfred Karrer
c91792ca06
Fix incorrect BSQ validator in send BSQ view
2019-03-04 11:17:20 -05:00
Manfred Karrer
f790bfce86
Merge branch 'add-live-trading'
2019-03-04 11:13:11 -05:00
Manfred Karrer
dcadbdfc3e
Merge branch 'master' into avoid-taker-fee-publishing-for-failed-trades
...
# Conflicts:
# core/src/main/java/bisq/core/offer/OfferPayload.java
2019-03-04 11:12:04 -05:00
Manfred Karrer
804f8e9abf
Improve wording
2019-03-04 11:10:26 -05:00
Manfred Karrer
9e7a619ba4
Merge branch 'master' into add-live-trading
2019-03-04 11:09:24 -05:00
Christoph Atteneder
5b6d986191
Merge pull request #2433 from ArqTras/arqma
...
List Arqma
2019-03-04 15:36:13 +01:00
ArqTras
e4bd07959b
List Arqma (ARQ)
2019-03-04 15:20:14 +01:00
Manfred Karrer
db4c6f5fb8
Reduce timeout to 90 sec
...
- We had it initially at 60 sec. and increased it as attempt to fight
those timeout errors, but it did not help. So letting the user wait
longer as needed does not make sense.
2019-03-04 14:48:54 +01:00
Manfred Karrer
35dfc4b5bd
Delay broadcasting of taker fee tx
...
To avoid the issue with lost taker fees if the take-offer attempt fails,
we delay the publishing of the taker fee tx just before the deposit tx
gets published.
The taker fee tx must not be committed to the wallet to avoid that the
wallet would require a resync in case the tx is not published.
If the tx is not committed the addresses used there are not considered
as used and that would cause issues with the address entry context
assignment for the deposit tx. To avoid those issues we need to force
the creation of new addresses used for the multisig and payout address
entries. To be sure that happens before any of the following tasks make
use of those address entries we do that already in the createTakerFee
task.
For BSQ fee tx it behaves similar but needs separate testing.
2019-03-04 14:48:50 +01:00