Jon Häggblad
ea22a6f80f
connect: allow user select gateway on backend ( #1415 )
...
* connect: allow user selected gateway
* rustfmt
2022-06-28 17:39:33 +02:00
Fouad
bb0c3d251e
Merge pull request #1357 from nymtech/feature/wallet-delegation-fees
...
Wallet: simulated delegation fees
2022-06-28 16:13:50 +01:00
Jon Häggblad
3e2c54c283
connect: expose tauri get_config_file_location ( #1413 )
...
* connect: expose get_config_file_location
* rustfmt
2022-06-28 17:11:03 +02:00
Mark Sinclair
6c9c961152
GitHub Actions: Nym Connect - fix filename
2022-06-28 16:07:56 +01:00
Jon Häggblad
64c3009aa9
connect: reuse the same id ( #1412 )
...
* connect: reuse the same id
* changelog: add note
* rustfmt
* clippy
2022-06-28 16:32:15 +02:00
Jędrzej Stuczyński
a2409c0a84
Chore/network config ( #1335 )
...
* Definition of NymNetworkDetails
* Initial attempt at changing network usage for nymd client
* Removed deprecated denom call and added constructor for custom network
* Cargo fmt
2022-06-28 15:10:20 +01:00
Mark Sinclair
a646f84221
GitHub Actions: fix up and adjust retention time
2022-06-28 14:53:59 +01:00
Mark Sinclair
33a6cb1f3e
GitHub Actions: fix up Nym Connect output package paths
2022-06-28 13:55:56 +01:00
Jon Häggblad
f8ceb0881f
connect: update the hardcoded provider
2022-06-28 12:26:45 +02:00
Jon Häggblad
a05830304f
wallet-recovery-cli: add raw mode ( #1411 )
2022-06-28 07:46:11 +02:00
Mark Sinclair
8c25bc47c4
GitHub Actions: Nym Connect troubleshooting
2022-06-27 22:18:35 +01:00
Mark Sinclair
c39046c4aa
GitHub Actions: fix check
2022-06-27 21:05:14 +01:00
Mark Sinclair
c2e4309212
GitHub Actions: add manual build steps and artifact uploads
2022-06-27 20:58:03 +01:00
Mark Sinclair
11d1397906
Nym Connect: add GitHub Actions to build signed binary
2022-06-27 20:54:07 +01:00
Jon Häggblad
479cc20083
connect: add tauri methods to get and set provider ( #1406 )
2022-06-27 20:54:58 +02:00
Jon Häggblad
97f77c4549
client: consolidate and de-duplicate initialization between clients and nym-connect ( #1405 )
...
* clients: consolidate and dedup init logic between clients and nym-connect
* changelog: add note
* connect: tweak print
2022-06-27 18:03:56 +02:00
Jon Häggblad
1de8b2abe9
explorer-api: add apy values to mix_nodes endpoint ( #1401 )
...
* explorer-api: add apy fields to PrettyDetailedMixNodeBond
* explorer-api: clippy warnings
* explorer-api: use uptime from mixnodes endpoint
* changelog: add note
* rustfmt
2022-06-27 16:18:56 +02:00
Mark Sinclair
70b01783bf
ts-packages/react: Fix currency amount display key bug
2022-06-27 12:21:45 +01:00
Raphaël Walther
c2375850f9
Changed cron time of nightly builds
2022-06-27 09:17:01 +02:00
Bogdan-Ștefan Neacşu
0df801ab4e
Feature/expose validator cosmos address ( #1404 )
...
* Move coconut validator api req out of coconut interface
and expose a new cosmos-address endpoint
* Finish cosmos address endpoint
* Guard under coconut feature gateway & validator-api code
* Update CHANGELOG
2022-06-24 18:36:13 +03:00
Bogdan-Ștefan Neacşu
fe9cb8a4e6
Feature/fix validator api ( #1403 )
...
* Include CoconutSigner in build for template completion
* Use dummy mnemonic for validator-api
2022-06-24 16:28:45 +03:00
fmtabbara
6f5878b6a7
add fees to operations
2022-06-24 12:49:07 +01:00
fmtabbara
f4b15a8976
update type
2022-06-24 09:49:36 +01:00
fmtabbara
bae495249c
Merge branch 'develop' into feature/wallet-delegation-fees
2022-06-23 20:18:05 +01:00
Jędrzej Stuczyński
aa3310fb9c
Feature/wallet sim gas adjustment ( #1388 )
...
* Incorporating GasAdjustment into wallet fee simulation
* Adjusting the gas only a single time
* Hacky implementation of ts_rs on FeeDetails
* changelog
2022-06-23 17:31:02 +01:00
Jon Häggblad
bfcc49ab78
validator-api: parametrized node reward endpoint ( #1400 )
...
* validator-api: initial work on compute reward endpoint
* validator-api: dedup and clean up
* cargo.lock
2022-06-23 13:54:45 +02:00
Jon Häggblad
3bd21300e0
validator-api: add apy data to mixnodes endpoint ( #1393 )
...
* validator-api: compute and return APY for all mixnode bonds
* validator-api: tidy
* validator-api: handle the absence of storage
* validator-api: some comments
* validator-api: refinements to apy calc
* validator-api: extract out some calculations
* changelog: add note
2022-06-23 13:42:29 +02:00
Mark Sinclair
63692eb30d
GitHub Actions: fix paths
2022-06-23 11:58:16 +01:00
Mark Sinclair
6172f03ada
GitHub Actions: fix typo
2022-06-23 11:57:20 +01:00
Mark Sinclair
5bb631fe8f
GitHub Actions: new action to build release version of the smart contracts
2022-06-23 11:55:45 +01:00
Jędrzej Stuczyński
03aec96592
Defined DenomDetails that explicitly sets base and display names ( #1389 )
...
* Defined DenomDetails that explicitly sets base and display names
* missed substitutions
* Unused imports
2022-06-23 11:31:59 +01:00
Jon Häggblad
8c3d6fa54b
wallet: fix error in unit test on windows ( #1399 )
2022-06-23 11:57:32 +02:00
Bogdan-Ștefan Neacşu
ae88e25300
Feature/include nymd client in gateway ( #1398 )
...
* Reinclude custom validators in coconut
* Check mnemonic validity early
* Include nymd client in coconut verifier
and simplify the erc20 bridge part
2022-06-23 12:28:40 +03:00
Jon Häggblad
6b07f31a87
wallet: remove broken platform constants ( #1395 )
...
Due to a bug (typo) these constants were actually never used, and at
this point we can't fix it without breaking backwards compatibility.
2022-06-23 11:08:31 +02:00
Jon Häggblad
736fcafa9b
rustfmt
2022-06-22 22:14:55 +02:00
Jędrzej Stuczyński
64687e9656
Removed mixnet contract migration
2022-06-22 17:55:14 +01:00
Jędrzej Stuczyński
49718e724e
Removed mixnet contract migration
2022-06-22 17:51:38 +01:00
Jędrzej Stuczyński
8bce52f9a9
bump contract versions and update changelog
2022-06-22 17:02:07 +01:00
Mark Sinclair
babc18d491
GitHub Actions: revert trigger changes
2022-06-21 19:02:51 +01:00
Mark Sinclair
a5da6ccdab
Update CHANGELOG for wallet release v1.0.6
nym-wallet-v1.0.6
2022-06-21 19:01:09 +01:00
Mark Sinclair
8dd10a5e10
GitHub Actions: wallet trigger
2022-06-21 18:52:49 +01:00
Mark Sinclair
f9d3a60c32
GitHub Actions: triggers and Windows .env file
2022-06-21 18:50:08 +01:00
Drazen Urch
1178902634
Fix rewards bounds ( #1391 )
...
* Fix rewards bounds
* Fix operator reward calculation
2022-06-21 18:27:26 +02:00
Mark Sinclair
c39527c841
GitHub Actions: generate wallet .env from base64 string
2022-06-21 17:04:46 +01:00
Mark Sinclair
2fecde8f19
Wallet: update copy on mixnode saturation delegation warning modal
2022-06-21 17:04:01 +01:00
Bogdan-Ștefan Neacşu
03b484dbdf
Fix eth feature enabled build ( #1379 )
2022-06-21 15:16:17 +03:00
Drazen Urch
f3a926375a
Change epoch length to 10 minutes ( #1345 )
...
* Change epoch length to 10 minutes
* Derive operator cost, and reward params from epoch length
* Fix tests
* Migrate back to hourly
* Remove length migration
* Push everything
2022-06-21 14:04:27 +02:00
Drazen Urch
66b5f50ad0
Add locked token pledge limit ( #1331 )
...
* Add locked token pledge limit
* Add messages for interacting with the locked pledge cap
* Add locked pledge controls to the nymd client
2022-06-21 10:25:00 +02:00
Mark Sinclair
f9cc21dce9
GitHub Actions: fix filenames in readme
2022-06-20 20:47:18 +01:00
Mark Sinclair
a693195b57
Update nym-wallet-release.yml
2022-06-20 20:44:45 +01:00