Gala
5985ba5182
Merge branch 'develop' into 305-ui-fixes-inputs
2022-09-14 10:08:17 +02:00
Jon Häggblad
fc90d5a389
ci: more cargo clean for windows
...
Not ideal, we need runners with more disk space
2022-09-14 08:31:05 +02:00
Raphaël Walther
af1a83fe83
Test for notification
2022-09-13 19:35:22 +02:00
Raphaël Walther
e12b69e58f
Test for notification
2022-09-13 19:28:46 +02:00
Raphaël Walther
d38614b15c
Test for notification
2022-09-13 19:22:09 +02:00
Raphaël Walther
627d12239e
Added keybase team variable ( #1537 )
...
* Added keybase team variable
* Amended notification
2022-09-13 18:13:18 +01:00
Gala
1af1370f23
display raw bond instead of self %
2022-09-13 17:00:37 +02:00
Gala
ade15d3c60
change mnemonic textfield
2022-09-13 14:53:04 +02:00
Gala
1241a81514
changing alert behaviour
2022-09-13 13:49:42 +02:00
Gala
08a190c1cb
Merge branch 'develop' into 348-bonding-settings
2022-09-13 12:44:11 +02:00
Mark Sinclair
124103d51b
Mixnet and vesting contracts v1.0.2 ( #1616 )
2022-09-13 09:47:18 +01:00
Drazen Urch
6154b0c24c
Fix claim -> undelegate ( #1613 )
...
* Fix claim -> undelegate
* Fix ordering
* Changelog
2022-09-13 09:38:23 +01:00
Pierre Dommerc
b43657f42d
feat(wallet): add tauri ops to sign and verify ( #1606 )
...
* Fix compile error
* Expose signing wallet for signing client
* Add stub tauri operation to sign a message with the current account
* feat(wallet): add a request to verify a signature
* feat(wallet): add support to verify from account address
* feat(wallet): add support to verify from account address
* fix(wallet): verify tauri request signature
* wallet-recovery-cli: upgrade clap to 3.2
* Fix compile error
* Expose signing wallet for signing client
* Add stub tauri operation to sign a message with the current account
* feat(wallet): add a request to verify a signature
* feat(wallet): add support to verify from account address
* feat(wallet): add support to verify from account address
* fix(wallet): verify tauri request signature
* Fix deserializtion of U128
* feat(wallet): avoid unwrap
* refactor(wallet):suggested feedbacks
Co-authored-by: Mark Sinclair <mmsinclair@gmail.com >
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
Co-authored-by: durch <durch@users.noreply.github.com >
2022-09-12 12:32:10 +02:00
Jon Häggblad
20624243c0
ci: another ugly fix for windows low disk space
...
Crazy. I hope we can get runners with more disk space soon
2022-09-12 10:38:48 +02:00
Mark Sinclair
fdff4bf1b7
Nym Wallet v1.0.9 ( #1605 )
...
* network-defaults: update mainnet default nymd_url
* update tests
* Bump nym-wallet version to 1.0.9 and update CHANGELOG
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
2022-09-09 14:47:17 +01:00
Jon Häggblad
47726d3561
Merge pull request #1591 from nymtech/jon/feat/socks5-client-graceful-shutdown
...
socks5-client: graceful shutdown
2022-09-09 15:45:19 +02:00
Jon Häggblad
f3ed0bb11f
gateway-client: disable shutdown signalling for wasm
2022-09-09 15:00:13 +02:00
Jon Häggblad
351adb7f7b
socks5: add missing SHUTDOWN_HAS_BEEN_SIGNALLED.store
2022-09-09 13:02:53 +02:00
Jon Häggblad
e0567dddf2
gateway-client: additional shutdown handling
2022-09-09 12:10:41 +02:00
Jon Häggblad
d109c53370
socks5: tasks with closed channels should all exit
2022-09-09 12:10:41 +02:00
Jon Häggblad
baed6c89fc
socks5: assert that tasks are not exiting when not shutdown
2022-09-09 12:10:32 +02:00
Jon Häggblad
106491ef01
more clippy
2022-09-09 12:09:59 +02:00
Jon Häggblad
46135146ea
clippy
2022-09-09 12:09:59 +02:00
Jon Häggblad
04e5cfabb8
changelog: add note
2022-09-09 12:09:59 +02:00
Jon Häggblad
10be112279
socks5-client: graceful shutdown
2022-09-09 12:09:59 +02:00
Raphaël Walther
634818a988
Added notification workflow
2022-09-09 11:41:44 +02:00
Raphaël Walther
5cb80f7648
Revert "Added audit workflow"
...
This reverts commit a7afd2a1c7 .
2022-09-09 11:36:49 +02:00
Bogdan-Ștefan Neacşu
4d5565d8b6
Remove migration code ( #1604 )
...
* Remove migration code
* Leave blacklist functionality, just in case
2022-09-08 18:41:56 +03:00
Gala
81f36e8da7
some refactor
2022-09-08 13:36:44 +02:00
Gala
f230229ce9
change save button label
2022-09-08 12:18:09 +02:00
Gala
912fb4ab38
Merge branch 'develop' into 348-bonding-settings
2022-09-08 12:05:34 +02:00
Gala
28cc772d7b
various ui updates
2022-09-08 11:43:59 +02:00
Jon Häggblad
f172a23ef8
clients: remove cluster of unwrap and expects for gateway handling ( #1599 )
...
* clients: remove cluster of unwraps and expects for gateway handling
* rustfmt
2022-09-07 15:35:26 +02:00
Gala
1ab6bce821
Merge branch 'develop' into 305-ui-fixes-inputs
2022-09-07 11:27:57 +02:00
Drazen Urch
2363f3ad0a
Initial docs pass ( #1582 )
2022-09-07 01:41:51 +02:00
Jędrzej Stuczyński
6d3e5f22d4
Removed mix_denom from vesting MigrateMsg
2022-09-06 16:45:32 +01:00
Jędrzej Stuczyński
c74ea43b94
Removed migration artifacts from mixnet and vesting contracts ( #1598 )
...
* Removed migration artifacts from mixnet and vesting contracts
* Workaround for CI build
* unused imports
2022-09-06 16:20:16 +01:00
Gala
70624e9062
modals and dialogs border in dark mode
2022-09-06 16:40:50 +02:00
Gala
2407285121
fixing paddings on modals
2022-09-06 14:33:41 +02:00
Drazen Urch
49d8424e30
Update network-requester dependencies ( #1588 )
2022-09-06 14:24:17 +02:00
Drazen Urch
5a7f296328
Update validator-api dependencies ( #1589 )
2022-09-06 14:15:22 +02:00
Gala
db3171ea09
ModalListItem fix font size
2022-09-06 13:58:54 +02:00
Gala
2aaaa0deb7
globally no colon at the end of ModalListItem
2022-09-06 13:55:20 +02:00
Gala
d410277d14
change all placeholders on textfields into labels
2022-09-06 13:41:35 +02:00
Gala
99ceabb0b0
using the wallet Tab component
2022-09-06 13:18:43 +02:00
Fouad
8a6f8185db
Update/update modal background color ( #1594 )
...
* update receive bg color + all other modals
2022-09-06 09:56:12 +01:00
Bogdan-Ștefan Neacşu
30dfa09e18
Simplify the migration to trust the owner more ( #1593 )
2022-09-05 17:31:06 +03:00
Mark Sinclair
7e7072258d
Add nym-cli tool ( #1577 )
...
Co-authored-by: tommy <tommyvez@protonmail.com >
2022-09-05 12:06:35 +01:00
Bogdan-Ștefan Neacşu
10221a1767
Migrate heights to timestamps ( #1584 )
...
* Migrate heights to timestamps
* Improve test with a possible scenario
* Use account id instead of address, as returned by the query
2022-09-05 12:25:57 +03:00
Gala
25df7bcd4d
Merge branch 'develop' into 348-bonding-settings
2022-09-02 09:39:21 +02:00