dOrgJelli
dOrgJelli
I'm working on a project that's very interested in this package becoming production ready. Please DM and I'd love to talk about how we can help complete this library's implementation,...
When compiling the codebase, the following compiler error is thrown:  We can resolve this compiler error by simply removing the `Null` class' `valueOf()` method, since `valueOf()` is not required...
Move wrappers from web3 ETH domain to polywrap ETH domain
I think the CLI interface should be: ``` polywrap codegen polywrap build polywrap deploy polywrap infra polywrap create polywrap run ``` Where each command decides internally what projects it works...
- [ ] upgrade everything to origin - [ ] Make sure tests are passing - [ ] manifests refactor outside core - [ ] msgpack-py outside core-py
Create development releases whenever new commits are made to `origin-dev`. These can be used in other projects that depend upon the toolchain, like wrappers.io.
# Motivation I want to be able to build Polywrap-enabled apps in Python. This requires the creation of a Polywrap Client in Python. # Progress Here's the current WIP branches:...
Currently the workflow file is being "blindly" parsed & loaded: https://github.com/polywrap/monorepo/blob/4eac9010f4b3cb7cd041854a737bd84e176d816c/packages/cli/src/commands/run.ts#L79-L81 We should follow the best-practices we have put in place for the other Polywrap manifests, by first defining a...
Currently, the WRAP ABI structure has a lot of redundant data. This is because the nested redundant data is useful when generating code, but is unneeded elsewhere. We should optimize...