Sale Djenic
2be8bb55ee
refactor: privacy methods added
...
- methods `changeDatabasePassword` and `getLinkPreviewWhitelist` added
to `privacy.nim`
- `hashPassword` moved to `utils.nim` since it's used from multiple paces
- `getEthAccounts` added to `eth.nim`
- `verifyAccountPassword` method updated so it returns `RpcResponse` now
2022-02-01 11:12:54 +01:00
Sale Djenic
2585f9418f
refactor: methods for store/delete identity image added
2022-02-01 11:12:54 +01:00
Anthony Laibe
7413bbde00
feat: move create accounts to status-go
2022-01-24 10:35:31 +01:00
Anthony Laibe
0928e15d02
feat: use register ens api
2022-01-14 12:35:34 +01:00
Richard Ramos
d51b70c703
refactor: mailserver cycle
2022-01-12 16:03:24 +00:00
Richard Ramos
f73e990907
fix: web3provider
2021-12-22 11:34:31 -04:00
Anthony Laibe
e13f904121
feat: use node config
2021-12-21 16:30:18 +01:00
Richard Ramos
37d1ca96ea
add Web3Provider to config
2021-12-21 14:29:28 +00:00
Richard Ramos
4e30c510dd
feat: use loginWithConfig instead of login
2021-12-21 14:29:28 +00:00
saledjenic
b9e1c230ca
Base branch for refactoring ( #88 )
...
* added new backend for refactoring purpose, contacts added
* initial chat class added
* initial community class added
* initial accounts class added
* login method added
* Refactor/wallet 1 (#89 )
* refactor: add custom token new backend
* refactor: add transactions new backend
* refactor: add collectible new backend
* refactor: add accounts backend
* refactor: add settings backend
* refactor: Add eth call to fetch balance
* refactor: add call to get eth block
* refactor: remove bookmarks (#90 )
* refactor: dapp permissions (#92 )
* Refactor/wallet part 2 (#91 )
* refactor: add save account
* refactor: add account generation
* refactor: save settings
* refactor: add update account in new be
* add getTransfersByAddress (#93 )
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
* initial messages class added
* fix: transaction request loading contracts (#96 )
* add/remove reactions added
* - pin/unpin message added
- fetch message's details by message id added
- fetch reactions for message with id added
* bump status-go
Co-authored-by: Anthony Laibe <anthony@laibe.cc>
Co-authored-by: Richard Ramos <info@richardramos.me>
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
Co-authored-by: Iuri Matias <iuri.matias@gmail.com>
2021-11-05 09:55:48 -04:00