status-go/api
Mykhailo Prakhov 58a9557c58
fix: reject handling requests to join without revealed accounts (#5549)
* fix(requestToJoin)_: request to join must have revealed addresses with signature

* fix(tests)_: fix tests

* chore(tests)_: increase tests timeout
2024-08-07 17:57:02 +02:00
..
multiformat
.gitignore
app_state.go
app_state_test.go
backend.go feat: adapt create/restore/login endpoints for keycard usage (#5311) 2024-06-26 13:14:27 +02:00
backend_test.go chore_: remove deprecated `CreateAccount.BackupDisabledDataDir` (#5664) 2024-08-07 13:59:43 +01:00
create_account_and_login_test.go fix: proper usage of CreateAccount RootDataDir (#5284) 2024-06-05 14:03:34 +01:00
default_networks.go feat(wallet)_: add status proxy RPC urls for blockchain providers 2024-08-01 08:19:20 +02:00
default_networks_test.go fix(wallet)_: add POKT(Grove) sepolia url 2024-05-08 12:35:12 +02:00
default_test.go fix(integration-tests)_: add missing HTTPVirtualHosts 2024-07-04 16:14:02 +02:00
defaults.go feat_: auto set random wallet emoji when creating account (#5667) 2024-08-07 13:34:04 +01:00
geth_backend.go feat_: auto set random wallet emoji when creating account (#5667) 2024-08-07 13:34:04 +01:00
old_mobile_user_upgrading_from_v1_to_v2_test.go fix: enable light client for mobile (#5654) 2024-08-07 14:43:21 +05:30
seed_phrase_dictionary.go feat_: auto set random wallet emoji when creating account (#5667) 2024-08-07 13:34:04 +01:00
test_helpers.go fix(integration-tests)_: add missing HTTPVirtualHosts 2024-07-04 16:14:02 +02:00
utils.go
utils_test.go