Alex
Alex
# Overview When doing a job call, type checking is performed, and the cause of errors is known: https://github.com/tangle-network/tangle/blob/7ee0572ac79e6305e3fcfd5afb7920d776d888ec/primitives/src/services/jobs.rs#L135-L157 However, the error is then immediately converted to one with no...
# Overview Certain function in the services pallet cause the Polkadot Portal to crash with the following: ``` Uncaught error. Something went wrong with the query and rendering of this...
`ItemKey::Unknown` has served its purpose, and has had better alternatives for a couple years now. It's been a source of confusion numerous times, and its existence also requires extra verification...
### Summary A lot of projects that use Lofty are scanning directories and filtering files based on a set of extensions. What typically ends up happening is only a few...
## Overview When using `cargo-generate` on a template with submodules, the submodules are correctly initialized in the temporary repo. When the files are copied over to the final project dir,...
#### (Part of https://github.com/tangle-network/blueprint/issues/992) There needs to be a new source for blueprints intended to deploy to a TEE. It could either be: * A clone of [BlueprintSource::Container](https://docs.rs/tangle-subxt/0.24.0/tangle_subxt/tangle_testnet_runtime/api/runtime_types/tangle_primitives/services/sources/enum.BlueprintSource.html#variant.Container), where the...
# Overview By the looks of it, we could just take our testing utils and move them into the extras crates. For example `gadget-anvil-testing-utils` becomes `blueprint_evm_extra::testing`. For `gadget-core-testing-utils`, they can...
# Overview Operators may be in the following situations: * They may have additional resources for a service instance on another machine * They may want to delegate an instance...
Need to determine whether the Dstack VMM will started: * By the operator, before the blueprint manager * By the blueprint manager, before listening for events If started by the...
The implementation of this depends on how https://github.com/tangle-network/tangle/issues/1052 is implemented: * If developers just provide an image like the container sources, then the manager will need to create a `docker-compose.yml`...