|
|
d06a49eb28
|
huge changes that need more doucmenting
|
2023-05-30 18:42:33 +01:00 |
|
Akilan Selvacoumar
|
9775525d35
|
gofmt peernet (#103)
|
2023-02-12 09:59:31 +00:00 |
|
Kleissner
|
4aa15d6a78
|
Minor fix in test code
|
2021-12-08 04:19:04 +01:00 |
|
Kleissner
|
e5c2d8d91d
|
Protocol change: Implement merkle tree for files and store root hash and fragment size in the blockchain.
|
2021-11-28 21:59:52 +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
|
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
|
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
|
fbeb01e7ff
|
Major refactoring of blockchain code into new sub-package.
|
2021-10-11 01:21:38 +02:00 |
|