Mark Sinclair
49aa79b5df
Update nym-wallet-publish-windows10.yml
2022-03-23 16:40:04 +00:00
Mark Sinclair
6f3b5fad15
Update nym-wallet-publish-windows10.yml
2022-03-23 16:37:38 +00:00
Mark Sinclair
0efa909374
Configure nym-wallet Windows signing
2022-03-23 15:51:36 +00:00
Fouad
43b102782e
Merge pull request #1158 from nymtech/feature/vesting-full
...
Feature/vesting full
2022-03-23 15:45:11 +00:00
Mark Sinclair
d6e6bab6a6
Update nym-wallet-publish-windows10.yml
2022-03-23 15:43:13 +00:00
Mark Sinclair
1a3cdc3128
Update nym-wallet-publish-windows10.yml
2022-03-23 15:36:55 +00:00
Mark Sinclair
39f75907e5
Update nym-wallet-publish-windows10.yml
2022-03-23 15:35:41 +00:00
Mark Sinclair
029c2698d7
Update nym-wallet-publish-windows10.yml
2022-03-23 15:34:12 +00:00
Mark Sinclair
60548770ba
Update nym-wallet-publish-windows10.yml
2022-03-23 15:19:14 +00:00
Mark Sinclair
39cfc2057b
Update nym-wallet-publish-windows10.yml
2022-03-23 15:14:58 +00:00
Mark Sinclair
4fbae2d5bd
Create GitHub Action to publish and sign Windows wallet
2022-03-23 15:12:07 +00:00
Jon Häggblad
9feee4c174
Fix some minor compiler and clippy warnings
2022-03-23 15:19:00 +01:00
fmtabbara
bca6b45273
Merge branch 'develop' into feature/vesting-full
2022-03-23 12:43:31 +00:00
fmtabbara
d9733a97ae
use 'estimated' fee
2022-03-23 12:42:56 +00:00
fmtabbara
e66dc01966
highlight pending delegation time
2022-03-23 12:00:13 +00:00
fmtabbara
2b4aca0194
prevent duplicates
2022-03-23 09:44:17 +00:00
fmtabbara
06aa09afcd
UI bug fix
2022-03-22 15:44:39 +00:00
durch
ddc09bbb2e
Additive rewarding test stub
2022-03-22 12:09:41 +01:00
fmtabbara
3003be5e68
use end epoch for undelegation completion time
2022-03-22 10:54:31 +00:00
fmtabbara
cb2ce87ab7
Merge branch 'develop' into feature/vesting-full
2022-03-22 10:24:50 +00:00
fmtabbara
2ad65fc455
display pending undelegations
2022-03-22 10:24:14 +00:00
Tommy Verrall
cb292b38c0
Merge pull request #1156 from nymtech/wallet_get_current_epoch
...
get_current_epoch tauri
2022-03-22 10:17:26 +00:00
durch
b710f796f9
get_current_epoch tauri
2022-03-22 11:10:41 +01:00
durch
fb5a9a7a3e
Fix opeartion order
2022-03-21 20:08:57 +01:00
Drazen Urch
071720c1cc
Cleanup ( #1155 )
2022-03-21 18:24:40 +01:00
Drazen Urch
6679944689
Feature flag reward payments ( #1154 )
2022-03-21 17:30:08 +01:00
fmtabbara
bec7814756
Merge branch 'develop' into feature/vesting-full
2022-03-21 11:24:07 +00:00
Drazen Urch
592b3b3bb1
Pending endpoints ( #1150 )
...
* Add QueryPendingDelegationEvents QueryMsg
* Add pending_delegation_events to nymd client
* Add pending delegation events to wallet
* Get rid of double epoch accounting
* Fix reward saving
* Try batching operations to reduce fees
* Bundle all transactions into one
* make nice
2022-03-21 10:07:51 +01:00
Jon Häggblad
c2ff786f41
validator-api: fix clippy::needless-question-mark
2022-03-21 09:14:41 +01:00
Drazen Urch
63dd26ca1b
Add Query endpoints for calculating rewards ( #1152 )
2022-03-18 15:44:26 +01:00
fmtabbara
07b6114adf
only create mnemonic on account creation
2022-03-17 18:00:58 +00:00
fmtabbara
07155b4fe5
dont disable token pool selector for delegations
2022-03-17 17:14:41 +00:00
fmtabbara
8b635a44b8
fix conflicts
2022-03-17 16:53:29 +00:00
fmtabbara
568862a571
fix conflicts + errors
2022-03-17 16:40:49 +00:00
Drazen Urch
f24d6e224d
Change accumulated reward to Option, migrate delegations ( #1147 )
...
* Change accumulated reward to Option, migrate delegations
* Remove interval from the validator cache
* Add info to db errors
* Remove interval fetch from the contract
* Rework epochs
* Fix undelegation errors
* Emit error event instead of error
* make no-clippy
* Fix clippy lints
2022-03-17 12:03:05 +01:00
Tommy Verrall
f9a154b36c
Merge pull request #1148 from nymtech/chore/use-urls-types-in-wallet
...
wallet: use Urls rather than Strings for validator urls
2022-03-16 09:17:04 +00:00
Tommy Verrall
72d994880b
Merge pull request #1149 from nymtech/feature/wallet-logging
...
wallet: add logging
2022-03-16 09:14:45 +00:00
Jon Häggblad
fe02bc4631
wallet: add logging
2022-03-15 16:03:39 +01:00
Mark Sinclair
1fb8e1bbaf
Add wellknown validators json file
2022-03-15 13:38:27 +00:00
Jon Häggblad
96aa355db3
wallet: use Urls rather than Strings for validator urls
2022-03-15 14:25:22 +01:00
Tommy Verrall
8dfb9c8173
Merge pull request #1134 from nymtech/dependabot/npm_and_yarn/clients/native/examples/js-examples/websocket/url-parse-1.5.10
...
Bump url-parse from 1.5.7 to 1.5.10 in /clients/native/examples/js-examples/websocket
2022-03-15 11:06:15 +00:00
Jon Häggblad
382d3e130e
wallet: remove unused use
2022-03-14 22:18:28 +01:00
Jon Häggblad
a8246621e1
wallet: add health query based on plain http
2022-03-14 22:12:34 +01:00
fmtabbara
7868725fed
revert console output
2022-03-14 14:18:02 +00:00
fmtabbara
d30667d8e4
add error log
2022-03-14 13:04:57 +00:00
Jon Häggblad
66b6a8aeef
wallet: fetch validators url remotely if available ( #1146 )
2022-03-14 12:19:11 +01:00
fmtabbara
3483a9e7f9
fix lint warnings
2022-03-14 11:00:47 +00:00
fmtabbara
893b28c51c
fix eslint warning - func-names
2022-03-14 09:49:17 +00:00
Jon Häggblad
93165ad699
nymcoconut: fix clippy
2022-03-14 09:34:32 +01:00
Jon Häggblad
2ebb498589
ci: run clippy with --workspace in build.yml
2022-03-14 09:19:09 +01:00