jmacxx
62e71e1ccb
fix mailbox bootstrap issue
2021-03-03 11:57:47 +01:00
Christoph Atteneder
c1d6ea93bb
Bump version number for v1.5.9
2021-03-02 18:53:37 +01:00
jmacxx
7c80934a17
Field id strings for FeeService extracted to Config.java
2021-03-01 11:25:04 +01:00
jmacxx
a043e3bdf1
Update Preferences tests to new constructor signature
2021-03-01 11:24:56 +01:00
jmacxx
6efeae09c5
Obtain minimumFee from mempool api in place of hardcoded value
2021-03-01 11:24:38 +01:00
Christoph Atteneder
5288d0840b
Bump version number for v1.5.8
2021-03-01 11:24:04 +01:00
cd2357
fb3ed20d74
Bump netlayer and tor-binary versions
...
Update dependencies to use tor v0.4.5.6
2021-02-26 17:20:01 +01:00
jmacxx
dab8b638ae
TraderChatManager to handle onAllServicesInitialized
...
Upon receipt of onAllServicesInitialized, TraderChatManager should
call tryApplyMessages in order to process any pending mailbox
messages stored up while offline.
2021-02-24 09:14:02 +01:00
jmacxx
b3263be5e9
Fix initialization ordering issue
...
TradeManager must be inited before MailboxMessageService
2021-02-24 09:13:52 +01:00
jmacxx
cee20edfce
codacy
2021-02-24 09:12:47 +01:00
jmacxx
43e461ea0d
Start pricenode providers asynchronously
...
Fixes #4441
2021-02-24 09:12:37 +01:00
jmacxx
cb5cc3525d
Increase min withdrawal tx fee to 15 sats/vB
2021-02-24 09:10:49 +01:00
sqrrm
fd6ec136cd
Merge pull request #5217 from ripcurlx/update-data-stores-for-v1.5.7
...
Update of data stores and translations for v1.5.7
2021-02-23 11:29:07 +01:00
Christoph Atteneder
a691b26de4
Update witness stores
2021-02-23 11:16:29 +01:00
Christoph Atteneder
aae52f801a
Update translations for v1.5.7
2021-02-22 15:54:53 +01:00
Christoph Atteneder
8e78cfa2b7
Update data stores for v1.5.7
2021-02-22 15:52:18 +01:00
Christoph Atteneder
5e743b2171
Add missing version number update for script
2021-02-22 15:51:50 +01:00
Christoph Atteneder
c30fd72990
Update bitcoinj checkpoints for v1.5.7
2021-02-22 15:51:33 +01:00
chimp1984
3c38fd67eb
Remove boolean return value for requestPreliminaryData
...
and call onNoSeedNodeAvailable instead.
2021-02-19 10:09:05 +01:00
chimp1984
f73408a79e
Call onNoSeedNodeAvailable if return value from requestPreliminaryData is false
...
We did not do all the calls before (like on p2pDataStorage), so that changes behaviour.
2021-02-19 10:09:05 +01:00
chimp1984
e57c26ecb0
Refactor: Extract method from duplicated code
2021-02-19 10:09:05 +01:00
chimp1984
1e6744ddc0
Use same behaviour in onNoSeedNodeAvailable as in onUpdatedDataReceived
2021-02-19 10:09:04 +01:00
chimp1984
45e4aaa24d
Refactor: Rename onBootstrapComplete to onBootstrapped
2021-02-19 10:09:04 +01:00
chimp1984
c6868f1bed
Call p2PDataStorage.onBootstrapComplete() before
...
mailboxMessageService.onBootstrapped(); and onUpdatedDataReceived
mailboxMessageService depends on p2PDataStorage so we make sure the
p2PDataStorage is updated before we update the mailboxMessageService state.
2021-02-19 10:09:04 +01:00
chimp1984
49e9f72d6e
Merge onUpdatedDataReceived and onNoSeedNodeAvailable to onBootstrapped
2021-02-19 10:09:04 +01:00
chimp1984
44fcfb86bb
Call onNoSeedNodeAvailable on mailboxMessageService at onNoSeedNodeAvailable
2021-02-19 10:09:04 +01:00
chimp1984
d39cdaa33e
Fixes https://github.com/bisq-network/bisq/issues/5204
...
Remove SetupListener implementation from MailboxMessageService.
Remove requestDataManager
Add onNoSeedNodeAvailable method
Call onNoSeedNodeAvailable from P2PService
2021-02-19 10:09:03 +01:00
Christoph Atteneder
2dc34dce48
Bump version number for v1.5.7
2021-02-18 21:50:32 +01:00
Christoph Atteneder
14ae0c3f8c
Merge pull request #5156 from chimp1984/improve-facts-and-figures
...
Improve facts and figures
2021-02-18 21:32:17 +01:00
Christoph Atteneder
2e89e590b3
Merge pull request #5196 from jmacxx/fix_SignaturePubKey_error
...
Prevent erroneous logging of 'SignaturePubKey in message does not match'
2021-02-18 21:18:49 +01:00
chimp1984
cd0a28361f
Add average bsq price text fields from timeline selection
2021-02-18 11:40:30 -05:00
chimp1984
d04ac5cdf0
Add missing stage offset to tooltips
2021-02-18 11:40:30 -05:00
chimp1984
683e768a00
Add total volume text fields
2021-02-18 11:40:30 -05:00
chimp1984
e91ed8a857
Always update all text field values even if the series is not selected
2021-02-18 11:40:30 -05:00
chimp1984
55a4154e74
Add tooltip to time navigation so from and to date is visible
2021-02-18 11:40:30 -05:00
chimp1984
955c57cfbe
Reduce vertical space
2021-02-18 11:40:30 -05:00
chimp1984
25f35fea9e
Update text field values when time interval selection changes
2021-02-18 11:40:30 -05:00
chimp1984
f421411bba
Add price and volume charts
2021-02-18 11:40:30 -05:00
chimp1984
d2f43373fd
Add comments
2021-02-18 11:40:29 -05:00
chimp1984
4244f807c7
Refactoring: Rename classes
2021-02-18 11:40:29 -05:00
chimp1984
df6d451b80
Extract code to TemporalAdjusterModel
...
Move TemporalAdjusterUtil code to TemporalAdjusterModel
2021-02-18 11:40:29 -05:00
chimp1984
a332e603fb
Refactoring: Rename class
2021-02-18 11:40:29 -05:00
chimp1984
885fff5163
Refactoring: Rename classes, package and move class
2021-02-18 11:40:29 -05:00
chimp1984
320a2f8a1f
Only calculate data for active series
2021-02-18 11:40:29 -05:00
chimp1984
67d76cda27
Add time interval selector
2021-02-18 11:40:29 -05:00
chimp1984
9dab4fd65a
Add total issuance and total burned series
2021-02-18 11:40:29 -05:00
chimp1984
7c82271ac1
Fix data (was missing the reimbursement to the RA due a
...
mistake by doing a double payout). we consider that as
reimbursement as well.
2021-02-18 11:40:28 -05:00
chimp1984
632653a751
Add new chart view
2021-02-18 11:40:28 -05:00
chimp1984
fcaad5580b
Use readableFileSize instead of division by 1024 for kb display in statistic logs
2021-02-18 11:40:10 -05:00
chimp1984
db86b89377
Exclude proof of burn amounts from trade fee display.
...
Use Proof of burn fee instead of burned BSQ from invalid tx.
2021-02-18 11:40:10 -05:00