Feature/clean up (#238)

* 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>
This commit is contained in:
Dave Hrycyszyn
2020-05-19 10:32:52 +01:00
committed by GitHub
parent a38a9f604d
commit 8745fb4230
15 changed files with 2058 additions and 2582 deletions
@@ -33,6 +33,7 @@ impl From<ServiceMixnode> for RestMixnode {
}
impl ServiceTopology {
#[cfg(test)] // un-testify this when you need it for real code, this kills warning
pub fn from_rest_topology_with_timestamp(
rest_topology: RestTopology,
timestamp: Timestamp,