status-go/static
Sale Djenic b16a38408a tests: migration test fixed
An issue was that in the `0.97.3` version we didn't have `key_uid` column, later
it was added but there was no chance to set in `key_uid` value properly during
migration and we left it empty. Now in `accounts_and_keycards_improvements.up.sql`
script a constraint `CHECK (length(trim(key_uid)) > 0)` is set for `key_uid` column and
because of it migration test couldn't pass cause `key_uid` was empty.

How it is fixed: the same test account is used but just `key_uid` was added to table to
make migration tests pass again and stored Status test account data refer to `0.132.0`
version.
2023-05-25 19:46:47 +02:00
..
keys Streamline configuration in status-go. Part of #1180 (#1183) 2018-09-13 18:31:29 +02:00
mailserver_db_migrations Shorten loop on waiting for community 2021-09-24 10:12:42 +01:00
test-0.132.0-account tests: migration test fixed 2023-05-25 19:46:47 +02:00
bindata.go config: add new Push notifications fleet 2023-05-19 17:29:18 +01:00
emojis.txt feat: add visual identity service (#2550) 2022-03-11 16:17:48 -05:00
static.go feat: add visual identity service (#2550) 2022-03-11 16:17:48 -05:00