Fouad
a925c39642
Wallet - Fix operator cost in playground ( #3021 )
...
* remove upper limit restriction
* update validation
2023-02-14 12:13:19 +00:00
Fouad
d23fb366e4
update changelog and fix lint errors ( #3023 )
...
add unreleased tag into NC changelog
2023-02-14 10:46:10 +00:00
Bogdan-Ștefan Neacşu
3d500c25c5
Hide coconut runtime flags ( #2990 )
2023-02-14 11:58:04 +02:00
Fouad
9348722b84
Feature/nym connect pick a gateway ( #3008 )
...
* Add new route and initial UI
* allow IdentityKeyFormField to have a small size option
* add disabled prop to the shared IdentityKeyFormField component
* defined custom gateway type
* use custom gateway in state
* set and validate custom gateway in settings page
* validate user gateway when moving away from page
* use storage
* hide gateway input when inactive
* add explorer link to settings page
2023-02-13 22:47:48 +00:00
Fouad
726a406797
update add account instructions ( #2981 )
...
* update add account instructions
2023-02-13 10:55:53 +00:00
Fouad
4652d65874
Update password strength checking ( #2994 )
...
* use zxcvbn password strength checker
* prevent user from proceeding with a weak password + add tips
* create storybook for password strength component
* update storybook
* update password-strength
2023-02-13 10:27:04 +00:00
Fouad
a4ca94ccef
dont force user to copy mnemonic ( #2992 )
...
* dont force user to copy mnemonic
* add title to mnemonic page
2023-02-13 10:26:37 +00:00
Dave Hrycyszyn
24839770ff
Fixing Cargo.lock to include updated version of nym-api
2023-02-08 16:54:09 +00:00
Dave Hrycyszyn
7ac3ec3598
Merge branch 'release/v1.1.9'
2023-02-08 16:21:57 +00:00
Dave Hrycyszyn
77ae71eba4
Changelog bump to trigger nym-connect build
2023-02-08 16:15:33 +00:00
Dave Hrycyszyn
d4b836277e
Merge branch 'release/v1.1.9'
2023-02-08 16:04:49 +00:00
Dave Hrycyszyn
b92ee84874
Building the SDK package and only selected examples
2023-02-08 15:56:30 +00:00
pierre
2eb0ce381a
fix(nym-connect): lint errors
2023-02-08 16:36:00 +01:00
Jon Häggblad
9f42f0152b
Merge branch 'release/v1.1.9'
2023-02-08 13:27:32 +01:00
Dave Hrycyszyn
5217edcca3
Changelog tweaks
2023-02-08 13:14:12 +01:00
joeiacono2021
e306effdac
Merge branch 'release/v1.1.9' of https://github.com/nymtech/nym into release/v1.1.9
2023-02-08 13:14:12 +01:00
joeiacono2021
dc2b1c6d2a
changelog changes for release 1.1.9
2023-02-08 13:14:12 +01:00
Jon Häggblad
4232801e80
changelog: add note about fix for unexpected shutdown
2023-02-08 13:14:12 +01:00
Fouad
96df3ad4ce
Feature/nym connect health status frontend ( #2969 )
...
* filter services on rust side by gateway performance
* format rust code
* create events hook
* use events hook
* remove unused component
remove unused component
update prop names in svg
* display errors in connected screen when needed
update failed health check message
2023-02-08 13:14:12 +01:00
Fouad
d614a2b81b
link owner field to ng explorer ( #2970 )
...
* link owner field to ng explorer
2023-02-08 13:14:12 +01:00
Fouad
d27245e184
filter services on rust side by gateway performance ( #2966 )
...
* filter services on rust side by gateway performance
* update changelog for NC
2023-02-08 13:14:12 +01:00
Mark Sinclair
5dbfcadfdb
GitHub Actions: fix up build-and-upload-binaries-ci.yml
2023-02-08 13:14:12 +01:00
Jędrzej Stuczyński
035dada0e0
introduced '/circulating-supply/total-supply-value' and '/circulating-supply/circulating-supply-value' endpoints ( #2965 )
2023-02-08 13:14:12 +01:00
Mark Sinclair
1d867156e3
Update build-and-upload-binaries-ci.yml
2023-02-08 13:14:12 +01:00
Mark Sinclair
ed9be47ec4
Update build-and-upload-binaries-ci.yml
2023-02-08 13:14:12 +01:00
Mark Sinclair
3aa2e6c54d
Update build-and-upload-binaries-ci.yml
2023-02-08 13:14:12 +01:00
Mark Sinclair
eb96fc72b9
GitHub Actions: add action to build and upload binaries to CI server
2023-02-08 13:14:12 +01:00
Jon Häggblad
59cec6f03c
Don't drop in mixnet connection handlers ( #2963 )
2023-02-08 13:14:12 +01:00
Fouad
c0a0d89a90
NymConnect - Add button animations ( #2950 )
...
* add button animations
* pulse and disable button on connecting/disconnecting status
* update button component story
* disabled hover on connecting/disconnecting
* add transition delay
fix up overflow
2023-02-08 13:14:12 +01:00
Jędrzej Stuczyński
362e7f2fea
Added an option to set custom 'host' for the native client ( #2939 )
...
* Added an option to set custom 'host' for the native client
* Changelog entry
2023-02-08 08:59:48 +01:00
Pierre Dommerc
eeba17a01f
build(nc-android): prepare for apk release ( #2943 )
...
* chore(nc-android): prepare for production build
* refactor(nc-android): remove dead code
* feat(nc-android): update native color theme
* feat(nc-android): update native color theme
* build(nc-android): fix rfd version issue
* build(nc-android): fix dist dir no such file error
* fix(nc-android): post rebase changes
2023-02-08 08:59:48 +01:00
Bogdan-Ștefan Neacşu
3bc7f281b4
Fix typo during merge back to develop ( #2956 )
2023-02-08 08:59:48 +01:00
cgi-bin/
5a89e894a9
typo: electrum ( #2954 )
2023-02-08 08:59:48 +01:00
farbanas
8dbddb7b7e
fix: formatting
2023-02-08 08:59:48 +01:00
farbanas
b62c969a7c
fix: wrong parameter type for addresses in generator commands (should be AccountId instead of String)
2023-02-08 08:59:48 +01:00
Fran Arbanas
5d10e62450
Update CHANGELOG.md
2023-02-08 08:59:48 +01:00
Jon Häggblad
21e636616d
Merge tag 'nym-binaries-v1.1.8' into develop
2023-02-08 08:25:24 +01:00
farbanas
9881a94757
bumped nym-api version
nym-binaries-fix
2023-02-03 15:12:18 +01:00
Jędrzej Stuczyński
76b07d487b
introduced '/circulating-supply/total-supply-value' and '/circulating-supply/circulating-supply-value' endpoints ( #2965 )
2023-02-03 13:37:55 +00:00
farbanas
f04fc452dc
Merge branch 'release/v1.1.8' of github.com:nymtech/nym into release/v1.1.8
nym-binaries-v1.1.8
nym-connect-v1.1.8
2023-01-31 14:05:53 +01:00
farbanas
be90d03129
changelog cleanup
2023-01-31 14:01:25 +01:00
Bogdan-Ștefan Neacşu
0a3e42700c
Fix vote soft error everywhere ( #2941 )
2023-01-31 14:58:47 +02:00
joeiacono2021
55d554701c
Merge branch 'release/v1.1.8' of https://github.com/nymtech/nym into release/v1.1.8
2023-01-31 12:55:09 +00:00
joeiacono2021
19c4769260
Changelog Updates for RELEASE 1.1.8 on 31/01
2023-01-31 12:54:55 +00:00
farbanas
71aadc8e1b
update versions for the release v1.1.8
2023-01-31 13:44:41 +01:00
Fouad
95340b5817
Feature/nym connect new UI ( #2916 )
...
* reduce window size
* use new highlight color
* use react router
* render new routes
* remove old help page
* render app routes
* update connection status UI
* remove service provider info
* remove unneeded additional step
* render title from route
* experimental warning as component
* render connection page
* nym-connect: connectivity status improvements (#2915 )
* connect: keep track of connectivity state
* nym-connect: query connection state
* nym-connect: function for kicking of the health check task
* rustfmt
* nym-connect: extract out into function
* nym-connect: extract out events.rs
* add app version to menu page
* help page content and style updates
* update guide content
* use layout component on disconnect page
* handle gateway issues
* only show info modal once after connecting
* power button colors
* update stories and button colors
---------
Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com >
2023-01-31 11:39:38 +00:00
Pierre Dommerc
dc2b25f152
fix(nc-android): panic on socks5 client connect ( #2929 )
2023-01-31 12:08:57 +01:00
Tommy Verrall
12751665bb
white space
2023-01-31 09:14:56 -01:00
Tommy Verrall
01b86bcc0d
updating qwerty contract addresses
2023-01-31 07:39:18 -01:00
Bogdan-Ștefan Neacşu
c6ce8caaf7
Feature/fix soft multisig error ( #2938 )
2023-01-30 18:44:45 +02:00