Also a new version of MapDB has been released
Nice job! Thanks for doing this!
Okay, I just wanna quickly summarize and tell you what we need to do here:
1. We need to come up with a new workaround that does NOT involve the use of Memory Mapped Files since Memory Mapped Files only works on 64-bit system. Using MMF is not an option since we need qora to work on all systems including 32-bit. We need to find out what's causing the thread to get interrupted before all file I/O operations are completed.
rlh's comment got me thinking, and I think that it's possible the client does not exit cleanly (FC was closed while the changes to database were not fully committed). Since I've only run Qora on 64-bit machines, it's difficult for me to replicate Poloniex's problems and do a debug. Someone definitely needs to follow up on this and identify which calls are causing the problems.
2. I hope we can incorporate the following changes before we roll out the next version of Qora wallet - 1) Skerberus' Installer, 2) MMF workaround (for 32-bit system' sake), 3) the new Wallet design Pondsea was working on, 4) encoding method as suggested by deMap.
Keep up the good work, guys!