-
Notifications
You must be signed in to change notification settings - Fork 238
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
0.7.0 release #255
Merged
Merged
0.7.0 release #255
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
Releasing v0.6.0
…nt from js. Needs testing.
* Moved auth_token to seperate file * Extracted check_id as separate type * Changes due to move of auth_token and making provider client mutable * New way of serialization provider requests/responses * Initial attempt of using new provider client * Moved requests and responses to separate modules * Moved serialization to separate files * Extracted readers and writers to io related modules * Extra tests + bug fixes * Updated tokio dependency to require correct features * typo * Easier conversion of requests/responses into enum variants * Renamed 'read_be_u16' to better show its purpose * Serialization related tests and fixes * Tests for async_io + fixes * Future considerations * Configurable max request size * Configurable max response size for client * Removed debug drop implementations * Removed debug print statement * Changes to lock file * Added license notifications * Cargo fmt
* Updated directory_client reqwest to 0.10 * Using consistent syntax
* Moved directory_server from Debug section of configs * Using correct variable path * Updated start_local_network script * Actually killing gateways on startup * Removed redundant stop_local_network.sh * The Canadian appeasement accord
* Increasing reconnection attempt after actually computing delay * Constructor mix-up.... * Replaced poll! macro with poll call (after macro expansion that's syntactically identical)
* Properly checking for errors during websocket handshake * Unrelated typo * Fixed similar bug in rust client
* Typo I've never noticed before * Sphinx version update * Updated 'address' to be 'recipient' (i.e. address + gateway) * Updated websocket examples to use the updated structure
* validator: fixing a warning, untestify this when you need it for real code * webassembly: minor readme changes. * README changes in wasm * Updated wasm version * clients/webassembly: security vuln updates * typo fix * WIP commit * Significantly simplified the API * Changed switch to have default branch * Managed to get rid of `this` bind * Filled in a missing word Co-authored-by: jstuczyn <jedrzej.stuczynski@gmail.com>
* validator: fixing a warning, untestify this when you need it for real code * webassembly: minor readme changes. * README changes in wasm * Updated wasm version * clients/webassembly: security vuln updates * typo fix * WIP commit * Significantly simplified the API * Changed switch to have default branch * Managed to get rid of `this` bind * Moved 'Recipient' definition * Examples update * Slightly more generalised 'try_from_string' for recipient * Updated to use client@gateway addressing * Updated tests Co-authored-by: Dave Hrycyszyn <futurechimp@users.noreply.github.com>
* Fixing the path to nym client in node modules * Updated package lock for latest npm
* Adding some documentation to the webassembly client * Noting that binary is unsupported for now
* Ability to send sphinx packets of different sizes + more efficient decoding * Closing connection on connection corruption * Missing semicolons * Missing license notices * Default for packetsize
* fixing up readme, bumping version number * Using the newest js
* Cleaning up startup messages in native client * Fixed cargo fmt
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.
No description provided.