status-go/t
Pascal Precht 43d6305157 Handle history archive magnetlink messages
This introduces the ability for status notes to handle community
history archive magnetlinks. To make this work, a few things are needed:

1. A new database table has been introduced to store message archive
   hashes. This is necessary so status nodes can determine whether or
   not they need to download a certain archive
2. The messenger's `handleRetrievedMessages()` has been exteded to take
   magnetlink messages into account
3. New APIs were added to download torrent data given a magnetlink and
   also to extract messages from downloaded archives, which are then
   later fed to `handleRetrievedMessages`

Closes #2568
2022-05-10 11:27:31 +02:00
..
config Unlock wallet and chat keys (#1346) 2019-01-18 10:01:14 +01:00
helpers Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00
utils Handle connection state 2021-05-21 07:22:58 +02:00
bindata.go Handle history archive magnetlink messages 2022-05-10 11:27:31 +02:00
doc.go migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00