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
fix(aggregator-client): the crate was not fully wasm compatible
The `AggregatorClientBuilder::with_relay_endpoint` use reqwest proxy
api which is not available on wasm platforms.
This remove this method from the builder, it's doable since only the
`mithril-signer` used it, no usage were made in the `mithril-client`
library.
0 commit comments