Andrey Bocharnikov
fadce938e4
feat_: RPC providers detailed statuses #5923 ( #5924 )
...
* feat(wallet)_: Send a new event 'wallet-blockchain-health-changed' #5923
2024-10-15 19:59:17 +04:00
Andrey Bocharnikov
86cd41d04e
chore(wallet)_: remove unused upstream client ( #5934 )
...
* chore(wallet)_: remove unused upstream client
fixes #5933
2024-10-11 21:01:14 +04:00
dlipicar
f165103f66
chore_: migrate to uber's mock fork ( #5858 )
...
* chore_: migrate to uber's mock fork
* chore_: make vendor
2024-09-20 10:08:11 +01:00
Igor Sirotin
beaca5faf7
chore_: uncomment tests ( #5792 )
...
* chore_: uncomment tests
* chore_: better comment
Co-authored-by: osmaczko <33099791+osmaczko@users.noreply.github.com>
2024-09-03 12:40:50 +01:00
Ivan Belyakov
b74d9e6b4e
feat(wallet)_: add status proxy RPC urls for blockchain providers
...
Replace the status proxy URL for cryptocompare.
2024-08-01 08:19:20 +02:00
Igor Sirotin
295685c1fe
fix_: skip tests using infura ( #5086 )
2024-04-24 16:41:42 +02:00
Ivan Belyakov
2df9df10ab
fix(tests): moved test db setup to a common place 't/helpers', created
...
interface for initializing db, which is implemented for appdatabase and
walletdatabase. TBD for multiaccounts DB.
Unified DB initializion for all tests using helpers and new interface.
Reduced sqlcipher kdf iterations for all tests to 1.
2023-08-18 09:00:56 +02:00
Eng Zer Jun
83ad76637a
test: use `T.TempDir` to create temporary test directory ( #2746 )
...
This commit replaces `os.MkdirTemp` with `t.TempDir` in tests. The
directory created by `t.TempDir` is automatically removed when the test
and all its subtests complete.
Prior to this commit, temporary directory created using `os.MkdirTemp`
needs to be removed manually by calling `os.RemoveAll`, which is omitted
in some tests. The error handling boilerplate e.g.
defer func() {
if err := os.RemoveAll(dir); err != nil {
t.Fatal(err)
}
}
is also tedious, but `t.TempDir` handles this for us nicely.
Reference: https://pkg.go.dev/testing#T.TempDir
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2023-04-26 21:39:51 +01:00
frank
a2ed1b78dd
feat:support backup/sync ens name ( #3415 )
2023-04-26 23:37:18 +08:00
Igor Sirotin
f9faac4293
feat: ens_usernames database ( #3066 )
2023-01-20 13:34:30 +03:00
frank
5a4ca88631
use random udp port rather than fixed value 9000 ( #3093 )
2023-01-17 12:03:19 +08:00
Jakub Sokołowski
cceba787fa
replace deprecated ioutil.TempDir with os.MkdirTemp
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-01-03 15:40:11 +01:00
Anthony Laibe
a69a59c601
feat: add reverse lookup for ens ( #2912 )
2022-10-24 12:07:44 +02:00
Richard Ramos
bf9abfc350
feat: make kdf iterations configurable when creating a multiaccount ( #2796 )
2022-09-27 16:27:20 -04:00
Roman Volosovskyi
0ecbb5e8d7
[ #13855 ] Fix contact request decision status on Sync All
2022-09-08 17:42:21 +02:00
Richard Ramos
86054875a4
fix: add mode build param and change ipfs gateway accordingly
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-08-26 18:57:55 +02:00
Richard Ramos
5552f4e4c2
fix: minor issues and adding method to retrieve the stickermarket contract address
2022-03-02 17:46:16 -04:00
andrey
3cc683587d
prepare txs for ens register
2022-02-23 11:28:50 +01:00
Anthony Laibe
22bb09a94f
feat: ens register api ( #2473 )
2022-01-14 12:17:31 +01:00
Anthony Laibe
5512e19d83
feat: ens API use hex return ( #2471 )
2022-01-03 10:07:33 +01:00
Anthony Laibe
12c727df25
feat: Add ens service ( #2467 )
2021-12-21 16:05:09 +01:00