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
if eu_recv_packet is present and the ContractInfo::eureka_port is None we should bind a port and set it in the ContractInfo::eureka_port on:
instantiate
migrate
Pass a closure impl Fn(Addr) -> Result<String> on WasmKeeper creation that binds the port and returns the bounded port. Default implementation should call bindPort(format!("wasm.{addr}")).
The text was updated successfully, but these errors were encountered:
if
eu_recv_packet
is present and theContractInfo::eureka_port
is None we should bind a port and set it in theContractInfo::eureka_port
on:Pass a closure
impl Fn(Addr) -> Result<String>
onWasmKeeper
creation that binds the port and returns the bounded port. Default implementation should callbindPort(format!("wasm.{addr}"))
.The text was updated successfully, but these errors were encountered: