Skip to content
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 119 commits into from
Jun 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
119 commits
Select commit Hold shift + click to select a range
ad52e06
Merge tag 'v0.6.0' into develop
futurechimp Apr 7, 2020
cb82299
Bumped version numbers to 0.7.0-dev
futurechimp Apr 7, 2020
3f06ccc
Adding Apache 2 license headers to all files (#178)
futurechimp Apr 9, 2020
2d323f1
Initial build of a Sphinx packet in WebAssembly
futurechimp Apr 9, 2020
213fd12
nym-sphinx-wasm: broken WIP commit so the Stuczynski can be unleashed
futurechimp Apr 9, 2020
0d33d35
nym-sphinx-wasm: updating to latest Sphinx
futurechimp Apr 9, 2020
61e0ec5
ibid
futurechimp Apr 9, 2020
fd68994
A possibly-working wasm Sphinx packet.
futurechimp Apr 9, 2020
3c8aad4
Updated all uses of ed25519-dalek to 2.0.0 so that wasm-pack build works
futurechimp Apr 9, 2020
25cfa26
nym-client: adding js example so I can see if sending is working at …
futurechimp Apr 14, 2020
b468be8
wasm: noting that we will need to set release params in the root carg…
futurechimp Apr 14, 2020
f07966c
scripts: setting run_local_network.sh to be executable
futurechimp Apr 14, 2020
dddac13
gateway: adding a gateway node type which listens on a websocket
futurechimp Apr 14, 2020
c2e3582
wasm: demo js starting to work
futurechimp Apr 14, 2020
306bbb1
wasm: renamed js example folder
futurechimp Apr 14, 2020
53c1aaa
nymsphinx: adding wasm-bindgen feature to rand crate
futurechimp Apr 15, 2020
7088fb3
Upgraded all Sphinx commits to latest.
futurechimp Apr 15, 2020
65db7ef
nym-sphinx-wasm: adding a JavaScript package
futurechimp Apr 15, 2020
16f466b
Adding serde_json
futurechimp Apr 15, 2020
353c828
nym-sphinx-wasm: adding serde_json as a hack to get across the wasm b…
futurechimp Apr 15, 2020
d3227ab
nym-sphinx-wasm: adding async dependency for js
futurechimp Apr 15, 2020
4fd07ae
nym-sphinx-wasm: Adding serde to deal with json across wasm boundary
futurechimp Apr 15, 2020
279e46e
nym-sphinx-wasm: appears to generate a Sphinx packet based on info se…
futurechimp Apr 15, 2020
b662edc
gateway: simplifying a bit.
futurechimp Apr 15, 2020
9dc9ccd
Removing submodule
futurechimp Apr 15, 2020
a2e9590
nym-sphinx-wasm: removing outdated Sphinx examples
futurechimp Apr 15, 2020
3cbf1fa
nym-sphinx-wasm: adding an example of wasm Sphinx in action
futurechimp Apr 15, 2020
53f29fd
nym-sphinx-wasm: added a bit of documentation onto the www demo
futurechimp Apr 15, 2020
dfefd23
Improvements to sfw-provider - client communcation (#180)
jstuczyn Apr 15, 2020
d8776d3
Merge branch 'develop' into feature/nym-sphinx-wasm
futurechimp Apr 15, 2020
62e6132
Updated email
jstuczyn Apr 15, 2020
2a6dd1d
scripts: adding a stop script so I don't need to manually killall all…
futurechimp Apr 15, 2020
e226001
gateway: adding log related crates
futurechimp Apr 15, 2020
85680b2
ibid
futurechimp Apr 15, 2020
96bbf9c
gateway: simplifying
futurechimp Apr 15, 2020
beffc45
nym-client: typo fix
futurechimp Apr 15, 2020
dbd6576
Sending packet to the server
futurechimp Apr 15, 2020
ab61ef8
Changing recipient
futurechimp Apr 15, 2020
146bbef
nym-sphinx-wasm: loosening up serde-related dependencies
futurechimp Apr 16, 2020
40e67e7
nym-sphinx-wasm: chunking packet sends
futurechimp Apr 16, 2020
1eb211d
nym-sphinx-wasm: including provider encoding in the packet
futurechimp Apr 16, 2020
4b2a6f2
scripts: building for local in debug mode
futurechimp Apr 16, 2020
060d0b4
gateway: successful send using multi-tcp-client
futurechimp Apr 16, 2020
044b12c
nym-sphinx-wasm: ditched old code
futurechimp Apr 16, 2020
d7e4374
nym-sphinx-wasm: noted that message chunking is not yet implemented
futurechimp Apr 16, 2020
fd87484
nym-sphinx-wasm: various cleanups on packet creation
futurechimp Apr 16, 2020
ffd9411
nym-sphinx-wasm: documented sphinx_route_from(str)
futurechimp Apr 16, 2020
1052046
typo fix
futurechimp Apr 16, 2020
a717a8a
gateway: client cleanup
futurechimp Apr 16, 2020
99e8189
gateway: grabbing some stuff out of nymsphinx
futurechimp Apr 16, 2020
d7150cf
nymsphinx: re-exporting NODE_ADDRESS_LENGTH so gateway can use it
futurechimp Apr 16, 2020
6654d72
gateway: shortening multi_tcp_client usages
futurechimp Apr 16, 2020
1412fdb
gateway: removing text messages
futurechimp Apr 16, 2020
d628e06
gateway: using named function for packet forwarding
futurechimp Apr 16, 2020
7d49ac8
gateway: broke things apart a little bit
futurechimp Apr 16, 2020
befad12
Removing MIT license
futurechimp Apr 17, 2020
526d7fa
Some README improvements
futurechimp Apr 17, 2020
d3bb0b2
nym-sphinx-wasm: using the Try that was already available and reverti…
futurechimp Apr 17, 2020
bf2ff5c
Ditching comment that told me where to start work one morning.
futurechimp Apr 17, 2020
f8b2900
Making Arc clones more explicit.
futurechimp Apr 17, 2020
00d3126
nym-sphinx-wasm: taking advice from The Man Who Loved Iterators
futurechimp Apr 17, 2020
2b48e85
Merge pull request #183 from nymtech/feature/nym-sphinx-wasm
jstuczyn Apr 17, 2020
9ab2517
Update README.md
futurechimp Apr 17, 2020
1200a2f
Feature/service persistence (#171)
futurechimp Apr 17, 2020
0bf74a0
Ran `npm audit fix` on the wasm demo directory. (#185)
futurechimp Apr 17, 2020
b8edb5c
Optimising wasm build size, shaves about 10% size off our wasm output…
futurechimp Apr 17, 2020
8f4dff0
Feature/persistent ledger (#187)
jstuczyn Apr 17, 2020
fda3086
Feature/very minor refactoring (#188)
jstuczyn Apr 17, 2020
c5dd6bf
Feature/improve js example (#190)
futurechimp Apr 20, 2020
4af5788
Feature/limit direct sphinx dependency + remove direct curve25519 dep…
jstuczyn Apr 20, 2020
8baa236
Feature/wasm js demo (#191)
futurechimp Apr 21, 2020
a77881d
Intermediate gateway-heart surgery checkpoint (#199)
jstuczyn Apr 23, 2020
44c48ef
FIXING DUE TO SOMEONE'S CHOICE OF EDITOR / OPERATING SYSTEM
futurechimp Apr 23, 2020
903ef44
Feature/route from topology (#201)
futurechimp Apr 23, 2020
abbf704
Feature/gateway provider merge (#208)
jstuczyn Apr 30, 2020
e7b8ab8
Sending sphinx packet independent of the receiver task (#210)
jstuczyn Apr 30, 2020
57c43a1
Feature/client socket adjustments (#212)
jstuczyn May 4, 2020
e6ec803
Bugfix/send to correct gateway (#213)
jstuczyn May 5, 2020
20b25b1
Update README.md
futurechimp May 5, 2020
fa1bcab
Fixed compilation warnings on unreachable code when compiling with fe…
jstuczyn May 5, 2020
65b9808
The great sfw-provider purge of 2020 (#216)
jstuczyn May 5, 2020
8249475
Feature/healthchecker removal (#214)
jstuczyn May 5, 2020
fe17bda
validator: removing health checker (#217)
futurechimp May 5, 2020
c3e18ce
Feature/load keys on run (#220)
jstuczyn May 6, 2020
f9d3ee7
Moved relevant parts of old mix-client to nymsphinx (#221)
jstuczyn May 6, 2020
97a944a
Updated wasm code to work with new gateway and updated the example (#…
jstuczyn May 6, 2020
ccc5169
client: docs typos fix
futurechimp May 7, 2020
37f5bfd
Simplified and corrected wasm-pack build instructions
futurechimp May 7, 2020
a3192a1
Removed having to care about SURB_ID (#222)
jstuczyn May 7, 2020
981f4de
Requiring explicit timestamp when converting from rest to service mix…
jstuczyn May 7, 2020
e2b9a94
Feature/minor docs fixes (#223)
futurechimp May 7, 2020
f47b7cf
Updated js-example to get gateway from topology (#225)
jstuczyn May 11, 2020
ff2e24a
Updated directory_client reqwest to 0.10 (#226)
jstuczyn May 12, 2020
3773800
Feature/start local network improvements (#228)
jstuczyn May 13, 2020
c8168ad
Bugfix/issue#231 (#233)
jstuczyn May 14, 2020
106267e
Bugfix/gateway crash on incomplete ws handshake (#229)
jstuczyn May 14, 2020
2630629
Fixed unwrap on none value (#230)
jstuczyn May 14, 2020
7f99c28
Added hidden init flag to increase default traffic volume (#234)
jstuczyn May 15, 2020
a38a9f6
Feature/addressing update (#237)
jstuczyn May 18, 2020
8745fb4
Feature/clean up (#238)
futurechimp May 19, 2020
54114f0
Feature/explicit gateway addressing (#239)
jstuczyn May 19, 2020
e83c4d3
Feature/make andrew happy (#241)
futurechimp May 19, 2020
c063cf8
Removed redundant console.log (#240)
jstuczyn May 20, 2020
1f749df
Simplified some names and used the published npm package (#242)
futurechimp May 20, 2020
bfeb787
Adding some documentation to the webassembly client
futurechimp May 21, 2020
53cef63
Noting that binary is unsupported for now
futurechimp May 21, 2020
5ef2a22
Adding some documentation to the webassembly client (#244)
futurechimp May 21, 2020
dce22ba
Last docs fixes
futurechimp May 26, 2020
aeb1a4b
Merge branch 'feature/document-js-client' into develop
futurechimp May 26, 2020
860a69b
Feature/sphinx socket packet encoder (#245)
jstuczyn May 27, 2020
9d3500c
fixing up readme, bumping version number (#246)
futurechimp Jun 1, 2020
beacd21
Adding a pipenv dependencies file to the python client example (#250)
futurechimp Jun 1, 2020
2924551
Cleaning up startup messages in native client (#249)
futurechimp Jun 1, 2020
496f724
renaming desktop to native client
futurechimp Jun 1, 2020
0c340a2
renaming desktop to native client (#251)
futurechimp Jun 1, 2020
8cdc55b
Changelog for 0.7.0
futurechimp Jun 2, 2020
4c6181c
Merge branch 'feature/rename-desktop-client' into develop
futurechimp Jun 2, 2020
5e78515
Version bump
jstuczyn Jun 2, 2020
65eb043
Update CHANGELOG.md
futurechimp Jun 2, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
target
.env
/.vscode/settings.json
sample-configs/validator-config.toml
validator/.vscode
sample-configs/validator-config.toml
.vscode
644 changes: 376 additions & 268 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading