osmaczko
2ced83abb7
chore_: replace geth logger with zap logger ( #5962 )
...
closes : #6002
2024-10-28 20:54:17 +00:00
Sale Djenic
3179532b64
chore_: completely remove goerli from the code
2024-10-21 17:30:51 +02:00
Dario Gabriel Lipicar
970119af78
feat_: disable tx history fetching for all accounts
2024-09-02 09:24:59 -03:00
Andrea Maria Piana
3cc4767638
Check for mobile data connection if setting is on ( #5511 )
...
* feat_: Check for mobile data connection if setting is on
* fix_: check code control flag inside asyncRequestAllHistoricMessages
---------
Co-authored-by: Igor Sirotin <sirotin@status.im>
2024-07-26 22:34:57 +01:00
Prem Chaitanya Prathi
58a3cc1127
feat(waku)_: allow client to set store confirmations
2024-07-15 09:37:57 +01:00
Mohamed Javid
1886dc3360
[Feature] Allow setting TestNetworksEnabled in Create/Restore Account ( #4971 )
...
This commit adds the ability to set the "TestNetworksEnabled" flag while creating an account.
Function affected: "generateOrImportAccount"
This helps Dev/E2E/PR builds to enable Test Networks by default and disable them on release/nightly builds.
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-03-26 17:08:16 +05:30
Cuteivist
296b44f9ab
Chore: Fix default values ( #4960 )
2024-03-21 23:19:39 +01:00
Alexander
26bc564b38
Peer syncing toggle ( #4758 )
...
* Peer syncing toggle
* bindata.go
2024-03-05 11:44:09 +01:00
Anthony Laibe
972a4f9df9
feat: sepolia default
2024-02-23 11:26:31 +01:00
Cuteivist
38ee792081
feat: Cast int64 for settings ( #4700 )
2024-02-19 13:09:02 +01:00
Patryk Osmaczko
bf5dcacdeb
refactor: introduce `newTestMessenger`
...
This avoids duplication and enables better configuration possibilities
for clients.
Next step is to cleanup all `newMessenger` derivatives in tests.
2024-01-22 13:08:58 +01:00
Dario Gabriel Lipicar
0d2c3cef7c
feat: implement token management settings for collectibles
2024-01-18 11:46:35 -03:00
Cuteivist
7814f39cd7
feat: Add advanced token settings ( #4524 )
2024-01-05 12:12:53 +01:00
Godfrain Jacques
29ade0f817
fix (@status-go/stickers) Stickers still show in the recent list after being uninstalled ( #4474 )
...
fixes #12677
2023-12-21 10:05:30 -08:00
Cuteivist
04873ef880
feat: token order API ( #4391 )
2023-12-04 11:18:05 +01:00
Roman Volosovskyi
aee111e5ab
[ #4200 ] Avoid tx watching for addresses which were not exposed
2023-12-01 12:30:42 +01:00
Igor Sirotin
e83be20def
fix: shared links and link previews contain full self information ( #4169 )
...
* fix(StatusUnfurler): allow contact without icon
2023-10-24 11:15:32 +01:00
Roman Volosovskyi
42527723f2
[ #4087 ] Omit history scanning on generated multiacc creation
2023-10-19 15:07:34 +02:00
Igor Sirotin
176bdd297d
feat: url unfurling settings ( #4128 )
2023-10-13 15:31:56 +01:00
Khushboo-dev-cpp
ac813ef5d8
chore: Remove include watch only accounts settings as it is out dated and not needed anymore ( #4153 )
2023-10-13 11:23:24 +02:00
Dario Gabriel Lipicar
6d19e165d9
feat: send settings event when a setting is set through the API
2023-10-12 10:18:25 -03:00
Anthony Laibe
39676c8c01
feat: add sepolia toggle
2023-10-09 12:55:29 +02:00
frank
6bcf5f1289
Removed settings.Usernames and reactivate PreferredName ( #3964 )
...
* sync preferred name;
remove settings.usernames
* update account name when handle settings.preferred_name from backup message
* fix Error:Field validation for 'KeycardPairingDataFile' failed on the 'required' tag
* bump version
* rebase
2023-09-16 09:20:23 +08:00
Sale Djenic
c5fd1ee2c4
fix: converting profile to/from keycard/regular keypair handling
2023-09-07 13:02:25 +02:00
Ivan Belyakov
ea38b788b3
tests: Added unit test for copying 'keypairs_accounts' table to the wallet db.
...
Added a unit test for changing app and wallet DBs passwords.
Refactored geth_backend to simplify and allow wallet db password changing.
Fixed opening database with wrong password.
2023-08-18 09:00:56 +02:00
Roman Volosovskyi
18a0bc3130
Set installation name on account creation and pairing
2023-06-29 10:14:12 +02:00
Khushboo-dev-cpp
e1004b4aec
feat: Add new settings for include watch-only accounts ( #3676 )
2023-06-28 12:05:06 +02:00
Roman Volosovskyi
ee4003279a
Changes necessary to restore wallet on mobile app
2023-05-25 21:08:34 +02:00
frank
a2ed1b78dd
feat:support backup/sync ens name ( #3415 )
2023-04-26 23:37:18 +08:00
Sale Djenic
a0b062b503
chore: unused `latest_derived_path` removed from `settings` table
2023-04-21 16:35:24 +02:00
frank
5fd9e93e9c
backup/sync if seed phrase removed ( #3385 ) ( #3384 )
...
backup/sync bio
2023-04-13 08:45:25 +08:00
IvanBelyakoff
48078393f9
feat: Update saved addresses DB to store ENS, isTest flag and chains ( #3183 )
...
prefixes. Changed primary keys and API methods.
Fixed tests and added new ones.
Fixed saved addresses and transaction tests to use ':memory:' sqlite
DB instead of a tmp file to speed up testing by hundred of times.
Fixes #8599
2023-03-06 16:26:46 +03:00
Richard Ramos
ab2ff4eeb1
feat: protocol stats
2023-02-01 16:43:57 -04:00
Sale Djenic
902d4b7501
fix(keycard): convert regular to a keycard account process fixed
2023-01-27 13:20:52 +01:00
Sale Djenic
dd78445c22
fix: blocked db issue fixed
...
DB was blocked cause new query execution was tried before current transaction
was committed.
2022-12-28 13:45:46 +01:00
Sale Djenic
d98d83d308
chore: code review comments applied
...
- sync clock set for all settings prop participating in syncing
- if other sql error happens we return immediately
2022-12-23 15:07:14 +01:00
Sale Djenic
1340a55c1d
feat: backup profile data to waku and sync them from waku
...
Changes applied here introduce backing up profile data (display name and identity
images) to waku and fetch them from waku. Information about those data is sent
as a separate signal to a client via `sync.from.waku.profile` signal.
New signal `sync.from.waku.progress` is introduced which will be used to notify a client
about the progress of fetching data from waku.
2022-12-23 15:07:14 +01:00
Michał
057c7915f4
chore: use provided pictures visibility options when creating settings db entry ( #2867 )
...
When initially creating settings, properties 'initialize profile_pictures_show_to'
and 'profile_pictures_visibility' are set according to the provided Setting object.
2022-10-05 12:53:42 +02:00
Samuel Hawksby-Robinson
26b33aa09d
Added AccountType to enforce strict typing on Accounts
...
Also a tpyo was fixed, probably introduced by me.
2022-08-25 22:01:43 +01:00
Khushboo-dev-cpp
ef21440e32
fix: Added support for intialisation of CurrentUserStatus to Automatic after profile creation ( #2798 )
2022-08-23 14:25:34 +02:00
Patryk Osmaczko
b711b61fb9
feat: add bio
...
closes : #2782
2022-08-16 14:29:00 +02:00
Andrea Maria Piana
f9ac629b2a
Enable contact request settings
2022-06-13 13:46:45 +01:00
Anthony Laibe
8c0f230644
feat: Simple transaction router ( #2686 )
2022-06-09 15:09:56 +02:00
Richard Ramos
c3b0582cc9
feat: fetch curated communities from smart contract on optimism ( #2685 )
2022-06-02 08:17:52 -04:00
Sale Djenic
78cba969cc
notifications settings end points added and `notification_settings` table
2022-05-26 11:49:08 +02:00
Anthony Laibe
e199ddbe9d
feat: get wallet api ( #2619 )
2022-05-10 09:48:05 +02:00
Anthony Laibe
2485e84bf5
fix: default derived from for status account ( #2651 )
2022-05-09 10:00:48 +02:00
Anthony Laibe
9fef24917a
fix: generation path ( #2637 )
2022-04-11 12:35:18 -04:00
Anthony Laibe
8f4c8da953
feat: link test and prod network ( #2592 )
2022-03-29 14:39:10 +02:00
Andrea Maria Piana
a3c60528ef
Use batches & don't shadow community var
2022-03-24 21:09:22 +00:00