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
2021-06-16 16:19:45 -04:00
2022-03-28 13:14:12 +01:00
2022-03-23 18:47:00 +00:00
2021-07-20 10:57:38 +02:00
2022-03-28 13:14:12 +01:00
2022-03-28 13:14:12 +01:00
2021-07-20 10:57:38 +02:00
2022-04-21 19:50:31 +03:00
2022-05-10 09:48:05 +02:00
2021-09-01 13:02:18 +01:00
2022-05-10 09:48:05 +02:00
2022-03-23 18:47:00 +00:00
2021-07-20 10:57:38 +02:00
2022-04-06 10:36:06 -04:00
2022-03-28 13:14:12 +01:00
2022-04-01 18:06:10 -04:00
2021-07-20 10:57:38 +02:00
2021-09-23 11:31:59 -04:00
2022-04-06 10:36:06 -04:00
2022-04-06 10:36:06 -04:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.6%
Python 0.8%
Shell 0.3%
Makefile 0.1%
Groovy 0.1%