Mark Sinclair
2e8d318587
Merge pull request #3845 from nymtech/feature/fix_updater_url
...
Fix updater.json URL
2023-09-07 11:04:41 +01:00
serinko
c1076f81a6
Merge pull request #3857 from nymtech/feature/documentation/dev-portal/faq2
...
DOCS: dev-portal FAQ section
2023-09-07 09:06:27 +00:00
serinko
26507ee7d3
minor syntax correction
2023-09-07 10:58:38 +02:00
serinko
4677312cad
fixed ls command for unknown/allowed.list
2023-09-07 10:42:23 +02:00
serinko
07eddc8187
added link to faq to all intros
2023-09-07 10:34:59 +02:00
Mark Sinclair
3c482eff6e
Docs: add prod deploy settings
2023-09-06 18:08:56 +01:00
Mark Sinclair
2880049196
Revert "init"
...
This reverts commit 8d2e8b3d26 .
2023-09-06 18:08:17 +01:00
pierre
8d2e8b3d26
init
2023-09-06 18:36:01 +02:00
serinko
33bf344d63
initialized faq section, moved existing faqs, started general faq page
2023-09-06 14:09:48 +02:00
Jędrzej Stuczyński
2a87533b12
added 'open_proxy', 'enabled_statistics' and 'statistics_recipient' to NR config ( #3839 )
...
* added 'open_proxy', 'enabled_statistics' and 'statistics_recipient' to NR config
* Update template.rs
fixed missing quotation marks
2023-09-06 12:58:39 +02:00
Jon Häggblad
499fd8a91d
Fix clippy unused import ( #3848 )
2023-09-06 11:24:17 +02:00
Bogdan-Ștefan Neacșu
b3cd42de58
Fix updater.json URL
2023-09-05 18:46:57 +03:00
Mark Sinclair
e083bfcfe4
Docs: post process to adjust URLs in index.html files for hosting in subdirectories ( #3842 )
...
* Docs: post process output to fix paths so that many mdbooks can be served from sub-directories
* Prevent theme from being modified
* Upload docs to Vercel
* Post process docs
* Process local links
* Docs: only process `index.html` files from the root,
All other files have the correct relative paths to serve assets properly and link to files relatively.
---------
Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com >
2023-09-05 14:57:23 +01:00
Tommy Verrall
22c59be82c
Release/v1.1.30 twix ( #3836 )
...
* changed last vers. checkout to master
* corrected path of config
* make binaries executable
* docs: typescript.md - changing variables
* docs: rust.md - changing variables
* docs: vesting-contract.md - changing variables
* docs: mixnet-contract.md - changing variables
* docs: all variables changed
* operators: all variables finished
* dev-portal: mixnet-integration.md - variable changed
* dev-portal: faq.md - variable changed
* dev-portal: moredo.md up to date w NC default
* dev-portal: telegram.md - added banner & minor fix
* dev-portal: matrix.md - added banner
* PR finished - ready for review and merge
* removed all instances of platform_release_version var
* removed all instances of platform_release_version var
* changed version bumper script: removed platform_release_version references
* changed comment
* updating changelog and bumping versions
---------
Co-authored-by: serinko <97586125+serinko@users.noreply.github.com >
Co-authored-by: mfahampshire <maxhampshire@pm.me >
Co-authored-by: mx <33262279+mfahampshire@users.noreply.github.com >
Co-authored-by: benedettadavico <benedetta.davico@gmail.com >
2023-09-05 11:58:21 +02:00
Tommy Verrall
f17e7378f7
Merge pull request #3835 from nymtech/feature/vpn-dirs
...
feat: init vpn clients directories
2023-09-05 09:51:02 +02:00
pierre
1bb455675e
init dirs
2023-09-05 09:24:24 +02:00
Mark Sinclair
73076a2b26
Merge branch 'feature/gh-actions-hash-release' into develop
2023-09-04 20:49:54 +01:00
Jon Häggblad
1e1bf25514
gateway: disconnect inactive duplicate clients ( #3796 )
...
* gateway: disconnect inactive duplicate clients
* wip: see if we can switch to single ping at a time
* Finish reworking ping pong request flow
* Use workspace version of tokio
* Bundle active client channels into struct
* Fix typo
2023-09-04 16:41:58 +02:00
Mark Sinclair
4df29535dc
Use Node16 as that is all GitHub has
2023-09-01 23:42:06 +01:00
Mark Sinclair
6f08b60789
Remove workflow that is replaced by release-calculate-hash.yml
2023-09-01 22:14:02 +01:00
Mark Sinclair
9ec0f4a88e
Trigger workflow to hash files and create hashes.json
2023-09-01 22:12:11 +01:00
Mark Sinclair
6b4b7f5cdd
Custom GitHub Action to calculate hashes and auto-updater information for releases
2023-09-01 22:06:16 +01:00
Jon Häggblad
581cba9365
Merge pull request #3830 from nymtech/jon/nc-directory-error-handling
...
nym-connect directory error handling
2023-09-01 16:14:37 +02:00
Jon Häggblad
c7d99bb951
Update error enum name
2023-09-01 15:58:51 +02:00
mx
ee938e6a0c
Merge pull request #3736 from nymtech/feature/rust-sdk-tutorial-chain-querier
...
Feature/rust sdk tutorial chain querier
2023-09-01 13:52:34 +00:00
Jon Häggblad
00501f7073
rustfmt
2023-09-01 14:53:25 +02:00
Jon Häggblad
db80666271
Append gateway_id to to gateway client error type
2023-09-01 14:38:34 +02:00
mfahampshire
3f9fdac9ec
removed ref to send_str for send_message
2023-09-01 14:00:48 +02:00
mfahampshire
3257315676
tweaks
2023-09-01 13:24:01 +02:00
Jon Häggblad
2f874a66de
Split directory mod into gateways and services
2023-09-01 13:14:05 +02:00
Jon Häggblad
defbcea227
Fallback on last hour performance for gateways
2023-09-01 13:14:05 +02:00
Jon Häggblad
58f79a972c
More extensive error handling in NC directory
2023-09-01 13:14:05 +02:00
Jon Häggblad
de531d41ed
Merge pull request #3826 from nymtech/jon/fix-gateways-in-geoaware-routing
...
geo_aware_provider: fix too much filtering of gateways
2023-09-01 09:17:21 +02:00
Mark Sinclair
15df2cfbe5
Create release-calculate-hash.yml
2023-08-31 17:34:30 +01:00
Jon Häggblad
987401c320
Add one more gateway check when fetching in nym-connect
2023-08-31 15:35:39 +02:00
Jon Häggblad
81cbc48521
Remove unused
2023-08-31 15:18:43 +02:00
Jon Häggblad
8935eb125b
geo_aware_provider: fix too much filtering of gateways
2023-08-31 15:05:17 +02:00
Tommy Verrall
ca2aad778b
Merge pull request #3768 from nymtech/chore/enable-versioning
...
Chore/enable versioning
nyms5-android-v1.0
2023-08-31 11:53:22 +02:00
Tommy Verrall
584c902f93
Merge pull request #3809 from nymtech/feature/ncandroid-state
...
fix(nc-android): state sync cross ffi
2023-08-31 11:52:18 +02:00
Tommy Verrall
2b15d53f45
Merge pull request #3824 from nymtech/jon/explorer-client
...
Create explorer-client and use in geo aware provider
2023-08-31 10:55:20 +02:00
Tommy Verrall
ce98ce72d8
Merge pull request #3799 from nymtech/jon/network-requester-add-description-in-config
...
network-requester: add description to config
2023-08-30 12:33:42 +02:00
mfahampshire
5a8bad4503
Merge branch 'feature/rust-sdk-tutorial-chain-querier' of github.com:nymtech/nym into feature/rust-sdk-tutorial-chain-querier
2023-08-30 11:04:51 +02:00
mfahampshire
0e37084f34
updated client send method
2023-08-30 10:59:18 +02:00
Jon Häggblad
8af83ceac6
Add note about country to continent mapping
2023-08-30 09:57:56 +02:00
Jon Häggblad
ee6b6ecc7e
Create explorer-client and use in geo aware provider
2023-08-30 09:40:27 +02:00
mfahampshire
27a9557c7b
tweak
2023-08-29 17:22:59 +02:00
mfahampshire
c143fef912
tweaks to tutorial
2023-08-29 17:22:59 +02:00
mfahampshire
e7e48f0e53
added ide config to gitignore
2023-08-29 17:22:59 +02:00
mfahampshire
c62b344349
finished first pass at tutorial
2023-08-29 17:22:59 +02:00
mfahampshire
441fbf8255
added new pages for client and service /src/ files
2023-08-29 17:22:59 +02:00