3 files changed
+23
-60
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 |
| |
4 | 7 |
| |
5 | 8 |
| |
| |||
9 | 12 |
| |
10 | 13 |
| |
11 | 14 |
| |
12 |
| - | |
13 | 15 |
| |
14 | 16 |
| |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 |
| |
30 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 |
| |
32 | 42 |
| |
33 | 43 |
| |
| |||
73 | 83 |
| |
74 | 84 |
| |
75 | 85 |
| |
76 |
| - | |
| 86 | + | |
77 | 87 |
| |
78 | 88 |
| |
79 | 89 |
| |
| |||
82 | 92 |
| |
83 | 93 |
| |
84 | 94 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 | 95 |
| |
91 | 96 |
| |
92 | 97 |
| |
|
This file was deleted.
- Dockerfile+6-2
- Makefile+33-7
- _assets/ci/Jenkinsfile.android-library+88
- _assets/ci/Jenkinsfile.ios-library+88
- _assets/scripts/entrypoint.sh+8
- api/backend_test.go-1
- api/create_account_and_login_test.go-1
- api/defaults.go-4
- api/geth_backend.go+2
- appdatabase/migrations/sql/1755526065_thirdparty_services_enabled_setting.up.sql+1
- logutils/callog/status_request_log.go-1
- messaging/api.go+5
- messaging/waku/gowaku.go+4-8
- messaging/waku/waku_test.go+1-1
- multiaccounts/settings/columns.go+6
- multiaccounts/settings/database.go+19-3
- multiaccounts/settings/database_settings_manager.go+1
- multiaccounts/settings/database_test.go+29
- multiaccounts/settings/structs.go+1
- params/config.go-1
- params/config_test.go+3-4
- protocol/requests/create_account.go+2-1
- services/accounts/settings.go+4
- services/ext/api.go+4
- services/wallet/collectibles/filter.go+23-1
- services/wallet/collectibles/filter_test.go+8-13
- services/wallet/collectibles/manager.go+37-6
- services/wallet/collectibles/ownership/controller_test.go+26-8
- services/wallet/collectibles/ownership/loader.go+3-21
- services/wallet/collectibles/ownership/ownership_db.go+55-31
- services/wallet/collectibles/ownership/ownership_db_test.go+83-114
- services/wallet/collectibles/types.go+6-6
- services/wallet/collectibles/types_test.go+4-4
- services/wallet/service.go-6
- services/wallet/thirdparty/collectible_types.go+22-32
- services/wallet/thirdparty/collectibles/alchemy/client.go+3-2
- services/wallet/thirdparty/collectibles/alchemy/client_test.go+14-5
- services/wallet/thirdparty/collectibles/alchemy/types.go+25-4
- services/wallet/thirdparty/collectibles/opensea/client_v2.go-328
- services/wallet/thirdparty/collectibles/opensea/client_v2_test.go-48
- services/wallet/thirdparty/collectibles/opensea/http_client.go-99
- services/wallet/thirdparty/collectibles/opensea/types_v2.go-255
- services/wallet/thirdparty/collectibles/rarible/client.go+5-6
- services/wallet/thirdparty/collectibles/rarible/types.go+51
- tests-functional/README.MD+1-1
- tests-functional/clients/api.py+66
- tests-functional/clients/rpc.py+19-56
- tests-functional/clients/services/accounts.py+83-19
- tests-functional/clients/services/connector.py+2-2
- tests-functional/clients/services/service.py+2-2
- tests-functional/clients/services/settings.py+1-1
- tests-functional/clients/services/wakuext.py+78-79
- tests-functional/clients/status_backend.py+13-44
- tests-functional/clients/statusgo_container.py+22-5
- tests-functional/conftest.py+1-1
- tests-functional/resources/constants.py+7
- tests-functional/scripts/scan_waku_fleet.py+154
- tests-functional/steps/messenger.py-2
- tests-functional/tests/test_accounts.py+2-4
- tests-functional/tests/test_activity_center_notifications.py+15-15
- tests-functional/tests/test_add_account.py+19-22
- tests-functional/tests/test_add_keypair_via_private_key.py+10-11
- tests-functional/tests/test_add_keypair_via_seed_phrase.py+12-11
- tests-functional/tests/test_backup_mnemonic_and_restore.py+5-4
- tests-functional/tests/test_delete_account.py+8-6
- tests-functional/tests/test_delete_keycard.py+51
- tests-functional/tests/test_discovery.py+73
- tests-functional/tests/test_get_account_by_address.py+5-3
- tests-functional/tests/test_get_keycards.py+54
- tests-functional/tests/test_get_keypair_by_keyuid.py+4-2
- tests-functional/tests/test_init_status_app.py+1-1
- tests-functional/tests/test_keycard_lock_unlock.py+41
- tests-functional/tests/test_local_backup.py+27-51
- tests-functional/tests/test_local_pairing.py+6-7
- tests-functional/tests/test_logging.py+4-4
- tests-functional/tests/test_migrate_non_profile_keycard_keypair_to_app.py+84
- tests-functional/tests/test_move_wallet_account.py+5-5
- tests-functional/tests/test_password.py+5-6
- tests-functional/tests/test_router.py+19-17
- tests-functional/tests/test_save_or_update_keycard.py+85
- tests-functional/tests/test_set_keycard_name.py+30
- tests-functional/tests/test_update_account.py+4-2
- tests-functional/tests/test_update_keycard_uid.py+42
- tests-functional/tests/test_update_keypair_name.py+4-2
- tests-functional/tests/test_wakuext_message_reactions.py+12-12
- tests-functional/tests/test_wakuext_messages_interacting.py+4-5
- tests-functional/tests/test_wakuext_profile.py+6-6
- tests-functional/tests/test_wakuext_savedAddress.py+10-13
- tests-functional/tests/test_wallet_activity_session.py+1-1
- tests-functional/utils/wallet_utils.py+1-1
- tests-functional/waku_configs/wakufleetconfig.json-17
- walletdatabase/migrations/sql/1756326454_add_tx_timestamp_to_collectibles_ownership.up.sql+1
- walletdatabase/migrations/sql/1756407706_add_id_per_address_constraint_to_collectibles_ownership.up.sql+4
0 commit comments