dOrgJelli

Results 89 issues of dOrgJelli

When using the local-dev-ens deploy module, the URI that is output is a mainnet ENS URI, and does not have the `/testnet/` network in the path. I also think it...

type: bug

Currently all packages published to the @polywrap npm organization use the same version, defined in [the VERSION file](https://github.com/polywrap/monorepo/blob/prealpha/VERSION). This is not very ideal when we start using proper `MAJOR.MINOR.PATCH` semantic...

type: documentation

Currently, the TypeScript types that are generated by the `w3 app codegen` & `w3 plugin codegen` commands could use some improvements. Some potential improvements have been discussed here: https://github.com/polywrap/monorepo/issues/314 ##...

type: enhancement
difficulty: easy

# SLA - Polywrap Alpha ## Approval TODO: ratify this SLA, and all future updates, via DAO vote. ## Service Wrapper Persistence - Wrappers will remain online and available for...

- [x] polywrap/monorepo#741 - [ ] polywrap/monorepo#742 - [ ] polywrap/nodes#48

type: story

Currently the error handling in the IPFS & ENS plugins is very poor when doing URI resolution. Some conversation around this: "worst part right now is if ens or ipfs...

pri: high

In the JS client + core libraries, we throw errors. This is a hard error handling method to develop against, because you do not know what functions will throw and...

Currently wrappers cannot access the system's `getRandomValues` interface. We should build a plugin to support this. More research & design is needed. Relevant links: https://docs.rs/getrandom/latest/getrandom/index.html https://docs.rs/getrandom/latest/getrandom/macro.register_custom_getrandom.html https://www.assemblyscript.org/stdlib/math.html#variants https://www.assemblyscript.org/concepts.html#special-imports https://www.w3.org/TR/WebCryptoAPI/#Crypto-method-getRandomValues https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues

Rust developers will expect to just be able to use `println!(...)`, instead of having to use the console wrapper, or `w3_debug_log` host function. We can potentially overwrite the `println!` macro...

Currently in the `Modular Infra Command` PR, @namesty has added the concept of "Dependency Fetchers": https://github.com/polywrap/monorepo/blob/modular-testenv/packages/cli/src/lib/infra/InfraDependencyFetcher.ts They're currently tailored to the infra pipeline, but we can make them generic and...