Brian Sztamfater
d3cac4e1a0
bump version to 0.176.7 ( #4914 )
2024-03-12 14:02:00 -03:00
Alexander
941d53a3f3
bump version to 0.176.6 ( #4889 )
2024-03-07 16:26:03 +01:00
frank
8e8c16142d
bump version to 0.176.5
2024-03-07 17:20:53 +08:00
Mohamed Javid
6b7efd3dd8
[Chore] Remove POKT Sepolia and Goerli RPC URL ( #4830 )
...
This PR removes the POKT (Grove) URL for Sepolia and Goerli, as POKT dropped support.
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-03-06 15:23:32 +05:30
Anthony Laibe
004bd4e79a
fix: gas estimation error cause network error
2024-03-05 13:56:26 +01:00
Andrea Maria Piana
00f50a4112
Bump version to 0.176.2
2024-02-28 12:14:00 +00:00
Andrea Maria Piana
c5371bd3a5
Bump version to 0.176.1
2024-02-27 16:33:14 +00:00
Michal Iskierko
df930b1d73
feat: New field in TokenCriteria proto
...
AmountInWei will have a wei-like units.
Amount field becomes deprecated because it kept string with float value.
Comparison (in case of Decimals == 5):
Amount (deprecated) = "1.2"
AmountInWei = "120000"
Issue #11588
2024-02-27 16:25:26 +01:00
Michał Iskierko
fbb89cb13f
fix: Add missing address for Optimism Sepolia ( #4810 )
...
Issue #13705
2024-02-26 11:54:02 -05:00
Anthony Laibe
972a4f9df9
feat: sepolia default
2024-02-23 11:26:31 +01:00
frank
23ee898754
bump version to 0.175.3 ( #4801 )
2024-02-23 11:37:47 +08:00
richΛrd
f650915a49
chore: bump go-waku to fix high cpu usage by peer exchange ( #4777 )
2024-02-21 11:05:58 -04:00
Omar Basem
54d0cf28c7
feat: mobile status.go - getRandomMnemonic ( #4712 )
...
* feat: mobile status.go - getRandomMnemonic (#4712 )
2024-02-19 16:53:01 +04:00
Roman Volosovskyi
9e36df449e
Fix range for ERC20/1155/721 tx detection ( #4746 )
2024-02-19 11:50:03 +01:00
Mohsen
8a3e71378f
feat: add setBio endpoint ( #4692 )
2024-02-16 15:57:41 +03:00
Roman Volosovskyi
7f6f8b3f7c
Add tokens metadata on FetchOrGetCachedWalletBalances call
2024-02-15 14:19:19 +01:00
Andrea Maria Piana
f95dd35d13
bump tag to v0.174.6
2024-02-14 17:03:58 +00:00
Andrea Maria Piana
1ea2bd99d4
bump tag to v0.174.5
2024-02-13 13:07:17 +00:00
Roman Volosovskyi
76d58ba7f0
Fetch balances when db cache doesn't exist ( #4710 )
2024-02-12 10:10:28 +01:00
Icaro Motta
c15f9e7365
Bump VERSION
2024-02-08 07:04:28 +00:00
Mohamed Javid
6cd98b3b45
Bump version to 0.174.2
...
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-02-08 01:38:43 +05:30
Mohsen
70ee70a19a
feat: implement new endpoint to set customization color ( #4568 )
2024-02-07 18:20:54 +03:00
Andrea Maria Piana
fd1dce03bc
Bump version to 0.174.0
2024-02-07 10:39:42 +00:00
Mohamed Javid
7816ee186d
Update default networks list and build Wallet config on login ( #4592 )
...
This commit:
- Updates the default networks list to include the Sepolia test network
- Updates the "LoginAccount" method to build and include the wallet config in the node config
---------
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
2024-02-02 19:25:46 +05:30
Roman Volosovskyi
9b10b29da2
[ #4630 ] Add wallet_fetchOrGetCachedWalletBalances method ( #4666 )
2024-02-02 11:42:56 +01:00
Mohsen
9879b1ea77
fix: set display name issue ( #4642 )
2024-02-01 19:13:41 +03:30
frank
69948a7024
fix: endless logout ( #4563 )
2024-01-30 19:45:08 +08:00
Roman Volosovskyi
dad2ec3f66
[ #4640 ] Temporary fetch l2 block number for Arbitrum networks separately from BalanceChecker ( #4644 )
2024-01-30 10:09:44 +01:00
Ibrahem Khalil
436d229856
Add last opened at key for community ( #4514 )
2024-01-21 12:55:14 +02:00
John Ngei
6e30fbb211
chore: update default wallet account name
2024-01-19 23:48:37 +01:00
Roman Volosovskyi
9c0526f7d9
[ #4202 ] Detect balance and erc20 transfers by a single contract call ( #4508 )
2024-01-19 16:57:04 +01:00
Siddarth Kumar
926f6a3c72
Revert "test: bump go-libp2p"
...
This reverts commit d0ca4447c6
.
2024-01-18 20:29:33 +00:00
Richard Ramos
d0ca4447c6
test: bump go-libp2p
2024-01-18 14:28:06 +00:00
frank
ea3e59ffee
replace mention name with public key ( #4579 )
...
* replace mention with public key
* bump version
2024-01-18 21:18:01 +08:00
Roman Volosovskyi
9aef13f83e
[ #4200 ] Enable prevention of tx detection on unrevealed mnemonic/address ( #4444 )
2024-01-16 15:17:02 +01:00
Sale Djenic
280f48877d
chore(savedaddresses)!: favourite property removed and primary key updated
...
- favourite column removed from the saved_addresses table
- favourite property removed from the SavedAddress struct
- ens name removed from the primary key, the primary key now is composed of address and is_test columns
- ens parameter removed from wakuext_deleteSavedAddress
- wallet_getSavedAddresses moved to wakuext_getSavedAddresses (to keep them all in a single place)
- saved addresses related endpoints removed from the wallet service, even they logically belong there, a reason for that
is avoiding emitting sync message if one uses calls from the wallet service, while that's not the case in ext service. Once
we refactor this and introduce devices syncing mechanism in the wallet service, we should not only these but other wallet
related endpoints move there (removed: wallet_getSavedAddresses, wallet_addSavedAddress and wallet_deleteSavedAddress).
Affected area:
Saved addresses
2024-01-10 19:30:56 +01:00
frank
5cb1972261
chore: return chats after mark all notifications read ( #4432 )
2024-01-10 09:36:33 +08:00
Ibrahem Khalil
e1b52f9eae
Add joined at key to communities ( #4513 )
2024-01-09 20:36:47 +02:00
richΛrd
1ac99c2dcb
chore: bump go-waku ( #4505 )
2024-01-05 16:43:05 -04:00
Cuteivist
7814f39cd7
feat: Add advanced token settings ( #4524 )
2024-01-05 12:12:53 +01:00
Sale Djenic
a8357dceac
feat: color field added to saved address
...
- `color` column added to `saved_addresses` table
- `colorId` parameter exposed via `SavedAddress` struct
Affected area - saved addresses.
The following endpoints return or receive `SavedAddress` instance:
- `UpsertSavedAddress`
- `GetSavedAddresses`
- `AddSavedAddress`
2023-12-29 10:39:52 +01:00
Siddarth Kumar
151185c436
chore: log message contents before being sent ( #4494 )
...
When debugging message reliability we often get the number of messages sent and their IDs but we do not know the content of the messages and the type of message sent.
This commit adds debug level logs so that it helps in investigations.
ref : https://github.com/status-im/status-mobile/issues/18031
Closes [#18206 ](https://github.com/status-im/status-mobile/issues/18206 )
2023-12-23 09:42:45 +05:30
Omar Basem
54f3cf8af0
fix: update color name ( #4502 )
...
Update color name
2023-12-21 22:35:47 +04:00
Andrea Maria Piana
1adcf02f86
Bump version to 0.171.37
2023-12-20 12:55:59 +00:00
Andrea Maria Piana
167772d7a4
Bump version to 0.171.36
2023-12-20 12:54:09 +00:00
Igor Sirotin
e3ef8c649a
chore: store node requests manager ( #4446 )
2023-12-15 19:50:12 +00:00
Ibrahem Khalil
90c31afe7c
New way of sharing communities ( #4341 )
2023-12-15 13:55:32 +02:00
Andrea Maria Piana
64a0d9e340
Bump version to 0.171.33
2023-12-14 15:58:38 +00:00
Sale Djenic
d2ae23f466
chore(walletconnect)_: record wallet sessions instead of pairings
2023-12-14 12:58:27 +01:00
Andrea Maria Piana
271778a1e0
Bump version to 0.171.31
2023-12-11 12:31:49 +00:00