status-go/walletdatabase/migrations/sql
Sale Djenic a8357dceac feat: color field added to saved address
- `color` column added to `saved_addresses` table
- `colorId` parameter exposed via `SavedAddress` struct

Affected area - saved addresses.

The following endpoints return or receive `SavedAddress` instance:
- `UpsertSavedAddress`
- `GetSavedAddresses`
- `AddSavedAddress`
2023-12-29 10:39:52 +01:00
..
1691753758_initial.up.sql feat(wallet): move wallet-related tables to a dedicated db. 2023-08-18 09:00:56 +02:00
1692701329_add_collectibles_and_collections_data_cache.up.sql fix(wallet): Add collectibles migration file lost during rebase 2023-08-22 14:36:54 +02:00
1692701339_add_scope_to_pending.up.sql feat(wallet) add scope and auto_delete to pending_transactions 2023-08-22 18:39:42 +02:00
1694540071_add_collectibles_ownership_update_timestamp.up.sql feat: implement collectibles ownership update timestamp db 2023-09-15 18:55:09 -03:00
1694692748_add_raw_balance_to_token_balances.up.sql feat: expose raw token's balance (#4030) 2023-09-20 12:48:08 +02:00
1695133989_add_community_id_to_collectibles_and_collections_data_cache.up.sql feat(wallet): add community info to collectibles 2023-09-22 17:55:30 -03:00
1695932536_balance_history_v2.up.sql Implemented balance history based on transfers (#4022) 2023-10-04 15:00:12 +03:00
1696853635_input_data.up.sql feat: Handled token mint activity (#4126) 2023-10-11 07:10:08 +02:00
1698117918_add_community_id_to_tokens.up.sql feat: Added ERC20 community id (#4189) 2023-10-25 18:49:18 +02:00
1698257443_add_community_metadata_to_wallet_db.up.sql feat: cache community metadata in wallet 2023-10-26 17:36:45 -03:00
1699987075_add_timestamp_and_state_to_community_data_cache.up.sql feat: backoff wallet community fetches after a failure 2023-11-17 10:35:30 -03:00
1700414564_add_wallet_connect_pairings_table.up.sql feat(wallet) WalletConnect: track pairings in DB 2023-11-24 09:44:27 +01:00
1701101493_add_token_blocks_range.up.sql feat(wallet): separate ETH and tokens search ranges to allow calling 2023-12-05 16:09:56 +01:00
1702467441_wallet_connect_sessions_instead_of_pairings.up.sql chore(walletconnect)_: record wallet sessions instead of pairings 2023-12-14 12:58:27 +01:00
1702577524_add_community_collections_and_collectibles_images_cache.up.sql feat: use media server for community collectible images 2023-12-16 08:49:58 -03:00
1702867707_add_balance_to_collectibles_ownership_cache.up.sql feat: add balance to collectibles api 2023-12-18 18:24:21 -03:00
1703686612_add_color_to_saved_addresses.up.sql feat: color field added to saved address 2023-12-29 10:39:52 +01:00
doc.go feat(wallet): move wallet-related tables to a dedicated db. 2023-08-18 09:00:56 +02:00