Samuel Hawksby-Robinson
44a1379fbe
Removed redudant PayloadMounter types
2023-04-04 11:56:40 +01:00
Samuel Hawksby-Robinson
d0396cdd35
Implemented base Mount() func
...
This uses Load, MarshalProtobuf and encrypt process flow for any PayloadMounter type. In fact the concept of a PayloadMounter type is only useful now in the instantiation context.
2023-04-04 11:56:40 +01:00
Samuel Hawksby-Robinson
e028bb8ac0
Implemented structure of BasePayloadMounter.Mount()
2023-04-04 11:56:40 +01:00
Samuel Hawksby-Robinson
20a5b09433
Rolled LockPayload, ToSend and Received funcs into dedicated types
2023-04-04 11:56:40 +01:00
Dario Gabriel Lipicar
5bad40c8be
feat: add collectible animation info to data fetched from Opensea
2023-04-03 12:32:32 -03:00
Samuel Hawksby-Robinson
e4f70e89b7
Fixed local pairing Server connection events firing early
2023-04-03 09:52:53 +01:00
Anthony Laibe
c84d6fcc35
feat: remove consecutive
2023-03-31 19:22:53 +02:00
Anthony Laibe
cd6d22d1c1
chore: re-enable toggle is connected flag
2023-03-31 19:22:53 +02:00
Anthony Laibe
9c33049b4f
chore: update connected on global failure
2023-03-31 19:22:53 +02:00
Anthony Laibe
0c8ce79941
feat: returns tokens even when error
2023-03-31 19:22:53 +02:00
Anthony Laibe
540001e137
feat: chunk correctly coinmarketcap calls
2023-03-31 19:22:53 +02:00
Anthony Laibe
e92049b9ca
fix: wallet token return on no network
2023-03-31 19:22:53 +02:00
Anthony Laibe
d86446ad53
chore: adding debug
2023-03-31 19:22:53 +02:00
Anthony Laibe
2baa8e8ead
feat: filter token by valid chain ID
2023-03-31 19:22:53 +02:00
Anthony Laibe
c9a8ab13c2
fix: set is connected for chain without fallback
2023-03-31 19:22:53 +02:00
Anthony Laibe
ec5449c2bd
fix: collectible status event
2023-03-31 19:22:53 +02:00
Anthony Laibe
b2ea01c32e
feat: add up event
2023-03-31 19:22:53 +02:00
Anthony Laibe
f7690a5d89
feat: add buffer for status event
2023-03-31 19:22:53 +02:00
Anthony Laibe
62220cedee
feat: update chunk limit for token
2023-03-31 19:22:53 +02:00
Anthony Laibe
fae86fcfb7
feat: group all blockchain event
2023-03-31 19:22:53 +02:00
Anthony Laibe
ba75bda39e
feat: event on error
2023-03-31 19:22:53 +02:00
Dario Gabriel Lipicar
4e222cc404
feat: collectibles cache
2023-03-31 12:24:33 -03:00
Dario Gabriel Lipicar
f097d3430a
feat: reduce usage of OpenSea api key
2023-03-31 12:23:50 -03:00
Sale Djenic
c791163136
feat: backup display name improvements
...
- Display name is now backed up only as a part of `protobuf.BackedUpProfile` message,
it is not backed up via `protobuf.SyncSetting` any more (this refers only to backing up to
and fetching data from waku, regular syncing (among devices) remains unchanged)
- When saving the display name fetched from waku, before a clock was set to the current
time when that operation is made, which was incorrect, now we're using the clock from
backed up message (`SaveSyncDisplayName` function)
2023-03-31 16:20:50 +02:00
Jonathan Rainville
4f013cc7af
fix(edits): mark edits as Mentioned if the og message was not a mention
...
Marks Edit messages as Mentioned when the original message was not Mentioned and the Edit is, so that we increase the unviewed count only once
2023-03-31 10:12:38 -04:00
Andrea Maria Piana
7c2b5a39b3
Use correct timesource in waku-2
2023-03-31 13:43:19 +01:00
Boris Melnik
696e061861
fix(unread_count): Skip extra count of new messages for album of images ( #3345 )
...
* fix(unread_count): Skip extra count of new messages for album of images
* fix(unread_count): Update migration files
2023-03-31 12:15:06 +03:00
Patryk Osmaczko
d077c7e4bd
fix: make `GetChatsByChannelGroupID` return chats with members
...
fixes : status-im/status-desktop#10066
2023-03-30 16:02:10 +02:00
Ibrahem Khalil
142b170ec9
Allow/Add YouTube and Twitter mobile link previews ( #3314 )
2023-03-30 15:27:12 +02:00
mprakhov
303197fbd0
fix: add 'responeTo' parameter for the SendImages API
2023-03-30 15:20:41 +02:00
Andrea Maria Piana
b38b381778
Bump version to 0.142.3
2023-03-30 13:51:07 +01:00
Andrea Maria Piana
522c578a35
Set keystore dir & network id
2023-03-30 13:39:54 +01:00
Andrea Maria Piana
3b97f94ccc
Fix logging directory, and allow a few more fields to be set by the
...
client
2023-03-30 13:39:54 +01:00
Dario Gabriel Lipicar
d8ee8786ff
fix: simplified tokenURI retrieval. Extended NFTMetadata struct.
2023-03-30 09:17:53 -03:00
Ibrahem Khalil
bd593373b2
Add album count key to messages ( #3347 )
2023-03-30 12:02:20 +02:00
Michal Iskierko
8304f8bf88
fix(Collectibles): Add database tests
...
Fix #3355
2023-03-30 09:55:15 +02:00
Pascal Precht
9267ad46c5
Check ownership of collectibles in community permissions
...
This adds an additional check for collectibles when community
permissions are validated.
Specifically this uses opensea to request all NFTs given an
owner wallet and a list of contract addresses (collectibles).
2023-03-29 18:20:09 +02:00
Dario Gabriel Lipicar
48e16317a7
fix: added global lock for Opensea requests. Increased number of retries.
2023-03-29 18:20:09 +02:00
Anthony Laibe
eb4257a904
fix: return on vm error
2023-03-29 18:05:15 +02:00
Anthony Laibe
1189fb882e
feat: avoid vm error to retry
2023-03-29 18:05:15 +02:00
frank
bb6139aef1
add validation on config ( #3350 )
2023-03-29 23:51:01 +08:00
Patryk Osmaczko
8dd8b1ae45
feat: implement community members count
...
iterates: status-im/status-desktop#8016
2023-03-29 17:08:41 +02:00
Patryk Osmaczko
6eb39eca75
fix: correct logic in `IsActivePersonalChat`
...
fixes : status-im/status-desktop#10030
2023-03-28 17:04:26 +02:00
Sale Djenic
e9482e3974
tests: updated due to updating old accounts as a part of migration process
2023-03-28 16:19:27 +02:00
Sale Djenic
5d79b3514c
feat: `GetRandomMnemonic` endpoint added to accounts api
2023-03-28 16:19:27 +02:00
Sale Djenic
d30c88b80e
neat: accounts and wallet api sorted out
...
Unused endpoints removed, new ones with more meaningful naming are added and
their purposes were revised.
2023-03-28 16:19:27 +02:00
Sale Djenic
a812365525
feat: create acc from private key endpoint added
...
`CreateAccountFromPrivateKey` function added, it generates an account based on provided
private key, but doesn't store anything anywhere.
2023-03-28 16:19:27 +02:00
Sale Djenic
f10bd00ceb
feat: `keypair_name` and `last_used_derivation_index` columns added to `accounts` table
...
- `keypair_name` added to `accounts` table, all accounts derived from the
same master key have the same keypair name and also no two keypairs share
the same keypair name (keypair name is unique per keypair)
- `last_used_derivation_index` added to `accounts` table, cause we need
to maintain the highest index been used for the derivations made within
the same keypair
2023-03-28 16:19:27 +02:00
Anthony Laibe
60dbc5d44d
feat: config optimisation
2023-03-28 15:11:35 +02:00
Roman Volosovskyi
91c6949cd2
Return keyUID on succesfull validation of mnemonic
2023-03-28 10:52:06 +02:00