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

Add Rust-based route construction to wasm client #196

Closed
futurechimp opened this issue Apr 21, 2020 · 0 comments · Fixed by #201
Closed

Add Rust-based route construction to wasm client #196

futurechimp opened this issue Apr 21, 2020 · 0 comments · Fixed by #201
Assignees
Milestone

Comments

@futurechimp
Copy link
Contributor

The current was client demo retrieves a localnet topology, constructs a route in pure JS, and builds a Sphinx packet from that. However route construction wouldn't stand up to real-world usage (have a look at it).

Let's have the wasm package depend on our "normal" platform route generation code in Rust. So we want a Rust function that can take topology JSON (a string) and return a correct Route.

@futurechimp futurechimp added this to the 0.7.0 milestone Apr 21, 2020
@futurechimp futurechimp added this to Backlog in Core systems via automation Apr 21, 2020
@futurechimp futurechimp self-assigned this Apr 22, 2020
@futurechimp futurechimp moved this from Backlog to In progress in Core systems Apr 23, 2020
@futurechimp futurechimp moved this from In progress to Done in Core systems Apr 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Core systems
  
Done
Development

Successfully merging a pull request may close this issue.

1 participant