Commit Graph

39 Commits

Author SHA1 Message Date
Sale Djenic 8923d70ec0 feat: hashTypedDataV4 endpoint added 2024-08-09 16:13:43 +02:00
Michal Iskierko 5546ffaea2 feat: replace openAccounts with InitializeAppliaction
feat: add centralized metrics functions
2024-07-16 13:08:54 +02:00
Igor Sirotin 6b3ad05731
chore: remove unused methods (#30) 2024-07-16 11:44:13 +01:00
Igor Sirotin d38b1147f8
Add new login/create/restore endpoints (#29)
* feat: add loginAccount endpoint

* feat: add createAccountAndLogin endpoint

* feat: restore account endpoint

* chore: remove unused methods
2024-03-25 11:38:03 +00:00
Jacek Sieka 294ee4bf49
Merge pull request #28 from status-im/eh
Fix exception specifiers
2024-02-27 10:18:35 +01:00
Jacek Sieka a132814448
Fix exception specifiers
Per
https://status-im.github.io/nim-style-guide/interop.c.html#functions-and-types,
imported functions must be annotated with exception information.

If this is not done, Nim assumes the worst case that the function
potentially could raise an exception which breaks compile-time exception
safety analysis.
2024-02-27 10:16:51 +01:00
Sale Djenic f75bbc3831 feat: methods for exporting/importing keystore files added 2023-08-21 13:25:56 +02:00
Sale Djenic 0a0b5f0f32 chore: add config param to `loginWithKeycard` function 2023-07-25 07:51:05 +02:00
Sale Djenic 87a4e8ca3e fix: `keycardUid` param added to `convertToKeycardAccount` proc 2023-05-09 10:49:01 +02:00
Sale Djenic 534c04dc73 feat: create an account from private key 2023-03-28 16:19:41 +02:00
Igor Sirotin 73fe79616c
Renamed isConnectionString to validateConnectionString (#22) 2023-02-19 20:09:23 -04:00
Anthony Laibe 4d2d359aec feat: add verify db password 2023-02-18 22:17:21 +01:00
Sale Djenic 8fed87fe27 feat: convert to a regular account method added 2023-01-27 13:21:12 +01:00
Michal Iskierko 1d8c32e855 feat: Expose compress and decompress pubkey functions
Issue #8001
2022-11-08 13:37:28 +01:00
Sale Djenic 7be103a29b feat: create an account from mnemonic extended 2022-10-28 19:51:15 +02:00
Sale Djenic 00a352da93 feat: create an account from mnemonic 2022-08-29 17:38:46 +02:00
Sale Djenic c8f5bf3737 feat: convert to keycard account method added 2022-07-28 08:57:11 +02:00
Anthony Laibe 7fa256afd2
Merge pull request #14 from status-im/feat/multi-network-single-tx
feat: multi network send transaction
2022-06-09 15:10:18 +02:00
Anthony Laibe 26706152a3 feat: multi network send transaction 2022-05-23 12:48:16 +02:00
Sale Djenic 06d52222ad feat: generate images in desired size function added 2022-04-13 15:10:47 +02:00
Iuri Matias 34acdba156
Merge pull request #13 from status-im/feat/color-id
feat: add colorId
2022-04-08 13:56:34 -04:00
Patryk Osmaczko 618c743153 feat: add colorId 2022-04-08 13:42:56 +02:00
Richard Ramos 091d500421
feat: switch fleet (#9) 2022-03-29 21:59:17 -04:00
Noelia a46e18940f
Merge pull request #11 from status-im/feat/issue-5096
feat: Added new function to call to new status-go `GetPasswordStrengthScore` function
2022-03-23 15:15:31 +01:00
Noelia 763ef83eb8 feat: Added new function to call to new status-go `GetPasswordStrengthScore` function
It has been added a new function that allows to get password strength score information.

Closes #5096
2022-03-22 10:10:50 +01:00
Patryk Osmaczko ed2b3f6567 feat: add emojiHash and colorHash 2022-03-18 13:39:09 +01:00
Noelia 42ec1de85d
Merge pull request #8 from status-im/feat/issue-4785
feat: Added new function to call `status-go` `GetPasswordStrength` function
2022-03-18 13:21:07 +01:00
Noelia d9a928a9b0 feat: Added new function to call to new `status-go` `GetPasswordStrength` function
It has been added a new function that allows to get password strength quality information like Entropy, CrackTime, CrackTimeDisplay, Score, MatchSequence and CalcTime.

Closes #4980
2022-03-16 21:04:12 +01:00
Richard Ramos 50e8f7eef0
feat: add isAlias (#7) 2022-03-14 14:35:23 -04:00
Richard Ramos a47b8fa2eb
feat: imageServerTLSCert (#6) 2022-02-21 16:58:28 -04:00
Richard Ramos d3670390c4
feat: add LoginWithConfig (#5) 2021-12-21 10:28:08 -04:00
Iuri Matias b60faf9644
Merge pull request #3 from status-im/fix/free
fix: memory leak with cstrings
2021-08-31 14:51:54 -04:00
Richard Ramos 35fce73615
fix: code review 2021-08-31 11:08:08 -04:00
Richard Ramos ccb3081eef
fix: memory leak with cstrings 2021-08-31 10:05:59 -04:00
Andrei Smirnov 2b6e504917
Merge pull request #1 from status-im/feat/password-change
Exposed changeDatabasePassword function.
2021-08-11 16:16:15 +03:00
Andrei Smirnov 253e673e5e Exposed changeDatabasePassword function. 2021-08-11 12:42:26 +03:00
Richard Ramos f4463f3955
adds getNodeConfig() 2021-06-04 13:36:05 -04:00
Michael Bradley, Jr f1ec58561d
add .nim files and supporting files 2021-03-15 21:24:01 -05:00
Michael Bradley, Jr 57fb516e75
first commit 2021-03-15 09:40:10 -05:00