You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* light-client-js: remove the syn version pin
The bug this used to work around is closed and the problem
no longer seems to persist.
* light-client-js: use serde-wasm-bindgen
To remove deprecation warnings and do the right thing,
use serde-wasm-bindgen utilities for serializing and deserializing
Rust types to and from JsValue.
* proto: fix deserialization for PartSerHeader.total
Accept also signed integers as these are produced from JSON
by serde-wasm-bindgen.
* light-client-js: pass by value to the entry point
Now that deserialization likes to take ownership of our JS values,
it does not make sense to pass them by reference from JavaScript
only to clone them immediately.
This is not a breaking change for the JavaScript API.
0 commit comments