Skip to content

Commit

Permalink
impl StorageProofSize (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Mar 26, 2024
1 parent 34d643f commit 3c6524f
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
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
2 changes: 1 addition & 1 deletion executor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@acala-network/chopsticks-executor",
"description": "Chopsticks executor",
"version": "0.9.12",
"version": "0.9.13",
"license": "Apache-2.0",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/chopsticks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks",
"version": "0.9.12",
"version": "0.9.13",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"bin": "./chopsticks.cjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-core",
"version": "0.9.12",
"version": "0.9.13",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-db",
"version": "0.9.12",
"version": "0.9.13",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e/src/build-block.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const KUSAMA_STORAGE = {
describe.runIf(process.env.CI || process.env.RUN_ALL).each([
{ chain: 'Polkadot', endpoint: ['wss://rpc.ibp.network/polkadot', 'wss://polkadot-rpc.dwellir.com'] },
{ chain: 'Statemint', endpoint: 'wss://statemint-rpc.dwellir.com' },
// { chain: 'Polkadot Collectives', endpoint: 'wss://sys.ibp.network/collectives-polkadot' },
{ chain: 'Polkadot Collectives', endpoint: 'wss://sys.ibp.network/collectives-polkadot' },
{ chain: 'Acala', endpoint: 'wss://acala-rpc.aca-api.network' },

{
Expand All @@ -29,8 +29,8 @@ describe.runIf(process.env.CI || process.env.RUN_ALL).each([
endpoint: 'wss://karura-rpc.aca-api.network',
},
{ chain: 'Westend', endpoint: 'wss://westend-rpc.polkadot.io' },
// { chain: 'Westmint', endpoint: 'wss://westmint-rpc.polkadot.io' },
// { chain: 'Westend Collectives', endpoint: 'wss://sys.ibp.network/collectives-westend' },
{ chain: 'Westmint', endpoint: 'wss://westmint-rpc.polkadot.io' },
{ chain: 'Westend Collectives', endpoint: 'wss://sys.ibp.network/collectives-westend' },
])('Latest $chain can build blocks', async ({ endpoint, storage }) => {
const { setup, teardownAll } = await setupAll({ endpoint })

Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-testing",
"version": "0.9.12",
"version": "0.9.13",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/chopsticks-utils",
"version": "0.9.12",
"version": "0.9.13",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion vendor/smoldot

0 comments on commit 3c6524f

Please sign in to comment.