status-go/api
Patryk Osmaczko 53423e58ba fix: use proper migrations for protocol's test database
- use `appdatabse.DbInitializer{}` in tests to ensure consistent migrations

- remove protocol's open database functions due to improper
  initialization caused by missing node config migration

- introduce `PushNotificationServerConfig` to resolve cyclic dependency
  issues
2023-10-03 15:11:58 +02:00
..
multiformat
.gitignore
app_state.go
app_state_test.go
backend.go fix: discard backed up messages if `ProcessBackedupMessages` is not set to `true` 2023-07-25 07:50:43 +02:00
backend_test.go fix: converting profile to/from keycard/regular keypair handling 2023-09-07 13:02:25 +02:00
create_account_and_login_test.go
default_networks.go
default_networks_test.go
defaults.go Removed settings.Usernames and reactivate PreferredName (#3964) 2023-09-16 09:20:23 +08:00
geth_backend.go fix: use proper migrations for protocol's test database 2023-10-03 15:11:58 +02:00
test_helpers.go feat(wallet): move wallet-related tables to a dedicated db. 2023-08-18 09:00:56 +02:00
utils.go
utils_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00