wrap-cli
wrap-cli copied to clipboard
Used to create, build, and integrate wraps.
Currently, PackageToWrapperCacheResolver caches wrappers and turns packages into wrappers and caches them. We should expand that to include caching redirects (URI to URI), so that the final resolution path stays...
Currently, the @polywrap/react-js package is in the toolchain repo. Since this is an integration it should be moved to the integrations repo.
The `@env` annotation is currently placed on methods to indicate which methods accept or require an `Env`. This works well until we consider interfaces and their implementations. The `@env` annotation...
**Describe the bug** - both a.eth and b.eth point to same ipfs hash - a.eth & b.eth have different environment variables - invocations to them should use the correct env...
**Is your feature request related to a problem? Please describe.** `codegen` for plugins appears to also output the plugins ABI into a `./build` folder. This seems counter-intuitive, as the user...
**Describe the bug** Currently the Rust codegen uses too many mutable references. **Please provide the steps to reproduce and if possible a minimal demo of the problem.** See this demo,...