Kleissner
f2c344dc96
Major refactoring of the code base into Backend structure. Increase version number to Alpha 6 to prepare for the upcoming release.
2021-12-29 05:29:34 +01:00
Kleissner
c053c617c2
Add users blockchain data to the search index and provide it in search results. Updated webapi search and download.
2021-12-14 15:45:03 +01:00
Kleissner
359387af0d
Search index: Change unindexing algorithm on entire blockchain level instead of version+block number. Fixing bug in unindexing.
2021-12-13 02:15:55 +01:00
Kleissner
f9c661b003
Search index: Add blockchain version to the records.
2021-12-13 00:05:54 +01:00
Kleissner
d494d46410
🔍 search algorithm! 🎉 🎊 🥳
2021-12-12 19:12:01 +01:00
Kleissner
c12b68c35c
Update blockchain height to 64-bits according to the Whitepaper 0.9.2. Close #74
2021-12-11 20:43:38 +01:00
Kleissner
15e46133c7
Global Blockchain Cache implementation. Automatically download other blockchains based on the limits in the config.
...
Started with a unified backend struct. Long term all lose vars should be put there, which in term will support multiple concurrent Peernet instances (users) within the same process.
2021-12-11 14:55:02 +01:00