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
|
c8e0d1cfbe
|
Blockchain: New TargetBlockSize which is honored for files and profile fields. Close #80, close #75
|
2021-12-11 18:07:48 +01:00 |
|
Kleissner
|
65f1d4eab7
|
Blockchain: Add functions GetBlockRaw and DecodeBlockRaw
|
2021-12-04 03:09:27 +01:00 |
|
Kleissner
|
e10ece7358
|
Blockchain: blockchain.IterateDeleteRecord decode all records at once, fixing multiple issues with file tags that could result in corrupted or orphaned records. Fix #66, fix #37, fix #38
|
2021-11-29 02:06:51 +01:00 |
|
Kleissner
|
9626fa8088
|
Fork btcec to remove external dependency. This significantly reduces the count of indirect modules (cuts it by half). Close #7
Update the other Go modules.
|
2021-11-14 22:37:07 +01:00 |
|
Kleissner
|
e45d6fe888
|
New function to delete account. Create deletion functions for blockchain and warehouse. Add function /account/delete to webapi. Close #42
|
2021-10-20 08:46:53 +02:00 |
|
Kleissner
|
7be31a9e34
|
Refactoring code. Use protocol.HashData and HashSize. Move PublicKey2NodeID into protocol.
|
2021-10-17 17:15:22 +02:00 |
|
Kleissner
|
1c0406dc60
|
Housekeeping! Removing unnecessary "blockchain" prefix of status codes within the blockchain package.
|
2021-10-13 21:22:17 +02:00 |
|
Kleissner
|
b556acb86c
|
webapi: New function /blockchain/file/update
blockchain: Add readme.md. Add function ReplaceFiles.
|
2021-10-13 20:09:09 +02:00 |
|
Kleissner
|
336de68801
|
Refactor blockchain code into separate files (no code changes).
|
2021-10-13 15:30:35 +02:00 |
|
Kleissner
|
c2f110169a
|
Automatically delete files from Warehouse in case there are no other references when deleting files from the blockchain via /blockchain/self/delete/file.
New function blockchain.FileExists.
blockchain.DeleteFiles now returns list of deleted files.
|
2021-10-13 06:00:40 +02:00 |
|
Kleissner
|
335f83d79b
|
/blockchain/self/add/file checks now if the file exists in the Warehouse and aborts with StatusCorruptBlockRecord if not.
|
2021-10-13 02:42:04 +02:00 |
|
Kleissner
|
fbeb01e7ff
|
Major refactoring of blockchain code into new sub-package.
|
2021-10-11 01:21:38 +02:00 |
|