chimp1984
482bc56036
Use PersistenceManager
2020-10-03 12:48:20 -05:00
chimp1984
9da13c35f2
Refactor: Rename persist to requestPersistence
2020-10-03 12:48:20 -05:00
chimp1984
fac4200825
Remove unused fields, apply new params
2020-10-03 12:48:20 -05:00
chimp1984
e825613f5c
Use PersistenceManager
2020-10-03 12:48:20 -05:00
chimp1984
e0ea742a47
Use PersistenceManager
2020-10-03 12:48:20 -05:00
chimp1984
986f1bf33c
Use PersistenceManager. We do not persist inside openOffer anymore but from outside
2020-10-03 12:48:19 -05:00
chimp1984
406afa9dad
Use PersistenceManager. Add setAll method
2020-10-03 12:48:19 -05:00
chimp1984
c3c869b5ad
Use PersistenceManager
2020-10-03 12:48:19 -05:00
chimp1984
f4165dc9af
Use PersistenceManager
2020-10-03 12:48:19 -05:00
chimp1984
2582f58e0a
Use PersistenceManager
2020-10-03 12:48:19 -05:00
chimp1984
f6be9b0f6b
Use PersistenceManager
2020-10-03 12:48:19 -05:00
chimp1984
4f18577002
Extend PersistableList, remvoe storage
2020-10-03 12:48:19 -05:00
chimp1984
63fe1c9dbd
Remove storage
2020-10-03 12:48:18 -05:00
chimp1984
2d91c268d0
Remove storage and persist calls. Remove unused methods
2020-10-03 12:48:18 -05:00
chimp1984
8a6b2a77d6
Use PersistenceManager. Make disputeList final
2020-10-03 12:48:18 -05:00
chimp1984
158b7a92f9
Remove storage from dispute. We do persistence from outside now.
...
Impl. PersistablePayload
Make openingDate final and contr param
2020-10-03 12:48:18 -05:00
chimp1984
8f38de30e9
Use PersistableList as base class
2020-10-03 12:48:18 -05:00
chimp1984
0eb99f77ef
Use PersistenceManager
2020-10-03 12:48:18 -05:00
chimp1984
5d6cbf5e23
Refactor: Move classes to new package
2020-10-03 12:48:18 -05:00
chimp1984
878f64555c
Use PersistenceManager
2020-10-03 12:48:18 -05:00
chimp1984
308c970b68
Use PersistenceManager
2020-10-03 12:48:17 -05:00
chimp1984
80e16a05ef
Use PersistenceManager
2020-10-03 12:48:17 -05:00
chimp1984
9190f17966
Update TradeStatistics2Storage classes
2020-10-03 12:48:17 -05:00
chimp1984
e6211ef9fe
Update TempProposalStore and ProposalStore classes
2020-10-03 12:48:17 -05:00
chimp1984
8781c80fb0
Update AccountAgeWitnessStorage classes
2020-10-03 12:48:17 -05:00
chimp1984
d9a7aacf98
Update SignedWitness classes
2020-10-03 12:48:17 -05:00
chimp1984
dc77b5cab8
Use PersistenceManager
2020-10-03 12:48:17 -05:00
chimp1984
a4acddac4a
Apply generics and super class methods
2020-10-03 12:48:17 -05:00
chimp1984
3a348d5a0f
Remove ThreadedPersistableEnvelope and use PersistableEnvelope instead
...
We will not need threading support anymore once we use the new persistenceManager as serialisation is done on the userThread.
2020-10-03 12:48:16 -05:00
chimp1984
d3be8dd48b
Remove UserThreadMappedPersistableEnvelope and use PersistableEnvelope instead
...
We will not need threading support anymore once we use the new persistenceManager as serialisation is done on the userThread.
2020-10-03 12:48:16 -05:00
chimp1984
35d9338615
Remove UserThreadMappedPersistableList and use PersistableList instead
...
We will not need threading support anymore once we use the new persistenceManager as serialisation is done on the userThread.
2020-10-03 12:48:15 -05:00
chimp1984
93f1108a77
Add PersistenceManager.flushAllDataToDisk to shutdown to write all pending data to disk
...
Use new readAllPersisted method instead of setupPersistedDataHosts. Run read tasks in a thread in parallel.
Read is only done at startup.
Remove unused restart method
2020-10-03 12:48:15 -05:00
chimp1984
fd0cc63e7c
Refactor: use FileUtil.removeAndBackupFile instead of FileManager.removeAndBackupFile
2020-10-03 12:48:15 -05:00
chimp1984
802dcad2fb
Refactor: Rename CorruptedDatabaseFilesHandler
2020-10-03 12:48:14 -05:00
chimp1984
cda9d9eccf
Refactor: Move other 2 classes to file package
2020-10-03 12:48:14 -05:00
chimp1984
23507102dd
Refactor: Move CorruptedDatabaseFilesHandler
2020-10-03 12:48:14 -05:00
chimp1984
8aff1f8665
Refactor: Move FileUtil
2020-10-03 12:48:14 -05:00
sqrrm
f051a03d29
Merge pull request #4559 from ghubstan/cli-create-offer
...
Build out 'createoffer' API method
2020-10-03 17:04:11 +02:00
ghubstan
c71ad8489c
Change 'break' to 'return' at end of switch.
2020-10-02 17:57:31 -03:00
ghubstan
f1693a6cf4
Add switch statement break to make codacy happy
2020-10-02 15:25:32 -03:00
ghubstan
033271189f
Ignore codacy complaint about (dead) default switch labels
2020-10-02 15:10:13 -03:00
chimp1984
25a7979b02
Merge branch 'master_upstream' into reduce-initial-date-request
2020-10-02 13:05:56 -05:00
sqrrm
12628dcde6
Merge pull request #4588 from chimp1984/fix-incorrect-startup-order
...
UserThread must not be used before application is created.
2020-10-02 10:30:30 +02:00
Chris Beams
e623d9638e
Fix typo in 'available for withdrawal' popup
2020-10-02 08:54:42 +02:00
chimp1984
f5862ec2f6
UserThread must not be used before application is created.
2020-10-01 23:01:49 -05:00
chimp1984
6f5bfde92f
Deactivate usage of HistoricalDataStoreService for now.
...
This is intended to be able to merge the code base before https://github.com/bisq-network/bisq/pull/4577 is merged.
We can add the code base but not using the feature yet. Once we are ready for deployment we can revert this commit and have the feature activated.
2020-10-01 15:20:32 -05:00
chimp1984
65de106df0
Use HistoricalDataStoreService for TradeStatistics2StorageService
2020-10-01 15:13:11 -05:00
chimp1984
e44fdbdea2
Refactoring: Rename variable
2020-10-01 15:06:57 -05:00
chimp1984
431debe05e
Unrelated to PR topic fix: Only log warnings if banned object is not isEmpty
2020-10-01 14:59:27 -05:00
chimp1984
240f0b903c
Use PersistableNetworkPayloadStore as base class for stores which had a map with PersistableNetworkPayloads
2020-10-01 14:57:48 -05:00