-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merging Release/2023.4-galaxy (#4111) #4113
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added info on post_process.sh * added new pages * added new pages to summary * added new examples pages * update plugin * stripped down + added new links * added deprecation warning * smol reword * initialise operators update branch * update smoosh faq - two options * update smoosh faq - two options * correction based on feedback * correction based on feedback * update exit policy info * create legal region pages - us, swiss * add legal findings switzerland * add regions to SUMMARY.md * add regions to SUMMARY.md * syntax fix * syntax fix * add page license * syntax fix * fix based on feedback * Run embedded ip-forwarder in gateway * config handling * rustfmt * Fix test compilation * Remove hack * Proper config backwards compatibility * [mixnode] replace rocket with axum (#4071) * axum-equivalent mixnode http api routes * replaced all rocket routes with axum equivalents * removed '_axum' suffix from the routes * No need to show setup-ip-forwarder just yet * Update security disclosure process * unified native, socks5, NR client inits * combine client run args * moved to different submodule * putting no cover and fastmode to common args * removed the contracicting flag * Incorporate basic nym-node HTTP API (with swagger) to mixnodes (#4075) * basic nym-node router * loading legacy routes * dead code * config migrations * wasm lock * Rename to old_config_v1_1_31.rs * Update files to reflect new filename * Rename to nym-ip-packet-router * Rename to ip-packet-router directory * Fix missed rename in template * add exit policy implementation steps * add exit policy implementation steps * syntax fix * Big chunk of search replace to the new name * rustfmt * add exit policy implementation steps * ci: add workflow_dispatch to ci-nym-vpn-ui-rust * Set name to ci-nym-api-tests * replaced '--disable-sign-ext' with '--signext-lowering' when running wasm-opt (#3896) * replaced '--disable-sign-ext' with '--signext-lowering' when running wasm-opt + updated wasm-opt * updated wasm-opt used in CI * ci: iterate on ci-nym-vpn-ui-rust * ci: more iterate on ci-nym-vpn-ui-rust * ci: tidy ci-nym-vpn-ui-js * added examples pages * added notepad to gitignore file * added community examples * streamline integrations files * streamlined node types * add token economics paper info * added shipyard info * try change ifconfig.me -> icanhazip.com * tweak * Add nodejs wrapper for wasm sphynx client * Add mix-fetch for nodejs * Add hack for working with old nym gateways Signed-off-by: Sebastian Martinez <me@sebastinez.dev> * Polishing nodejs-client and mix-fetch-node Signed-off-by: Sebastian Martinez <me@sebastinez.dev> * add --with-exit-policy flag * change --host -> 146.70.170.3 * syntax fix * change --host to -4 https://ifconfig.me * print info on exit policy on embedded NR init (#4086) * ci: rename to ci-binary-config-checker * ci: rename cd-docs * ci: move nightly to ubuntu-20.04 * ci: sort out nightly wallet build * ci: nightly-build sed debug = false * ci: use macos-latest in nightly-build * ci: create nightly-nym-connect-desktop-build * finish exit gateway setup * Revert "Add hack for working with old nym gateways" This reverts commit 7129de4. To avoid breaking wss * add example setup-network-requester * fix: adding some polyfills to nodejs-client and mix-fetch During the merge of the nodejs-wasm-client there seems to be some losses, this commit makes nodejs-client and the nodejs mix-fetch work with the internal tools. Still looking into Tommys qa feedback. * spellcheck + table format fix * Fix the getRandomValue crypto polyfill issue Signed-off-by: Sebastian Martinez <me@sebastinez.dev> * Update mix-fetch-node to rc.3 Signed-off-by: Sebastian Martinez <me@sebastinez.dev> * add wss host setup * new directory structure for rust SDK docs * first draft of expanded rust stuff * ci: fix typo in workflow name * ci: switch nightly-build to github hosted windows-latest * remove ./ from SUMMARY.md * change syntax *binary* -> * change phrasing * change phrasing * add correct cmdrun auto flow * add reversed proxy ports * tweak * fixed broken link * admonish plugin upgrade * fix broken imports * tweak * updated import info * removed todo - checked dependency versioning * ci: change nightly-nym-wallet-build to windows-latest * ci: switch nightly-nym-connect-desktop-build to windows-latest * add smoosh link to intro * first pass at troubleshooting doc * first pass at helper messages * Github Actions: fix cd-docs * Github actions: remove deployment to website-dev * Update Cargo.lock * upgraded mdbook-admonish version * added code example to helpers * revert previous * Fix sdk publish action (#4088) * fix: sdk publish script The bash implementation used in the GitHub CI runner seems to have an issue with incrementing a variable with `(( COUNTER++ ))` while `(( COUNTER=+1 ))` works fine. * Add more sdk packages to workspace and normalize build sdk scripts * Disable workspaces in npm publish sdk Signed-off-by: Sebastian Martinez <me@sebastinez.dev> * Continue publishing even when it fails Signed-off-by: Sebastian Martinez <me@sebastinez.dev> --------- Signed-off-by: Sebastian Martinez <me@sebastinez.dev> * Add NodeJS mixFetch to version bump tool * Update SDK contract client * Release Typescript SDK to version 1.2.1 * Fix lint error * Fix lint error * added open proxies * fixed addr * ci: cargo clean before clippy in nightly build * Create IpForwarderService * on_message * Rename remaining places to ip packet router * send back to mixnet * rustfmt * Add RoutingMode enum * rustfmt * Take RoutingMode as argument * NYM_CLIENT_ADDR * Fix compilation on non-linux * Remove expect on NYM_CLIENT_ADDR * updated mdbook admonish assets * install admonish to all books * added links + typo fixes * add exit policy to existing NR * Bump mixnode version and update changelog --------- Signed-off-by: Sebastian Martinez <me@sebastinez.dev> Co-authored-by: mfahampshire <maxhampshire@pm.me> Co-authored-by: serinko <97586125+serinko@users.noreply.github.com> Co-authored-by: Jon Häggblad <jon.haggblad@gmail.com> Co-authored-by: Jędrzej Stuczyński <jedrzej.stuczynski@gmail.com> Co-authored-by: Raphaël Walther <raphael@nymtech.net> Co-authored-by: Raphaël Walther <48209673+raphael-walther@users.noreply.github.com> Co-authored-by: Tommy Verrall <60836166+tommyv1987@users.noreply.github.com> Co-authored-by: Sebastian Martinez <me@sebastinez.dev> Co-authored-by: mfahampshire <mfahampshire@protonmail.ch> Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com> Co-authored-by: mx <33262279+mfahampshire@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
added info on post_process.sh
added new pages
added new pages to summary
added new examples pages
update plugin
stripped down + added new links
added deprecation warning
smol reword
initialise operators update branch
update smoosh faq - two options
update smoosh faq - two options
correction based on feedback
correction based on feedback
update exit policy info
create legal region pages - us, swiss
add legal findings switzerland
add regions to SUMMARY.md
add regions to SUMMARY.md
syntax fix
syntax fix
add page license
syntax fix
fix based on feedback
Run embedded ip-forwarder in gateway
config handling
rustfmt
Fix test compilation
Remove hack
Proper config backwards compatibility
[mixnode] replace rocket with axum ([mixnode] replace rocket with axum #4071)
axum-equivalent mixnode http api routes
replaced all rocket routes with axum equivalents
removed '_axum' suffix from the routes
No need to show setup-ip-forwarder just yet
Update security disclosure process
unified native, socks5, NR client inits
combine client run args
moved to different submodule
putting no cover and fastmode to common args
removed the contracicting flag
Incorporate basic nym-node HTTP API (with swagger) to mixnodes (Incorporate basic nym-node HTTP API (with swagger) to mixnodes #4075)
basic nym-node router
loading legacy routes
dead code
config migrations
wasm lock
Rename to old_config_v1_1_31.rs
Update files to reflect new filename
Rename to nym-ip-packet-router
Rename to ip-packet-router directory
Fix missed rename in template
add exit policy implementation steps
add exit policy implementation steps
syntax fix
Big chunk of search replace to the new name
rustfmt
add exit policy implementation steps
ci: add workflow_dispatch to ci-nym-vpn-ui-rust
Set name to ci-nym-api-tests
replaced '--disable-sign-ext' with '--signext-lowering' when running wasm-opt (replaced '--disable-sign-ext' with '--signext-lowering' when running wasm-opt #3896)
replaced '--disable-sign-ext' with '--signext-lowering' when running wasm-opt + updated wasm-opt
updated wasm-opt used in CI
ci: iterate on ci-nym-vpn-ui-rust
ci: more iterate on ci-nym-vpn-ui-rust
ci: tidy ci-nym-vpn-ui-js
added examples pages
added notepad to gitignore file
added community examples
streamline integrations files
streamlined node types
add token economics paper info
added shipyard info
try change ifconfig.me -> icanhazip.com
tweak
Add nodejs wrapper for wasm sphynx client
Add mix-fetch for nodejs
Add hack for working with old nym gateways
Polishing nodejs-client and mix-fetch-node
add --with-exit-policy flag
change --host -> 146.70.170.3
syntax fix
change --host to -4 https://ifconfig.me
print info on exit policy on embedded NR init (print info on exit policy on embedded NR init #4086)
ci: rename to ci-binary-config-checker
ci: rename cd-docs
ci: move nightly to ubuntu-20.04
ci: sort out nightly wallet build
ci: nightly-build sed debug = false
ci: use macos-latest in nightly-build
ci: create nightly-nym-connect-desktop-build
finish exit gateway setup
Revert "Add hack for working with old nym gateways"
This reverts commit 7129de4. To avoid breaking wss
add example setup-network-requester
fix: adding some polyfills to nodejs-client and mix-fetch
During the merge of the nodejs-wasm-client there seems to be some losses, this commit makes nodejs-client and the nodejs mix-fetch work with the internal tools. Still looking into Tommys qa feedback.
spellcheck + table format fix
Fix the getRandomValue crypto polyfill issue
Update mix-fetch-node to rc.3
add wss host setup
new directory structure for rust SDK docs
first draft of expanded rust stuff
ci: fix typo in workflow name
ci: switch nightly-build to github hosted windows-latest
remove ./ from SUMMARY.md
change syntax binary ->
change phrasing
change phrasing
add correct cmdrun auto flow
add reversed proxy ports
tweak
fixed broken link
admonish plugin upgrade
fix broken imports
tweak
updated import info
removed todo - checked dependency versioning
ci: change nightly-nym-wallet-build to windows-latest
ci: switch nightly-nym-connect-desktop-build to windows-latest
add smoosh link to intro
first pass at troubleshooting doc
first pass at helper messages
Github Actions: fix cd-docs
Github actions: remove deployment to website-dev
Update Cargo.lock
upgraded mdbook-admonish version
added code example to helpers
revert previous
Fix sdk publish action (Fix sdk publish action #4088)
fix: sdk publish script
The bash implementation used in the GitHub CI runner seems to have an issue with incrementing a variable with
(( COUNTER++ ))
while(( COUNTER=+1 ))
works fine.Add more sdk packages to workspace and normalize build sdk scripts
Disable workspaces in npm publish sdk
Continue publishing even when it fails
Add NodeJS mixFetch to version bump tool
Update SDK contract client
Release Typescript SDK to version 1.2.1
Fix lint error
Fix lint error
added open proxies
fixed addr
ci: cargo clean before clippy in nightly build
Create IpForwarderService
on_message
Rename remaining places to ip packet router
send back to mixnet
rustfmt
Add RoutingMode enum
rustfmt
Take RoutingMode as argument
NYM_CLIENT_ADDR
Fix compilation on non-linux
Remove expect on NYM_CLIENT_ADDR
updated mdbook admonish assets
install admonish to all books
added links + typo fixes
add exit policy to existing NR
Bump mixnode version and update changelog
Description
Closes: #XXXX
Checklist:
CHANGELOG.md