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
Hi there!
I am try deploy new service. But I don't understand how to add artifact, I mean that compiled binary should be "injected" in runtime.
How to archive that ?
Tnx!
PS I got error after simple declaration artifact in yaml (from example)
Reason: Execution error with code runtime:1 occurred in Rust runtime: Runtime failed to deploy artifact with id 0:myservice:0.0.2, it is not listed among available artifacts
The text was updated successfully, but these errors were encountered:
Hello. An artifact should be precompiled in the binary file and then you could "activate it" in runtime. There is a draft version of the manual exists.
Hello. An artifact should be precompiled in the binary file and then you could "activate it" in runtime. There is a draft version of the manual exists.
If I want deploy new implementation of service, for example the cryptocurrency-migration 0.3.0 but blockchain have been already running.
I must:
create binary
start new node (or reboot recently running) with new binary (cryptocurrency-migration 0.3.0)
Hi there!
I am try deploy new service. But I don't understand how to add artifact, I mean that compiled binary should be "injected" in runtime.
How to archive that ?
Tnx!
PS I got error after simple declaration artifact in yaml (from example)
Reason: Execution error with code
runtime:1
occurred in Rust runtime: Runtime failed to deploy artifact with id 0:myservice:0.0.2, it is not listed among available artifactsThe text was updated successfully, but these errors were encountered: