forked from AcalaNetwork/chopsticks
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from interlay/brendon/chore-merge-upstream-0.9.3
Chore: merge upstream 0.9.3
- Loading branch information
Showing
50 changed files
with
4,362 additions
and
5,218 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "vendor/smoldot"] | ||
path = vendor/smoldot | ||
url = https://github.com/smol-dot/smoldot.git | ||
url = https://github.com/ermalkaleci/smoldot.git |
55 changes: 0 additions & 55 deletions
55
.yarn/patches/@polkadot-rpc-provider-npm-10.10.1-c60ba50fe2.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
endpoint: wss://centrifuge-parachain.api.onfinality.io/public-ws/ | ||
mock-signature-host: true | ||
block: ${env.CENTRIFUGE_BLOCK_NUMBER} | ||
db: ./db.sqlite | ||
# wasm-override: centrifuge-1023.wasm | ||
|
||
import-storage: | ||
# Sudo: | ||
# Key: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY # Alice | ||
System: | ||
Account: | ||
- | ||
- | ||
- "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY" | ||
- providers: 1 | ||
data: | ||
free: "1000000000000000000000000" | ||
Council: | ||
Members: [5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY] | ||
Elections: | ||
Members: | ||
- who: 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY | ||
stake: "10000000000000000000000" | ||
deposit: "10000000000000000000000" | ||
OrmlTokens: | ||
Accounts: | ||
- | ||
- | ||
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY | ||
- ForeignAsset: 6 | ||
- free: 1000000000000 | ||
- | ||
- | ||
- 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY | ||
- ForeignAsset: 4 | ||
- free: "1000000000000000000000" | ||
Proxy: | ||
Proxies: | ||
- | ||
- | ||
- 4dTeMxuPJCK7zQGhFcgCivSJqBs9Wo2SuMSQeYCCuVJ9xrE2 | ||
- | ||
- | ||
- delegate: "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY" | ||
- proxyType: "Any" | ||
- delay: 0 | ||
- "350000000000000000" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "chopsticks-monorepo", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"packageManager": "yarn@3.5.0", | ||
"packageManager": "yarn@4.0.2", | ||
"private": true, | ||
"type": "module", | ||
"workspaces": [ | ||
|
@@ -13,8 +13,8 @@ | |
"lint": "tsc --noEmit --project tsconfig.lint.json && eslint . --ext .js,.ts && prettier --check .", | ||
"fix": "eslint . --ext .js,.ts --fix && prettier -w .", | ||
"prepare": "husky install", | ||
"clean": "yarn workspaces foreach -pvit run clean", | ||
"build": "yarn workspaces foreach -pvit --include '@acala-network/*' run build", | ||
"clean": "yarn workspaces foreach --all -pvit run clean", | ||
"build": "yarn workspaces foreach --all -pvit --include '@acala-network/*' run build", | ||
"build-wasm": "yarn workspace @acala-network/chopsticks-executor run build", | ||
"build:web-test": "yarn build && yarn workspace web-test run build", | ||
"check": "cd executor && cargo check --locked", | ||
|
@@ -23,7 +23,7 @@ | |
"start": "NODE_OPTIONS='--loader ts-node/esm --loader ./loader.js --no-warnings' node packages/chopsticks/src/cli.ts", | ||
"dev": "NODE_OPTIONS='--loader ts-node/esm --loader ./loader.js --no-warnings' LOG_LEVEL=trace node packages/chopsticks/src/cli.ts -- --config=configs/dev.yml", | ||
"script:start": "yarn start", | ||
"docs:prep": "yarn workspaces foreach -pvit run docs:prep && cp docs/* docs-src", | ||
"docs:prep": "yarn workspaces foreach --all -pvit run docs:prep && cp docs/* docs-src", | ||
"docs:dev": "yarn docs:prep && vitepress dev", | ||
"docs:build": "yarn docs:prep && vitepress build", | ||
"docs:preview": "yarn docs:build && vitepress preview" | ||
|
@@ -41,29 +41,26 @@ | |
"*.{js,ts,css,md}": "prettier --write" | ||
}, | ||
"devDependencies": { | ||
"@swc/core": "^1.3.96", | ||
"@types/node": "^20.9.0", | ||
"@swc/core": "^1.3.99", | ||
"@types/node": "^20.9.3", | ||
"@types/prettier": "^3.0.0", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"eslint": "^8.53.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"husky": "^8.0.3", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.1.0", | ||
"ts-node": "^10.9.1", | ||
"typedoc": "^0.25.3", | ||
"typedoc-plugin-markdown": "^3.17.1", | ||
"typescript": "^5.2.2", | ||
"unplugin-swc": "^1.4.3", | ||
"vite-tsconfig-paths": "^4.2.1", | ||
"vitepress": "^1.0.0-rc.23", | ||
"vitest": "^0.34.6", | ||
"vitest": "^1.0.0-beta.5", | ||
"wasm-pack": "^0.12.1" | ||
}, | ||
"resolutions": { | ||
"@polkadot/[email protected]": "patch:@polkadot/rpc-provider@npm%3A10.10.1#./.yarn/patches/@polkadot-rpc-provider-npm-10.10.1-c60ba50fe2.patch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/chopsticks", | ||
"version": "0.9.2-6", | ||
"version": "0.9.3", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"bin": "./chopsticks.cjs", | ||
|
@@ -17,7 +17,11 @@ | |
"@acala-network/chopsticks-core": "workspace:*", | ||
"@acala-network/chopsticks-db": "workspace:*", | ||
"@pnpm/npm-conf": "^2.2.2", | ||
"axios": "^1.6.0", | ||
"@polkadot/api-augment": "^10.10.1", | ||
"@polkadot/types": "^10.10.1", | ||
"@polkadot/util": "^12.5.1", | ||
"@polkadot/util-crypto": "^12.5.1", | ||
"axios": "^1.6.2", | ||
"dotenv": "^16.3.1", | ||
"global-agent": "^3.0.0", | ||
"js-yaml": "^4.1.0", | ||
|
@@ -28,15 +32,16 @@ | |
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "0.1.62", | ||
"@swc/core": "^1.3.96", | ||
"@swc/cli": "0.1.63", | ||
"@swc/core": "^1.3.99", | ||
"@types/global-agent": "^2.1.3", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/lodash": "^4.14.201", | ||
"@types/node": "^20.9.0", | ||
"@types/ws": "^8.5.9", | ||
"@types/yargs": "^17.0.31", | ||
"typescript": "^5.2.2" | ||
"@types/lodash": "^4.14.202", | ||
"@types/node": "^20.9.3", | ||
"@types/ws": "^8.5.10", | ||
"@types/yargs": "^17.0.32", | ||
"typescript": "^5.2.2", | ||
"vitest": "^1.0.0-beta.5" | ||
}, | ||
"files": [ | ||
"dist/esm/**", | ||
|
@@ -66,6 +71,12 @@ | |
"import": "./dist/esm/plugins/*.js", | ||
"default": "./dist/esm/plugins/*.js" | ||
}, | ||
"./utils/*": { | ||
"types": "./dist/types/utils/*.d.ts", | ||
"require": "./dist/cjs/utils/*.js", | ||
"import": "./dist/esm/utils/*.js", | ||
"default": "./dist/esm/utils/*.js" | ||
}, | ||
"./package.json": "./package.json", | ||
"./package.cjs.json": "./dist/cjs/package.json" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@acala-network/chopsticks-core", | ||
"version": "0.9.2-6", | ||
"version": "0.9.3", | ||
"author": "Acala Developers <[email protected]>", | ||
"license": "Apache-2.0", | ||
"type": "module", | ||
|
@@ -14,21 +14,27 @@ | |
}, | ||
"dependencies": { | ||
"@acala-network/chopsticks-executor": "workspace:*", | ||
"@polkadot/api": "^10.10.1", | ||
"@polkadot/rpc-provider": "^10.10.1", | ||
"@polkadot/types": "^10.10.1", | ||
"@polkadot/types-codec": "^10.10.1", | ||
"@polkadot/types-known": "^10.10.1", | ||
"@polkadot/util": "^12.5.1", | ||
"@polkadot/util-crypto": "^12.5.1", | ||
"comlink": "^4.4.1", | ||
"eventemitter3": "^5.0.1", | ||
"lodash": "^4.17.21", | ||
"lru-cache": "^10.0.1", | ||
"pino": "^8.16.1", | ||
"lru-cache": "^10.0.3", | ||
"pino": "^8.16.2", | ||
"pino-pretty": "^10.2.3", | ||
"rxjs": "^7.8.1", | ||
"zod": "^3.22.4" | ||
}, | ||
"devDependencies": { | ||
"@swc/cli": "0.1.62", | ||
"@swc/core": "^1.3.96", | ||
"@types/lodash": "^4.14.201", | ||
"typescript": "^5.2.2" | ||
"@swc/cli": "0.1.63", | ||
"@swc/core": "^1.3.99", | ||
"@types/lodash": "^4.14.202", | ||
"typescript": "^5.2.2", | ||
"vitest": "^1.0.0-beta.5" | ||
}, | ||
"files": [ | ||
"dist/esm/**", | ||
|
Oops, something went wrong.