status-go/appdatabase/migrations/sql
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
..
1640111208_dummy.up.sql
1642666031_add_removed_clock_to_bookmarks.up.sql
1643644541_gif_api_key_setting.up.sql
1644188994_recent_stickers.up.sql
1646659233_add_address_to_dapp_permisssion.up.sql
1646841105_add_emoji_account.up.sql
1647278782_display_name.up.sql
1647862838_reset_last_backup.up.sql
1647871652_add_settings_sync_clock_table.up.sql
1647880168_add_torrent_config.up.sql
1647882837_add_communities_settings_table.up.sql
1647956635_add_waku_messages_table.up.sql
1648554928_network_test.up.sql
1649174829_add_visitble_token.up.sql
1649882262_add_derived_from_accounts.up.sql
1650612625_add_community_message_archive_hashes_table.up.sql
1650616788_add_communities_archives_info_table.up.sql
doc.go