Skip to content
Snippets Groups Projects

Upgrade substrate to polkadot-v0.9.32

Merged Pascal Engélibert requested to merge tuxmain-substrate-v0.9.32 into master
Files
96
+ 40
8
@@ -9,7 +9,12 @@
@@ -9,7 +9,12 @@
"request": "launch",
"request": "launch",
"name": "Debug unit tests in library 'duniter'",
"name": "Debug unit tests in library 'duniter'",
"cargo": {
"cargo": {
"args": ["test", "--no-run", "--lib", "--package=duniter"],
"args": [
 
"test",
 
"--no-run",
 
"--lib",
 
"--package=duniter"
 
],
"filter": {
"filter": {
"name": "duniter",
"name": "duniter",
"kind": "lib"
"kind": "lib"
@@ -23,13 +28,20 @@
@@ -23,13 +28,20 @@
"request": "launch",
"request": "launch",
"name": "Debug executable 'duniter'",
"name": "Debug executable 'duniter'",
"cargo": {
"cargo": {
"args": ["build"],
"args": [
 
"build"
 
],
"filter": {
"filter": {
"name": "duniter",
"name": "duniter",
"kind": "bin"
"kind": "bin"
}
}
},
},
"args": ["--tmp", "--dev", "--execution", "Native"],
"args": [
 
"--tmp",
 
"--dev",
 
"--execution",
 
"Native"
 
],
"cwd": "${workspaceFolder}"
"cwd": "${workspaceFolder}"
},
},
{
{
@@ -37,7 +49,12 @@
@@ -37,7 +49,12 @@
"request": "launch",
"request": "launch",
"name": "Debug unit tests in executable 'duniter'",
"name": "Debug unit tests in executable 'duniter'",
"cargo": {
"cargo": {
"args": ["test", "--no-run", "--bin=duniter", "--package=duniter"],
"args": [
 
"test",
 
"--no-run",
 
"--bin=duniter",
 
"--package=duniter"
 
],
"filter": {
"filter": {
"name": "duniter",
"name": "duniter",
"kind": "bin"
"kind": "bin"
@@ -51,7 +68,12 @@
@@ -51,7 +68,12 @@
"request": "launch",
"request": "launch",
"name": "Debug unit tests in library 'gdev-runtime'",
"name": "Debug unit tests in library 'gdev-runtime'",
"cargo": {
"cargo": {
"args": ["test", "--no-run", "--lib", "--package=gdev-runtime"],
"args": [
 
"test",
 
"--no-run",
 
"--lib",
 
"--package=gdev-runtime"
 
],
"filter": {
"filter": {
"name": "gdev-runtime",
"name": "gdev-runtime",
"kind": "lib"
"kind": "lib"
@@ -65,7 +87,12 @@
@@ -65,7 +87,12 @@
"request": "launch",
"request": "launch",
"name": "Debug unit tests in library 'pallet-certification'",
"name": "Debug unit tests in library 'pallet-certification'",
"cargo": {
"cargo": {
"args": ["test", "--no-run", "--lib", "--package=pallet-certification"],
"args": [
 
"test",
 
"--no-run",
 
"--lib",
 
"--package=pallet-certification"
 
],
"filter": {
"filter": {
"name": "pallet-certification",
"name": "pallet-certification",
"kind": "lib"
"kind": "lib"
@@ -79,7 +106,12 @@
@@ -79,7 +106,12 @@
"request": "launch",
"request": "launch",
"name": "Debug unit tests in library 'pallet-identity'",
"name": "Debug unit tests in library 'pallet-identity'",
"cargo": {
"cargo": {
"args": ["test", "--no-run", "--lib", "--package=pallet-identity"],
"args": [
 
"test",
 
"--no-run",
 
"--lib",
 
"--package=pallet-identity"
 
],
"filter": {
"filter": {
"name": "pallet-identity",
"name": "pallet-identity",
"kind": "lib"
"kind": "lib"
@@ -108,4 +140,4 @@
@@ -108,4 +140,4 @@
"cwd": "${workspaceFolder}"
"cwd": "${workspaceFolder}"
}
}
]
]
}
}
 
\ No newline at end of file
Loading