Jon Häggblad
24b9b17e64
Add a few more nym- crate prefixes ( #3158 )
...
* Add nym- to socks5-prefixes crate
* Update imports
* rustfmt
* Add nym-socks5 prefix to proxy-helpers crate
* rustfmt
* Add nym prefix to ordered-buffer crate
* rustfmt
* Add nym prefix to service-providers-common crate
* rustfmt
* Add nym prefix to dkg crate
* Add nym prefix to credentials crate
* rustfmt
* fix build fail in tests
2023-03-08 11:56:29 +01:00
farbanas
cb24a08b06
Merge branch 'master' into develop
2023-03-07 15:22:49 +01:00
farbanas
03e082725e
chore: update changelogs for release
2023-03-07 14:30:38 +01:00
farbanas
3e3307887e
chore: bumped versions for release
2023-03-07 14:19:45 +01:00
Jon Häggblad
3506020e55
Update Cargo.lock ( #3152 )
2023-03-07 09:57:09 +01:00
Drazen Urch
8288d38257
Audit fixes ( #2922 )
...
* oak-2
* oak-8
* oak-13
* oak-15
* oak-18
* Minor clippy nit
* 2023-01-13-OAK-6
* 2023-01-13-OAK-3
* 2023-01-13-OAK-13
Implemented via direct dependency on cw2 and calling the appropriate code on migration
* Removed few instances of password being unecessarily copied
* 2023-01-13-OAK-10
* 2023-01-13-OAK-12
* 2021-09-13-JP-S-NYM-02
* 2021-09-13-JP-S-NYM-03
* Removed further instances of needlessly copying the mnemonic
* 2021-09-13-JP-O-PROT-03
* 2021-09-13-JP-S-NYM-01*
*: we still have one vulnerability on 'time' pulled from chrono via sqlx. However, apparently its usage is fine... Having said that, I'd still recommend removing all dependencies on chrono, but this will require some database migrations...
* 2023-01-13-OAK-11 (#3009 )
* wip
* Introducing the concept of starting epoch transition in `nym-api`
* split epoch operations into multiple files
* epoch operation failure recovery
* sending rewarding transactions in correct order
* tests and fixes due to epoch state progression
* lint
* missed rebasing import changes
* Setting cw2 contract version during first migration run
* calling 'reconcile_epoch_events' at least once
* Made message to BeginEpochTransition more consistent with other variants
* Merge layer assignment updates
---------
Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com >
2023-03-03 14:15:38 +00:00
Fouad
ccf5990bc7
update selected service provider description style ( #3128 )
2023-03-01 16:22:52 +01:00
farbanas
63524eceff
fix: update versions of the latest release in changelogs from 1.0.11 to 1.1.11
2023-03-01 11:06:40 +01:00
farbanas
158e3cb073
Merge branch 'master' into develop
2023-02-28 17:09:58 +01:00
farbanas
36fb0eba29
Update versions as part of release/v1.1.11
2023-02-28 13:53:14 +01:00
farbanas
1b37e85418
Update changelogs as part of release/v1.1.11
2023-02-28 13:43:32 +01:00
fmtabbara
bdcc19e86a
PR update
2023-02-27 15:33:54 +00:00
fmtabbara
7929bac685
turn off user defined SP address is input it empty
2023-02-27 14:20:16 +00:00
fmtabbara
ec23f3dcb7
disable input when connected
...
fix lint errors
2023-02-27 11:28:38 +00:00
fmtabbara
9644eb4329
pick service provider
2023-02-27 11:28:38 +00:00
fmtabbara
7a4c6e4ed4
storage type
...
update types
2023-02-27 11:28:36 +00:00
fmtabbara
d5ad504104
reuseable storage functions
2023-02-27 11:28:36 +00:00
Tommy Verrall
d684f6d7ae
Merge pull request #3099 from nymtech/feature/nym-connect-select-sp
...
NymConnect Select a service provider
2023-02-27 12:26:00 +02:00
Pierre Dommerc
7e1e86bc77
build(nc-mobile): prepare for fdroid inclusion ( #3102 )
...
* ci(nc-android): remove uneeded deps
* chore(nc-mobile): improve android build
* ci(nc-mobile): remove useless system deps
* ci(nc-mobile): remove useless system deps
* Revert "ci(nc-mobile): remove useless system deps"
This reverts commit 011db2c58e .
* ci(nc-mobile): restore uneeded sys deps (<3 debian based distro)
2023-02-24 14:06:41 +01:00
fmtabbara
6d29774744
style tweaks
2023-02-23 22:57:21 +00:00
fmtabbara
af6bab7703
fix lint error
2023-02-23 17:40:39 +00:00
fmtabbara
7033f92d82
add UI for picking service provider
2023-02-23 17:33:03 +00:00
Jędrzej Stuczyński
128dfa6d81
Feature/latency based gateway selection ( #3081 )
...
* wip
* new option to select gateways based on latency
* further changes for wasm-compatibility
* post rebase fixes + clippy
I know, I should have probably included them properly during rebasing ¯\_(ツ)_/¯
* android change
* wasm: the gift that keeps on giving
2023-02-23 17:09:22 +00:00
Jon Häggblad
2f2dfff53d
Add nym prefix to a few more crates ( #3092 )
...
* Add nym- prefix to execute crate
* Add nym- prefix to nonexhaustive-delayqueue
* Add nym- prefix to config crate
* Update imports
* Update more module paths
* rustfmt
* Add nym- prefix to statistics-common
* Update explicit module paths
* rustfmt
2023-02-23 10:01:46 +01:00
Jon Häggblad
20c77e6987
Update Cargo.lock files after release bumping versions
2023-02-22 23:00:06 +01:00
farbanas
630b1259d1
Merge branch 'master' into develop
2023-02-22 14:57:44 -05:00
Pierre Dommerc
ae56d3685c
refactor(nym-connect): new file structure ( #3082 )
...
* refactor(nc-android): move nc android into mobile/nym-connect
rename the android app ID to "nym_connect"
* chore(nc-mobile): restore dist directory
* fix: typo
* chore: restore gitkeep
* chore: track Cargo.lock
* ci: trigger ts lint workflow on pull request
* refactor(nym-connect): new structure
move temp mobile version under nym-connect-new/mobile
* refactor(nym-connect): new structure
move temp desktop version under nym-connect-new/desktop
* refactor(nym-connect): new structure
rename nym-connect-new to nym-connect
* refactor(nym-connect): new structure
restore lost .gitkeep
* refactor(nym-connect): new structure
restore lost .gitkeep
* fix(nym-connect-desktop): broken relative paths
* fix(nym-connect-mobile): add todo comment about broken deps
* ci(nym-connect): fix relative paths
* ci(nym-connect): rename workflow
2023-02-22 17:01:46 +01:00
farbanas
9912e445a4
docs: updated changelogs in preparation for release
2023-02-21 07:53:08 -05:00
farbanas
02397832f4
chore: updated versions as part of preparation for release v1.1.10
2023-02-21 07:44:03 -05:00
farbanas
03fa8c17d7
docs: minor cleanup changes to changelog
2023-02-21 07:32:39 -05:00
Jon Häggblad
b1121dabb9
Merge 4 tiny crates into nym-bin-common ( #3065 )
...
* Rename to bin-common
* Merge into new crate
* Merge 3 crates into bin-common
* WIP
* Move build.rs to the correct place
* regex nym_bin_common
* regex nym_bin_common::build_information
* regex nym_version_checker
* Update some explicit mod paths
* Makefile: add nym-connect-android
* Additional fixes
* rustfmt
* Update crate metadata
* Move completions crate into nym-bin-common
* Makefile: add examples
* Fix examples
* rustfmt
2023-02-21 11:30:23 +01:00
Jon Häggblad
46e2c74a98
Rename crate to nym-task ( #3064 )
...
* Rename to nym-task
* Update imports to use nym_task
* Update to nym_task in explicit module prefix
* Touchups and rustfmt
* rustfmt
* crate metadata
* fix nym-connect-android
2023-02-20 21:55:29 +01:00
Jon Häggblad
fede9cc194
Add nym prefix to topology and version checker crates ( #3061 )
...
* Rename crate to nym-topology
* Rename crate to nym-version-checker
* Remove unused topology
* rustfmt
2023-02-20 17:05:08 +01:00
pierre
9a43595e04
refactor(nc): fix lint errors
2023-02-20 15:10:59 +01:00
Fouad
dafb69d2d6
Feature/nym connect logs in app ( #3045 )
...
* remove menu bar
* create log view toggle function
* update routes
* update changelog
* fix clippy error
2023-02-16 16:15:53 +01:00
Jon Häggblad
4844ac953a
rename crypto to nym-crypto
2023-02-15 16:13:53 +01:00
Jon Häggblad
aab094984e
contracts: add nym- prefix to mixnet and vesting package names
2023-02-15 16:13:53 +01:00
farbanas
e41a59fddc
merge resolve
2023-02-14 07:50:47 -05:00
farbanas
3c97d0d16b
Updated changelogs
2023-02-14 07:28:59 -05:00
farbanas
bc55c10e19
bumped versions for release/v1.1.9
2023-02-14 07:18:03 -05:00
Fouad
d23fb366e4
update changelog and fix lint errors ( #3023 )
...
add unreleased tag into NC changelog
2023-02-14 10:46:10 +00: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
Dave Hrycyszyn
0238499e33
Changelog bump to trigger nym-connect build
2023-02-08 16:48:17 +00:00
pierre
1f8b373780
fix(nym-connect): lint errors
2023-02-08 16:48:17 +00:00
Dave Hrycyszyn
77ae71eba4
Changelog bump to trigger nym-connect build
2023-02-08 16:15:33 +00:00
pierre
2eb0ce381a
fix(nym-connect): lint errors
2023-02-08 16:36:00 +01:00
Jon Häggblad
037cd54573
Merge branch 'release/v1.1.9' into develop
2023-02-08 13:45:37 +01:00
joeiacono2021
dc2b1c6d2a
changelog changes for release 1.1.9
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
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