Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(plugins): use wrapscan URIs #265

Merged
merged 1 commit into from
Sep 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/plugins/polywrap-ethereum-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "@polywrap/python-ethereum-plugin",
"description": "Polywrap Python Ethereum Plugin",
"version": "0.10.6",
"private": true,
"devDependencies": {
"polywrap": "0.10.6"
"polywrap": "0.11.3"
},
"scripts": {
"precodegen": "yarn install",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/polywrap-ethereum-wallet/polywrap.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#import * from "wrapscan.io/polywrap/[email protected]"
4 changes: 2 additions & 2 deletions packages/plugins/polywrap-ethereum-wallet/polywrap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format: 0.3.0
project:
name: ethereum-provider-py
name: polywrap-ethereum-wallet
type: plugin/python
source:
module: ./polywrap_ethereum_wallet/__init__.py
schema: ./schema.graphql
schema: ./polywrap.graphql
2 changes: 0 additions & 2 deletions packages/plugins/polywrap-ethereum-wallet/schema.graphql

This file was deleted.

1,507 changes: 302 additions & 1,205 deletions packages/plugins/polywrap-ethereum-wallet/yarn.lock

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions packages/plugins/polywrap-fs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@polywrap/python-fs-plugin",
"description": "Polywrap Python Fs Plugin",
"private": true,
"devDependencies": {
"polywrap": "0.10.6"
"polywrap": "0.11.3"
},
"scripts": {
"precodegen": "yarn install",
Expand Down
1 change: 1 addition & 0 deletions packages/plugins/polywrap-fs-plugin/polywrap.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#import * from "wrap://wrapscan.io/polywrap/[email protected]"
4 changes: 2 additions & 2 deletions packages/plugins/polywrap-fs-plugin/polywrap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format: 0.3.0
project:
name: FileSystem
name: polywrap-fs-plugin
type: plugin/python
source:
schema: ./schema.graphql
schema: ./polywrap.graphql
module: ./polywrap_fs_plugin/__init__.py
1 change: 0 additions & 1 deletion packages/plugins/polywrap-fs-plugin/schema.graphql

This file was deleted.

1,507 changes: 302 additions & 1,205 deletions packages/plugins/polywrap-fs-plugin/yarn.lock

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions packages/plugins/polywrap-http-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "@polywrap/python-http-plugin",
"description": "Polywrap Python Http Plugin",
"version": "0.10.6",
"private": true,
"devDependencies": {
"polywrap": "0.10.6"
"polywrap": "0.11.3"
},
"scripts": {
"precodegen": "yarn install",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/polywrap-http-plugin/polywrap.graphql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#import * from "ipfs/Qmb7k3fZq8sPQpBtL1NWBNdudKoj44hrB85fANUo6wHExK"
#import * from "wrapscan.io/polywrap/[email protected]"
2 changes: 1 addition & 1 deletion packages/plugins/polywrap-http-plugin/polywrap.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
format: 0.3.0
project:
name: Http
name: polywrap-http-plugin
type: plugin/python
source:
schema: ./polywrap.graphql
Expand Down
1,507 changes: 302 additions & 1,205 deletions packages/plugins/polywrap-http-plugin/yarn.lock

Large diffs are not rendered by default.