Jędrzej Stuczyński
9a68702d4d
Feature/config refactor ( #3498 )
...
* revamping mixnode connfig
* wip
* native client config revamping
* wip
* building socks5
* using const for mixnnode config template
* compiling updated gateway
* nym-api
* nym-sdk
* everything compiling once more
but definitely not compatible with CI and older versions (yet)
* creating full directory structure on init
* renamed paths to storage_paths and fixed mixnode template
* mixnode config migration
* gateway config migration
* nym-api config migration
* native client config migration
* socks5 client config migration
* NR config migration
* removed deprecations (that will be resolved in the following PRs) + fixed clippy
* nym-connect clippy
* nym-connect config updates
* outfox fixes
* defined socks5 lib config
* clippy
* fixed wasm client build
* removed explicit packet_type argument when starting base client
it's known implicitly from the previously passed config struct
* Empty commit
* fixed re-using gateway information when client configs are re-initialised
* fixed borrowing id value in nym-connect
* post-rebase fixes
* updated 'old_config' versions
---------
Co-authored-by: Tommy Verrall <tommy@nymtech.net >
2023-06-07 17:06:35 +01:00
Drazen Urch
bc5198768e
Push traces to jaeger ( #3522 )
...
* Push traces to jaeger
* Remove default feature
* Update toolchain
2023-06-07 17:32:26 +02:00
Jon Häggblad
892653cd96
Remove gateway from detailed service provider type
2023-06-07 14:09:13 +02:00
Jon Häggblad
a7471ef324
Replace fold with collect
2023-06-07 14:06:12 +02:00
fmtabbara
403141c1f5
add tooltip to sp routing score
2023-06-07 12:22:59 +01:00
fmtabbara
d8c82bf6d0
use default sort order
2023-06-07 12:05:32 +01:00
fmtabbara
dd86ba36dd
use default success ping time - 120 mins
2023-06-07 11:56:44 +01:00
Tommy Verrall
42acbfe806
Update build-and-upload-binaries-ci.yml
...
temp use rust version 1.69.0 for ci build uploads, will need to switch and use: cosmwasm/rust-optimizer in the near future
2023-06-07 11:24:53 +02:00
farbanas
7c55483585
Merge branch 'master' into develop
2023-06-07 10:43:11 +02:00
fmtabbara
0320220219
refactor
2023-06-06 22:56:13 +01:00
fmtabbara
e32ee2ccf3
add service-type and routing-scores to sps + allow sorting on routing scores
2023-06-06 22:45:09 +01:00
fmtabbara
b8ca1762c2
allow sp routing score to be undefined
2023-06-06 22:45:07 +01:00
pierre
d1e9fcf03a
make routing score optional
2023-06-06 16:44:17 +02:00
pierre
303a774378
add some logs
2023-06-06 15:25:29 +02:00
pierre
c9ca71f47b
wip
2023-06-06 14:50:25 +02:00
pierre
92faf1e3d5
wip
2023-06-06 14:22:52 +02:00
fmtabbara
e509989ac3
wip
2023-06-06 10:04:50 +01:00
farbanas
c04cc9a4cf
Merge branch 'release/v1.1.20'
nym-wallet-v1.2.4
nym-binaries-v1.1.20
2023-06-06 10:54:17 +02:00
farbanas
17258d1445
updated locks and versions bumped
2023-06-06 10:35:42 +02:00
farbanas
8f3d7606f5
bump crate versions
2023-06-06 10:07:06 +02:00
farbanas
fd97f0e8ca
update changelogs and version for release
2023-06-06 10:00:11 +02:00
Jędrzej Stuczyński
d4ce1635a8
Fixed incorrect assertion when sending replies ( #3515 )
2023-06-05 14:36:44 +01:00
Jędrzej Stuczyński
2bc564ad01
updating managed keys after gateway registration ( #3514 )
2023-06-05 14:09:28 +01:00
Tommy Verrall
5910bcbc02
Update build-and-upload-binaries-ci.yml
...
add the service provider and name service contract to build output
2023-06-05 14:49:49 +02:00
Tommy Verrall
8c63fe9d0d
Merge pull request #3507 from nymtech/jon/feat/reduce-shutdown-timeout-in-socks5
...
Reduce SHUTDOWN_TIMEOUT to 3 sec
2023-06-05 10:30:34 +01:00
Pierre Dommerc
6e5a1973da
fix(wallet): fix bonding data refresh ( #3499 )
2023-06-05 11:07:23 +02:00
Pierre Dommerc
1aa11887aa
fix(wallet): fix bonding data refresh ( #3499 )
2023-06-05 11:05:25 +02:00
Jon Häggblad
07740cbf08
Reduce SHUTDOWN_TIMEOUT to 3 sec
...
Can't think of a scenario where we don't want to close one at the same
time as the other, but let's be conservative and keep it a very low
number for now.
2023-06-05 10:42:38 +02:00
Jon Häggblad
87cb8a6b20
Sign when announcing service providers to the directory contract ( #3459 )
...
* create_payload and call from nym-cli
* Remove some commented out code
* wip
* Service announce now compiles
* Fix other compilation issues
* Move ServiceDetails into Service
* Move service_id inside Service type
* wip: start sorting out tests
* wip: sorting out testing
* wip: first announce test now works
* wip: more work on announce test
* Move nonce
* Add check for nonce
* Extract out some helpers to separate files
* reenable state::services tests
* wip: start going through the integration tests
* All integration tests reenabled
* Remove some unused stuff
* Iterate on integration tests
* More iteration on test setup
* Rename to test_setup.rs
* Add more tests specific to signing
* Tweak
* Another nonce test and reorg
* Rename to announce.rs and delete.rs
* Tidy
* Make some inner modules private
* Use IdentityKey alias
* Update nym-api contract cache
* Fix that nym-cli was asking for signing nonce from wrong contract
* Add sign comment to network-requester
* Uploaded updated service provider contract to qwerty
* Allow large enum variant
* lock files
* Remove dbg
* Move error.rs to service-provider common
* Update code for moving errors.rs to common crate
* Rename to SpContractError
* constants module not pub
* lock file
* rustfmt
* Move IdentityKey type to contract-common
* clippy
2023-06-05 10:32:58 +02:00
Jon Häggblad
2977b8f25f
Fix clippy for 1.70 ( #3505 )
2023-06-05 08:54:18 +01:00
pierre
9ae4fd04ac
ci(ns5-android): fix workflow
2023-06-02 15:44:39 +02:00
pierre
4470969bec
ci(ns5-android): update workflow to create GH release
2023-06-02 14:49:14 +02:00
pierre
1a4c3a7709
chore(ns5-android): add app metadata for listing
2023-06-02 14:19:17 +02:00
Pierre Dommerc
99b31920d5
fix(ns5-android): make lib calling callbacks ( #3496 )
2023-06-02 13:59:10 +02:00
mx
019b3299f2
Merge pull request #3435 from Pawnflake/release/v1.1.19
...
mixnode documentation update
2023-06-02 09:40:50 +00:00
mx
d684957423
Update documentation/docs/src/nodes/mix-node-setup.md
...
Co-authored-by: ⚡ ️2FakTor⚡ ️ <twofaktor@protonmail.com >
2023-06-02 09:20:56 +00:00
mx
cb4eda4c62
Update documentation/docs/src/nodes/mix-node-setup.md
...
Co-authored-by: ⚡ ️2FakTor⚡ ️ <twofaktor@protonmail.com >
2023-06-02 09:20:42 +00:00
mx
ac5f380ee2
Merge pull request #3485 from nymtech/feature/docs-1-1-20
...
removing hardcoded version numbers
2023-06-02 09:20:10 +00:00
mx
4e278ca07d
reintroduced hardcoding for links for moment
2023-06-02 10:52:28 +02:00
mx
cd6a725875
Merge pull request #3493 from twofaktor/patch-1
...
[BUG] network requester documentation update
2023-06-02 08:42:20 +00:00
pierre
62ccb6b4cd
build(ns5-android): add product flavors config
2023-06-01 19:20:32 +02:00
pierre
365e0134b4
build(nc-native-android): clean build script
2023-05-31 17:31:24 +02:00
⚡️2FakTor⚡️
d5514a060c
Update network-requester-setup.md
2023-05-31 15:22:11 +02:00
pierre
8432c30f6c
build(nc-native-android): add gradle build universal apk
2023-05-31 14:20:49 +02:00
pierre
c2764f90b3
ci(nc-native-android): update github workflow to build unsigned apks
2023-05-31 13:14:44 +02:00
mx
958b6d37ee
Merge pull request #3481 from twofaktor/patch-1
...
[BUG] network requester documentation update
2023-05-30 14:40:33 +00:00
mx
5e36bb014c
removing hardcoded versoin numbers
2023-05-30 16:10:15 +02:00
⚡️2FakTor⚡️
8d821881ae
Update network-requester-setup.md
2023-05-30 14:48:51 +02:00
mx
fca9761145
Merge pull request #3141 from nymtech/chore/update-community-links-in-readme
...
updated readme with new developer chat links + new docs links
2023-05-30 12:05:14 +00:00
mx
11481e4d13
Merge branch 'release/v1.1.20' into chore/update-community-links-in-readme
2023-05-30 12:04:45 +00:00