wrap-cli icon indicating copy to clipboard operation
wrap-cli copied to clipboard

Used to create, build, and integrate wraps.

Results 238 wrap-cli issues
Sort by recently updated
recently updated
newest added

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...

type: enhancement

Currently, the @polywrap/react-js package is in the toolchain repo. Since this is an integration it should be moved to the integrations repo.

type: refactor

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...

type: feature-proposal

**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...

type: bug

**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...

type: enhancement
difficulty: easy
type: feature-proposal
package: cli

**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,...

type: bug