fmtabbara
8ee3ec2f4e
replace yarn with pnpm
2024-07-18 12:32:50 +01:00
import this
3ad3837c87
done: fix wrong URL and picture formatting ( #4714 )
2024-07-17 10:47:41 +00:00
import this
4d745e3b7e
[DOCs/operators]: Correct ports for bonding ( #4707 )
...
* fix port issue for nym-node mixnode
* fix port issue for nym-node mixnode
* simplify language
* clarify moving node info
* syntax fix
2024-07-16 14:00:38 +00:00
Sachin Kamath
3a053b8dd6
fix links ( #4712 )
2024-07-15 18:06:56 +02:00
Bogdan-Ștefan Neacşu
1f144690da
Add upgrades to nym-node for authenticator changes ( #4703 ) ( #4710 )
...
* Add iterative upgrades to nym-node
* Authenticator correct configuration
* Add info log
* Enable auth opts on entry gw
* Move ephemeral config from exit_gateway
* Fix fmt
* Fix clippy
* Pass custom transceiver for authenticator
* Fix non-linux build
* Feature gate wg_api
* Change naming from semver to simple incremental
* Move opts unwrap inside the mutable function
* Remove unneeded authenticator_description
2024-07-12 14:45:59 +02:00
Tommy Verrall
eec1895acc
Merge pull request #4709 from nymtech/dependabot/npm_and_yarn/nym-wallet/webdriver/braces-3.0.3
...
Bump braces from 3.0.2 to 3.0.3 in /nym-wallet/webdriver
2024-07-12 12:14:04 +02:00
dependabot[bot]
99864cb7a9
Bump braces from 3.0.2 to 3.0.3 in /nym-wallet/webdriver
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-12 09:09:14 +00:00
Fouad
3155728119
fix explorer mui deps ( #4708 )
2024-07-12 10:08:29 +01:00
Sachin Kamath
65a1d6d91e
switch to new vanity link ( #4705 )
2024-07-11 13:04:56 +01:00
mx
44cf9b054b
Max/dev portal update ( #4696 )
...
* updated tutorials with archive + stub
* removed out of date faq pages
* added binary build instructions section
* removed clients from docs
* added clients to devportal
* moved nym-vs-others to docs from devportal
* removed ood quickstart stuff
* tweaked integration options page
* summary changes for new structure
* moved sdk to devportal
* removed sdk from docs
* changed summary file for new structure
* added intro client overview page
* added wallet gif
* fixed now broken links
* removed old comm pages
* added references to newer apps (oreowallet + zcash demo)
* updated darkfi irc socks5
* fixed broken link
---------
Co-authored-by: mfahampshire <mfahampshire@pm.me >
2024-07-10 13:54:13 +02:00
Tommy Verrall
39e2473ef3
Merge pull request #4702 from nymtech/release/2024.7-doubledecker
...
Release/2024.7 doubledecker
2024-07-10 13:25:11 +02:00
import this
93a108863c
add node description and release changelog ( #4701 )
2024-07-10 10:59:47 +00:00
import this
0905593123
[DOCs/operators]: Test WSS for exit-gateway, write a tutorial & update reversed proxy page ( #4694 )
...
* initialise wss guide
* update reverse proxy guide to post smoosh
* finish draft - missing correct script and testing
* syntax edit
* syntax edit
* update WSS configs and script
* edit WSS configs and script
* dinish wss guide - ready to review
* dinish wss guide - ready to review
2024-07-10 10:59:22 +00:00
Tommy Verrall
ed9223d5a3
Merge branch 'develop' into release/2024.7-doubledecker
2024-07-10 11:46:21 +02:00
Tommy Verrall
962684ff56
Merge pull request #4667 from nymtech/feature/authenticator
...
Add authenticator
2024-07-10 10:14:58 +02:00
Tommy Verrall
7b3804c078
Merge pull request #4697 from nymtech/event-parsing
...
add event parsing to support cosmos_sdk > 0.50
2024-07-10 09:55:43 +02:00
Sachin Kamath
170f1823e1
fix tests
2024-07-09 21:54:57 +05:30
Sachin Kamath
dc2020559a
parse attributes from events instead of raw logs
2024-07-09 21:24:58 +05:30
Tommy Verrall
2b9444cce3
add an early return in parse_raw_str_logs for empty raw log strings.
...
this accommodates for the v50 chain upgrade
2024-07-09 20:36:36 +05:30
Bogdan-Ștefan Neacşu
68c1c068ac
Add old config upgrade flow
2024-07-09 09:16:00 +00:00
Drazen Urch
3d0b70a237
Add mixnodes to self describing api cache ( #4684 )
...
* Add mixnodes to self describing api cache
* Use NodeRole enum
* Add route for described mixnodes
* Cleanup contract_cache
* Remove nodestatuscache
* wait_until_ready impl
2024-07-09 10:54:48 +02:00
Bogdan-Ștefan Neacşu
65a6edc78c
Add authenticator debug to entry gateway config
2024-07-08 11:00:53 +00:00
Sachin Kamath
2ec8349897
update social links ( #4695 )
...
* replace vanity link
* fix links
2024-07-05 14:19:09 +00:00
Bogdan-Ștefan Neacşu
38a2d94f80
Fix clippy
2024-07-05 11:36:15 +00:00
Bogdan-Ștefan Neacşu
c7fa910516
Fix add of req id
2024-07-05 10:36:18 +00:00
Bogdan-Ștefan Neacşu
2fe08274dd
Add another layer for request id field
2024-07-05 10:20:56 +00:00
mx
be89d848dc
Max/try fix doc search ( #4692 )
...
* minimised dropdown bar
* update ci scripts
* theme changes to dev portal
* theme changes to operators
* theme changes to docs
* theme -> themes
* fixed theme -> themes import in book
* removed bak files
* remove logging from post_process + remove search feature from mdbook
---------
Co-authored-by: mfahampshire <mfahampshire@pm.me >
2024-07-05 12:19:14 +02:00
Bogdan-Ștefan Neacşu
a230a9b8b9
Merge remote-tracking branch 'origin/develop' into feature/authenticator
2024-07-05 09:57:48 +00:00
Bogdan-Ștefan Neacşu
72eae7cdf3
Remove stale mid-registrations
2024-07-05 09:38:17 +00:00
Bogdan-Ștefan Neacşu
7cae195370
Typo
2024-07-05 07:54:29 +00:00
Bogdan-Ștefan Neacşu
dfb16e385c
Rand from workspace
2024-07-05 07:53:33 +00:00
Bogdan-Ștefan Neacşu
660e1cad0a
Reconstruction msg
2024-07-04 14:26:37 +00:00
Bogdan-Ștefan Neacşu
7c1aa57a7e
Add curr version
2024-07-04 14:15:25 +00:00
Bogdan-Ștefan Neacşu
a06e496f78
Add final req creation
2024-07-04 13:54:13 +00:00
Jon Häggblad
70599b97b9
Send bandwidth status messages when connecting ( #4691 )
...
* Send bandwidth status messages when connecting
* Rename to task_client
* Move status message type to bandwidth controller
2024-07-04 13:10:16 +02:00
Bogdan-Ștefan Neacşu
02b194bde0
Function to create AuthReq
2024-07-04 10:40:53 +00:00
Bogdan-Ștefan Neacşu
20ec049db5
Remove more unnecessary structures
2024-07-04 09:41:17 +00:00
Tommy Verrall
ebac4e8564
Update ci-build-upload-binaries.yml
nym-binaries-v2024.7-doubledecker
2024-07-04 09:57:37 +02:00
benedettadavico
da81664729
update versions and changelog
2024-07-04 09:36:09 +02:00
Bogdan-Ștefan Neacşu
fec3d46b33
Include auth in self description
2024-07-03 13:50:44 +00:00
Bogdan-Ștefan Neacşu
a4eb3a7dbf
Named fork for better logging
2024-07-03 13:03:32 +00:00
Bogdan-Ștefan Neacşu
28d15f2c4f
Remove unused import
2024-07-03 11:28:09 +00:00
Jon Häggblad
6078787daa
Remove constructor since it's weakly typed ( #4689 )
2024-07-03 12:26:47 +02:00
Jon Häggblad
6d93f36c82
Fix NR config compatibility ( #4690 )
...
* Make NR able to read config with old keys in
We removed stuff related to the old statistics service, so we ignore
unknown fields to be nice to our users
* Remove deleted config keys from NR template
2024-07-03 12:10:41 +02:00
Bogdan-Ștefan Neacşu
c6f93e38f5
Remove unused post function
2024-07-03 09:34:03 +00:00
Bogdan-Ștefan Neacşu
2159f71888
Fix wg feature
2024-07-03 09:04:01 +00:00
Bogdan-Ștefan Neacşu
a9abea3446
Fix macos build
2024-07-03 08:27:10 +00:00
Bogdan-Ștefan Neacşu
8e2713c9ba
Remove unwrap
2024-07-03 08:21:58 +00:00
Bogdan-Ștefan Neacşu
2ba0ef0e35
Remove unused wg http endpoint
2024-07-02 14:09:34 +00:00
Bogdan-Ștefan Neacşu
d3713cbc79
Fix user agent arg
2024-07-02 16:40:11 +03:00