Gala
f35bfc63e2
connect also info settings and adding schemas for both forms
2022-10-05 15:35:22 +02:00
Gala
1be85dced6
bonded node param set settings and validate first
2022-10-05 15:22:08 +02:00
Gala
ba64c57283
use react useForm
2022-10-04 15:53:19 +02:00
Gala
ce269e60e4
Merge branch 'develop' into 348-bonding-settings
2022-10-04 12:45:04 +02:00
Gala
ad9ea03683
Merge branch 'node-settings-copy' into 348-bonding-settings
2022-10-04 12:44:33 +02:00
Gala
47cae50e68
profit margin only for mixnode
2022-10-04 11:51:34 +02:00
Pierre Dommerc
c582d6dcba
config(wallet): use new mixnet contract address for qa ( #1656 )
2022-10-03 13:38:56 +02:00
Gala
c644956576
wip
2022-09-29 17:08:31 +03:00
Gala
c329724f8c
Merge branch 'develop' into node-settings-copy
2022-09-29 15:44:52 +03:00
Gala
a96383e714
wip
2022-09-28 09:52:57 +03:00
Jędrzej Stuczyński
49b3a5aa90
Made config.toml values in validator-api take precedence over mainnet defaults ( #1645 )
...
* Made config.toml values in validator-api take precedence over mainnet defaults
* Updated mixnode and gateway configs with similar priority adjustments
* Changelog
2022-09-23 16:59:42 +01:00
Jędrzej Stuczyński
879ce3f2d5
Feature/field renaming ( #1654 )
...
* Replaced serde renames to aliases
Ideally I would have removed all serde macros, but then it would have broken existing QA deployments - perhaps we should do it later
* Renamed 'node_id' in Delegation to 'mix_id'
* Further renamings of 'node_id' to 'mix_id' in various places
2022-09-23 15:01:39 +01:00
Pierre Dommerc
996f0bf732
feature(explorer-api): rewrite geoip2 location service ( #1651 )
2022-09-23 14:53:56 +02:00
Jędrzej Stuczyński
b289a3570a
Prefixing all mixnet contract events with a v2_ prefix ( #1652 )
2022-09-23 12:33:29 +01:00
Gala
1b689edb43
Merge pull request #1653 from nymtech/ne-stak-sat-filter
...
NE: fix upper saturation value used on filters
2022-09-23 11:37:47 +02:00
Jon Häggblad
95c5b70eb7
Remove the old deprecated parts of network-defaults ( #1646 )
...
* network-defaults: remove all the old crap and simplity
* validator-client: remove commented out code
2022-09-23 11:32:23 +02:00
Jędrzej Stuczyński
a5b4504b0a
Emitting information about prior delegation data before rewarding ( #1650 )
...
* Emitting information about prior delegation data before rewarding
* Cargo fmt
2022-09-23 09:32:37 +01:00
Gala
995a61b7ea
fix upper saturation value use on filters
2022-09-23 10:20:51 +02:00
Drazen Urch
0adf4df094
Fig and shell completions ( #1638 )
...
* Fig and shell completions lib
* Complete all the things
2022-09-22 17:26:37 +02:00
Gala
8c877d64d6
Merge pull request #1649 from nymtech/fix-validator-url-access
...
NE: Fix validators url
2022-09-22 15:32:34 +02:00
Gala
9ae1f046c4
avoid destructuring
2022-09-22 15:13:33 +02:00
Gala
7dc776f98a
wip fixing conflicts
2022-09-22 13:16:39 +02:00
Gala
9717bcbb17
WIP: Merge branch 'develop' into 348-bonding-settings
2022-09-22 12:22:24 +02:00
Gala
f401266d1b
Merge pull request #1644 from nymtech/ne-transition-v1-v2
...
NE: Adding a workaround for v1 to v2 transition
2022-09-22 10:47:32 +02:00
Gala
1878b50752
Merge branch 'develop' into ne-transition-v1-v2
2022-09-22 10:34:16 +02:00
Gala
8bd7b69bf9
Merge pull request #1597 from nymtech/305-ui-fixes-inputs
...
Wallet: address Figma differences on modals, dialogs and inputs
2022-09-22 10:33:28 +02:00
Gala
cf2ede1040
adding a temporaly solution for transition v1 to v2
2022-09-21 17:57:19 +02:00
Gala
af1bf57f24
anothe conflict fix
2022-09-21 17:41:31 +02:00
Gala
0de6a0f1ca
Merge branch 'develop' into 305-ui-fixes-inputs
2022-09-21 17:41:07 +02:00
Gala
978cbc4f00
fix conflicts
2022-09-21 17:03:56 +02:00
Gala
ebb06d4beb
Merge branch 'develop' - wip fixing clonflicts
2022-09-21 17:03:47 +02:00
Gala
03974f9cb3
Merge pull request #1628 from nymtech/409-ne-filters-info
...
NE & Wallet: NE TableToolbar ui and Wallet new display when no delegations
2022-09-21 16:52:21 +02:00
Jędrzej Stuczyński
d322f5e91b
Removed the concept of exiting validator API after X consecutive failures ( #1643 )
2022-09-21 15:20:33 +01:00
Gala
0dee6d9db7
spacing between title and content on pages
2022-09-21 16:05:03 +02:00
Gala
05bd6d6a9a
signup mnemonic change
2022-09-21 16:04:06 +02:00
Jędrzej Stuczyński
c43dbf6f4d
Feature/remove deprecated routes ( #1642 )
...
* Removed deprecated routes in validator-api
* Removed deprecated routes in explorer-api
2022-09-21 14:54:51 +01:00
Dave Hrycyszyn
848ace1e0b
Using the pre-built package in the chat demo
2022-09-21 13:28:41 +01:00
Mark Sinclair
f98d9d89bc
GitHub Actions - add input to manual dispatch
...
Adds `RUST_FLAGS="--cfg tokio_unstable"` when the input is true to add the tokio console to the validator api
2022-09-21 12:24:09 +01:00
Jon Häggblad
b9015c1321
Update to latest set of selection chance buckets ( #1626 )
...
* Update to latest set of selection chance buckets
* Fixup after rebase
* Lock file update
* storybook update
* update storybook
Co-authored-by: Gala <calero.vg@gmail.com >
2022-09-21 12:38:42 +02:00
Fouad
59b0fe2f94
change input placeholders to labels ( #1575 )
...
* change input placeholders to labels
* use back button on 'show mnemonic' modal
2022-09-21 11:28:30 +01:00
Gala
bf98c1b369
Merge branch 'develop' into 409-ne-filters-info
2022-09-21 12:01:01 +02:00
Gala
d7e3b2c6f2
update branch
2022-09-21 11:57:54 +02:00
Gala
7302b64be7
Merge pull request #1617 from nymtech/309-figma-diff-mnemonic
...
Wallet: Figma diff, change mnemonic textfield
2022-09-21 11:55:15 +02:00
Gala
d5365a7602
Merge pull request #1524 from nymtech/317-forms-menus-titles-ui
...
317 forms menus titles UI
2022-09-21 11:54:53 +02:00
Jędrzej Stuczyński
524d563077
Added additional log statement to show config file save location
2022-09-21 10:12:53 +01:00
Jon Häggblad
e44ddc419c
clippy: fix warnings in beta toolchain ( #1639 )
2022-09-21 09:25:22 +02:00
Jon Häggblad
be20e17ebb
ci: add libudev-dev to nightly linux build
2022-09-21 08:52:41 +02:00
Dave Hrycyszyn
7b76beab76
Switch from deprecated substr() to slice()
2022-09-20 16:00:18 +01:00
Bogdan-Ștefan Neacşu
9ed013b418
Add library to communicate with ledger ( #1640 )
...
* Add library to communicate with ledger
* Update changelog
* Install libudev-dev on linux
2022-09-20 17:57:14 +03:00
Dave Hrycyszyn
33ae43b86d
Removing commented code
2022-09-20 15:44:56 +01:00