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
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
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
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
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
Jędrzej Stuczyński
a2c6abd3dd
Made nodes_to_remove field in mixnet MigrateMsg public
2022-09-01 17:10:17 +01:00
Gala
1cdca7bec3
unbond modal verification step
2022-09-01 16:57:48 +02:00
Gala
c809c7733d
logic refactor
2022-09-01 15:06:23 +02:00
Gala
7b53003edb
wip verification modal
2022-08-31 18:49:47 +02:00
Gala
831d9d2bf8
update alert text
2022-08-31 18:20:40 +02:00
Gala
cb7c51ba12
remove node settings modal trigger
2022-08-31 17:37:00 +02:00
Gala
0310f0a8a9
some refactor
2022-08-31 17:23:53 +02:00
Gala
bb79d08f6d
dynamic values and remove hard coded code
2022-08-31 16:58:53 +02:00
Bogdan-Ștefan Neacşu
d289c46e87
Feature/nr err report ( #1576 )
...
* common/socks5: Use thiserror and add copyright notice
* Send allowlist failure msg back to socks5 client
* Add some serde unit tests
* Fix clippy after rustup update
* Update changelog
2022-08-31 16:27:02 +03:00
Gala
414c86b500
fix button width
2022-08-31 12:13:40 +02:00
Gala
4304ffcf3c
adding notification span
2022-08-31 11:44:23 +02:00
Gala
309b23e18a
adding confirmation modals
2022-08-31 10:55:13 +02:00
Gala
52703583f0
adding validation to parameters settings
2022-08-31 10:10:37 +02:00
Gala
6473ef13c6
validate info fields
2022-08-30 18:51:39 +02:00
Gala
9a45f15ba4
wip
2022-08-30 16:49:07 +02:00
Bogdan-Ștefan Neacşu
a6aba3defd
Feature/validator api shutdown ( #1573 )
...
* Rewarded set updater shutdown (partial) handling
* Shutdown handling in monitor
* Remove shutdown from packet receiver
* Configurable shutdown timeout
* Select on test_run too
* Remove unnecessary await/async
* Add bias to shutdown select and concurrency for big tasks
* Put cpu-bound packet prep on separate thread, to avoid blocking
* Use a better fit timeout value
* Fix clippy warnings
* Update changelog
* Fix wasm client
2022-08-30 14:14:50 +03:00
Jędrzej Stuczyński
6557be3738
Delegator compoudning to bypass pending events ( #1571 )
...
* Delegator compoudning to bypass pending events
* Updated changelog
2022-08-30 11:56:13 +01:00
Gala
746795b7ce
mook bonded node
2022-08-30 12:49:50 +02:00
Gala
8b81247044
Merge branch 'develop' into 348-bonding-settings
2022-08-30 11:08:19 +02:00
Bogdan-Ștefan Neacşu
7134755073
Feature/credential mode ( #1570 )
...
* Activate enabled cred mode for coconut feature
* Fix disable cred mode propagation bug
2022-08-26 16:45:32 +03:00
Sachin Kamath
dd1420a65a
Wallet - set gateway default port to 9000 ( #1568 )
...
* fix(wallet): client port to gateway defaults
* fix(wallet): refactor variable name
2022-08-26 13:28:58 +02:00
Jędrzej Stuczyński
df1bc60464
Feature/vesting delegations queries ( #1569 )
...
* Added contract queries for vesting delegations
* Added the queries on NymdClient
* Added account_id to DelegationTimesResponse
* Returning raw u64 as opposed to wrapped Timestamp
* Updated changelog
2022-08-26 11:24:16 +01:00
Bogdan-Ștefan Neacşu
865e809342
Remove hard-coded values from credential client ( #1566 )
2022-08-25 17:52:43 +03:00
Jon Häggblad
51f9c1ca29
Connect: remove some sources of panics when initializing socks5-client ( #1563 )
...
* connect: remove panic when unable to load previous gateway conf
* connect: dont panic when cant get config file
2022-08-25 16:25:31 +02:00
Jon Häggblad
303b014a59
types: fix missing entries in SelectionChance ( #1564 )
2022-08-25 14:06:54 +02:00
Jon Häggblad
e1e20fb13e
inclusion-prob: make rng generic and predictable in tests ( #1561 )
2022-08-25 08:47:04 +02:00
Mark Sinclair
0c3c13ae88
Change nym-connect window title to NymConnect
nym-connect-v1.0.2
2022-08-24 15:48:26 +01:00
Jon Häggblad
8c8b7d71d0
validator-api: create node status cache with selection probabilies ( #1547 )
...
* validator-api: create node status cache with selection probabilies
Create a node status cache to complement the contract cache. Initially
we store the simulated active set selection probabilities.
* validator-api: add validator cache watch channel
* changelog: add note
* validator-api: clippy fixes
* validator-api: fix clippy
* validator-api: additional fields to inclusion probabilities response
* selection chance: revert back to 3 buckets
* selection chance: revert buckets again
* rustfmt
* validator-api: remove the old get_mixnode_inclusion_probability
* node-status-cache: return error when refreshing
* inclusion-simulator: cap on wall clock time
* node status cache: tidy
2022-08-24 14:29:21 +02:00
Jon Häggblad
3163c5f054
gateway-client: clippy::question-mark
2022-08-24 09:51:47 +02:00
Jon Häggblad
4a1794b2f1
nymcoconut: fix named-arguments-used-positionally
2022-08-24 09:51:47 +02:00
Jon Häggblad
1898b8ed96
validator-api: add bounds checks in compute_mixnode_reward_estimation ( #1559 )
2022-08-24 09:30:12 +02:00
Mark Sinclair
a23471859d
GitHub Actions: fix up artifacts on nym-cli-publish
2022-08-23 20:19:57 +01:00
Mark Sinclair
9d8c9edf22
Add GitHub Action to build nym-cli on all platforms
2022-08-23 19:27:03 +01:00
Pierre Dommerc
5ea7b24efc
fix(nym-wallet): bonding, enhance error handling ( #1543 )
...
open a dialog for user feedback when error occurs
add some better error logging
2022-08-23 17:53:57 +02:00
Jędrzej Stuczyński
a43a24faa8
Exposed direct queries to smart contract on NymdClient ( #1558 )
...
* Exposed direct queries to smart contract on NymdClient
* Updated changelog
2022-08-23 15:45:43 +01:00