status-go/api
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
..
multiformat Add spiff workflow cmd 2023-03-16 14:31:34 +00:00
.gitignore Fix some tests & upgrade contracts 2021-07-20 10:57:38 +02:00
app_state.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
app_state_test.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
backend.go upgrade ethereum 2022-10-26 09:39:30 +02:00
backend_test.go tests: migration test fixed 2023-05-25 19:46:47 +02:00
create_account_and_login_test.go Fix/mobile issue 15899 : error when trying login under updated password (#3493) 2023-05-18 22:00:55 +08:00
default_networks.go Allow setting up wallet with new config 2023-05-19 13:23:21 +01:00
default_networks_test.go Allow setting up wallet with new config 2023-05-19 13:23:21 +01:00
defaults.go Allow setting up wallet with new config 2023-05-19 13:23:21 +01:00
geth_backend.go feat: accounts improvements applied 2023-05-25 19:46:47 +02:00
test_helpers.go tests: tests affected by accounts improvements are fixed 2023-05-25 19:46:47 +02:00
utils.go synchronize display name (#2989) 2022-12-29 14:16:19 +08:00
utils_test.go tests: updated due to updating old accounts as a part of migration process 2023-03-28 16:19:27 +02:00