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
Right now, the concrete parameters are stored in manta-sdk, but they should actually be stored in manta-rs (this removes some dependency cycles). We can use the following as a first impl and iterate on the design:
Right now, the concrete parameters are stored in
manta-sdk
, but they should actually be stored inmanta-rs
(this removes some dependency cycles). We can use the following as a first impl and iterate on the design:sdk/src
tomanta-rs/manta-parameters/src
(and move relevant other code likebuild.rs
,Cargo.toml
, etc.) feat: move concrete parameters frommanta-sdk
tomanta-parameters
#102sdk
=>manta-parameters
. Directly callload_parameters
See this Manta PRThe text was updated successfully, but these errors were encountered: