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

Feature/wasm update #341

Merged
merged 39 commits into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
7dd12b5
Split text and binary client apis
jstuczyn Aug 10, 2020
76b9526
Very initial attempt at new serialization
jstuczyn Aug 10, 2020
eacaba8
Defined ser+de for Recipient and ReplySURB
jstuczyn Aug 12, 2020
1a288ac
Response errors
jstuczyn Aug 12, 2020
ec06524
builds with changes
jstuczyn Aug 12, 2020
1d9ac2c
Working WS API + moved to separate crate
jstuczyn Aug 13, 2020
5468f27
updated python examples
jstuczyn Aug 13, 2020
ec3adbf
Fixed parsing bug
jstuczyn Aug 13, 2020
1ca0c4b
Updated go examples
jstuczyn Aug 13, 2020
58c1e15
Updated rust examples
jstuczyn Aug 14, 2020
48d47bc
formatting
jstuczyn Aug 14, 2020
3e27c45
Merge branch 'develop' into feature/client_binary_api_update
jstuczyn Aug 14, 2020
be227a2
Removed unused imports
jstuczyn Aug 14, 2020
2dd0da5
dependency updates
jstuczyn Aug 14, 2020
9f18ea4
Further dependency changes
jstuczyn Aug 17, 2020
7a4e2d8
nymsphinx exposingn framing only if not in wasm32
jstuczyn Aug 17, 2020
88b9785
Cargo lock changes before develop merge
jstuczyn Aug 17, 2020
9313dcc
Merge branch 'develop' into feature/wasm_update
jstuczyn Aug 17, 2020
8cf6a32
Pending work
jstuczyn Aug 18, 2020
3409048
Merge branch 'develop' into feature/wasm_update
jstuczyn Aug 27, 2020
9110b52
Actually sending and receiving websocket from rust!
jstuczyn Aug 27, 2020
4a2ae9f
more WIP
jstuczyn Aug 27, 2020
e48f1e7
Initial wasm client + establishing shared key with gateway!
jstuczyn Aug 28, 2020
e244f9e
Splitting and sending a message!
jstuczyn Aug 28, 2020
61c990f
Merge branch 'develop' into feature/wasm_update
jstuczyn Sep 7, 2020
0621c1a
WIP
jstuczyn Sep 8, 2020
d8c4ccf
WIP
jstuczyn Sep 14, 2020
0c50523
Initial wasm-ification of the gateway client
jstuczyn Sep 14, 2020
07495fc
Passing reconstruction result to js callback!
jstuczyn Sep 15, 2020
054b544
Initial WASM cleaning pass
jstuczyn Sep 16, 2020
7ec9138
Dependency pruning
jstuczyn Sep 16, 2020
e661625
Moved processing loop to received_processor + at least ack unwrappingn
jstuczyn Sep 16, 2020
ca578e3
Merge branch 'develop' into feature/wasm_update
jstuczyn Sep 16, 2020
6665953
Post merge fix
jstuczyn Sep 16, 2020
59c3bf2
Kinda updated react example
jstuczyn Sep 16, 2020
00d6228
Old print statement removed
jstuczyn Sep 16, 2020
ddaed78
Removed yarn.lock
jstuczyn Sep 16, 2020
0c53da3
Fixed building issue for other clients
jstuczyn Sep 16, 2020
e0d4e1f
Fixed travis test command
jstuczyn Sep 16, 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
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ before_script:
- rustup component add rustfmt
script:
- cargo build
- cargo test -- --test-threads=1
- cargo test --all
- cargo fmt -- --check
Loading