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

Update polkadot dependencies #417

Merged
merged 27 commits into from
Jun 28, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
fixes
  • Loading branch information
vgeddes committed Jun 22, 2021
commit 01ecca807150d5674e0f42076200cff25c43f4ab
5 changes: 4 additions & 1 deletion parachain/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
}
]
}
]
],
"simpleParachains": [],
"hrmpChannels": [],
"types": {}
}
18 changes: 18 additions & 0 deletions test/config/launchConfigOverrides.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,24 @@
"--",
"--execution=wasm"
]
},
{
"wsPort": 11155,
"port": 31201,
"name": "bob",
"flags": [
"-lruntime=debug",
"--rpc-port=8082",
"--rpc-cors=all",
"--ws-external",
"--rpc-external",
"--rpc-methods=Unsafe",
"--offchain-worker=Always",
"--enable-offchain-indexing=true",
"--execution=native",
"--",
"--execution=wasm"
]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "mocha --timeout 110000 --exit"
"test": "mocha --timeout 120000 --exit"
},
"dependencies": {
"@polkadot/api": "^4.4.1",
Expand Down