Andrey Bocharnikov
5c349d1938
chore: Use optimized endpoint to get communities with images
...
fixes #15340
2024-06-28 23:13:09 +07:00
Michał Cieślak
a2b8eb333d
feat(StatusQ): GroupingModel for grouping rows with the same key into
...
submodels
Closes : #12683
2024-06-28 17:35:41 +02:00
Anastasiya Semenkevich
f038d83281
chore: address review from https://github.com/status-im/status-desktop/pull/15251/
2024-06-28 17:27:59 +03:00
Anastasiya Semenkevich
8bf4199433
chore: add geth.log to allure
2024-06-28 17:27:59 +03:00
Michał Cieślak
c88317d7ad
feat(MonitoringTool): Search improved
...
Closes : #15181
2024-06-28 15:57:23 +02:00
Valentina Novgorodtceva
1c38b209c1
chore: replaced steps with user data for online identifier test
2024-06-28 16:53:59 +03:00
Valentina Novgorodtceva
4693660226
chore: replaced watched address to another one and enabled test
2024-06-28 16:53:49 +03:00
Anastasiya Semenkevich
bb3ac3fc99
chore: update status-go version in desktop master
2024-06-28 16:23:22 +03:00
Jacek Sieka
0b16749e54
chore: allow compiling with gcc 14, bump submodules ( #15250 )
...
GCC 14+ introduces new options for strict pointer typing that not all
nim modules adhere to - this PR disables the warning (more bumps,
including nim, are needed to conform to the new strictness)
Includes a few submodules that have had security and stability fixes.
2024-06-28 09:12:04 +02:00
Jonathan Rainville
7a7dbb631c
perf: use community members for unpermissioned channels ( #15156 )
...
Fixes #15149
2024-06-27 10:56:49 -04:00
Jonathan Rainville
775df8097c
fix(links): fix sending links plus images ( #15352 )
...
Fixes #15290
2024-06-27 09:42:45 -04:00
Anton Iakimov
6e276b605f
ci: fix more nix build issues
2024-06-27 12:16:31 +02:00
Anton Iakimov
1e1bb82fa0
ci: fix qtwebengine issue
2024-06-27 12:16:31 +02:00
Anton Iakimov
8b551e46cf
ci: ammend qt derivation to run on 20.09
2024-06-27 12:16:30 +02:00
Anton Iakimov
ce449003cc
ci: copy qt 5.15.8 package
2024-06-27 12:16:30 +02:00
Anton Iakimov
e98f076f45
ci: build in nix shell
2024-06-27 12:16:30 +02:00
Anastasiya Semiankevich
e2d7265d5b
chore: custom timeout where app freezes with ticket reference
2024-06-27 12:08:03 +03:00
Anastasiya Semiankevich
289d3561bd
chore: add isFrozen function and make the timeout for click a param
2024-06-27 12:08:03 +03:00
Valentina Novgorodtceva
c71d11e990
chore: duplicate permission step added to permission test
2024-06-27 09:58:24 +03:00
Andrey Bocharnikov
588be3c60e
fix(airdrop): Incorrect default amount when airdropping a community token or setting token permission
...
(regression after a12a6a48
)
fixes #15264
2024-06-26 21:39:08 +07:00
Andrey Bocharnikov
174114538e
fix(community): community tokens disappear when minting of a new token is finished
...
fixes #15076
2024-06-26 19:20:27 +07:00
Andrey Bocharnikov
ad7053f809
fix(communityUI): Channel name is not changed in the top nav bar when editing a channel
...
fixes #15146
2024-06-26 19:20:12 +07:00
Igor Sirotin
c8bc68b96c
refactor: use create/restore/login status-go endpoitns for keycard ( #15090 )
...
* chore: remove unused storeDefaultKeyPair
* chore: added CreateAccount keycard parameters
* chore: remove unused newKeycard argument
* chore: create keycard account with ImportAccountAndLogin endpoint
* fix: remove keycardWhisperPrivateKey CreateAccount parameter
* feat: use LoginAccount endpoint for keycard
* fix: use CreateAccount RootDataDir instead of BackupDisabledDataDir
* fix: use loginAccountKeycard instead of loginAccountKeycardUsingSeedPhrase
* fix_: use `login` instead of `loginLocalPairingAccount` an `loginAccountKeycard`
* chore: refactor scheduling reencrpytion
* fix: FirstRunOldUserKeycardImport
* chore: improve code readability
* feat: use RestoreAccountAndLogin endpoint for keycard
* update status-go
2024-06-26 14:12:39 +02:00
Stefan
8cca2664e4
fix(dapps): failure if case sensitivity mismatch in account address
...
Update: #15126
2024-06-26 12:00:54 +02:00
Stefan
cb368ea5fb
feat(dapps) fix missing list of dapps in wallet connect
...
Updates: #15126
2024-06-26 12:00:54 +02:00
Stefan
92d0420449
feat(dApps) implement sign transaction for wallet connect
...
Uses status-go's endpoints:
- `wallet_buildTransactions` to format the transaction
- `wallet_signMessage` to sign the transaction
- `wallet_buildRawTransaction` to format the final signed transaction
Updates #15126
2024-06-26 12:00:54 +02:00
Stefan
dfe53c4c7c
chore(dApps) support multiple actions in DAppRequestModal
...
Also fix minor issue and add improvements
Updates #15126
2024-06-26 12:00:54 +02:00
Valentina Novgorodtceva
8bc24c5803
chore: fix for community name
2024-06-26 11:41:10 +03:00
Valentina Novgorodtceva
37edd927f5
chore: fixes for mint owner token test
2024-06-26 11:41:00 +03:00
Anastasiya Semiankevich
5b30d25387
chore: add more logging to QT components
2024-06-26 11:19:06 +03:00
Roman Chornii
3e04967309
chore(Wallet.RootStore): Fixed qml runtime error. ( #15323 )
...
Quickfix
2024-06-25 21:17:48 +03:00
Alex Jbanca
1dcf2d485a
perf: Remove network calls to validate the URLs on main thread
2024-06-25 17:53:36 +03:00
Lukáš Tinkl
42533b8c61
feat:[UI - Swap] Create new TokenSelector component
...
- create new dedicated (asset) token selector component
- integrate it into `SwapInputPanel` and `SwapModal`
- add respective SB page and QML tests suite
Fixes #14783
2024-06-25 13:06:57 +02:00
Valentina Novgorodtceva
afde836517
test: replaced old test of sending request to send/accept/decline request and remove contact
2024-06-24 16:24:57 +03:00
Valentina Novgorodtceva
50553f623a
test: prepared user data for future tests
2024-06-24 16:24:57 +03:00
Valentina Novgorodtceva
40bcf33ffb
chore: added global timeout so any test would fail in case it is stuck and takes more than 3 minutes
2024-06-24 16:24:37 +03:00
Anastasiya Semenkevich
5b729557f5
Update Jenkinsfile.tests-e2e
2024-06-24 16:24:37 +03:00
Anastasiya Semenkevich
98f6f1df9c
Update Jenkinsfile.tests-e2e
2024-06-24 16:24:37 +03:00
Anastasiya Semenkevich
b97c9ba057
more debug with debug plugins
2024-06-24 16:24:37 +03:00
Anastasiya Semenkevich
a6c996e841
chore: set qt logging rules env var
2024-06-24 16:24:37 +03:00
Valentina Novgorodtceva
b3e6d49915
chore: added global timeout so any test would fail in case it is stuck and takes more than 3 minutes
2024-06-24 16:24:37 +03:00
Roman Chornii
1ba7ba31aa
fix(Wallet.RootStore): Improved some of the property bindings between QML and Nim layer. Removed unused properties. ( #15279 )
...
Fixes : #14803
2024-06-24 13:30:24 +03:00
Ivan Belyakov
ee8da30c95
chore: bump status-go to include cryptocompare proxy feat
2024-06-24 12:16:37 +02:00
Alex Jbanca
eb6f037df0
fix(e2e): Fixing ComboBox isChecked flag to allow 3 state checkboxes
2024-06-21 16:18:51 +03:00
Alex Jbanca
901362dfc1
feat(networkSelector): Refatoring of NetworkSelector to remove backend dependency
2024-06-21 16:18:51 +03:00
Jonathan Rainville
8ca51c34cc
refactor(messages): make message sending async ( #15237 )
...
Fixes #12411
Makes message sending async and adds a placeholder "Sending.." message
2024-06-20 18:46:12 -04:00
Anastasiya
033bf99974
chore: add reference to skipped test
2024-06-20 22:07:19 +03:00
Anastasiya Semenkevich
d975dc66a1
tests: test for adding account from settings is disabled
2024-06-20 22:07:19 +03:00
Alex Jbanca
d1053be5f0
fix(SwapModal): Fixing the modal height
2024-06-20 21:32:00 +03:00
Alex Jbanca
b4a9df62e2
refactoring(NetworkSelectionView): Update NetworkSelectionView and remove the backend dependency
...
This commit creates a new component NetworkSelectorView and it's implementation will replace the NetworkSelectionView
+ Adding the storybook page
+ Adding tests
2024-06-20 16:30:10 +03:00