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

Council: failed to propose runtime upgrade #779

Closed
DylanVerstraete opened this issue Jul 11, 2023 · 6 comments
Closed

Council: failed to propose runtime upgrade #779

DylanVerstraete opened this issue Jul 11, 2023 · 6 comments
Milestone

Comments

@DylanVerstraete
Copy link
Contributor

DylanVerstraete commented Jul 11, 2023

Error:

"Error":"signAndSend":"status"::{
   "dispatchError":{
      "module":{
         "index":17,
         "error":"0x08000000"
      }
   },
   "dispatchInfo":{
      "weight":{
         "refTime":1977101118,
         "proofSize":10784
      },
      "class":"Operational",
      "paysFee":"Yes"
   },
   "events":[
      {
         "phase":{
            "applyExtrinsic":1
         },
         "event":{
            "index":"0x0208",
            "data":[
               "5Eh2stFNQX4khuKoh2a1jQBVE91Lv3kyJiVP2Y5webontjRe",
               509345
            ]
         },
         "topics":[
            
         ]
      },
      {
         "phase":{
            "applyExtrinsic":1
         },
         "event":{
            "index":"0x0207",
            "data":[
               "5CdTbqTUM8hQngLJ2awxDBE6WpxccUJcu9iWSEGtm9XKuz3f",
               509345
            ]
         },
         "topics":[
            
         ]
      },
      {
         "phase":{
            "applyExtrinsic":1
         },
         "event":{
            "index":"0x0700",
            "data":[
               "5Eh2stFNQX4khuKoh2a1jQBVE91Lv3kyJiVP2Y5webontjRe",
               509345,
               0
            ]
         },
         "topics":[
            
         ]
      },
      {
         "phase":{
            "applyExtrinsic":1
         },
         "event":{
            "index":"0x0001",
            "data":[
               {
                  "module":{
                     "index":17,
                     "error":"0x08000000"
                  }
               },
               {
                  "weight":{
                     "refTime":1977101118,
                     "proofSize":10784
                  },
                  "class":"Operational",
                  "paysFee":"Yes"
               }
            ]
         },
         "topics":[
            
         ]
      }
   ],
   "status":{
      "inBlock":"0xcc1671327d7c0da70346ddd3a157a0b8bf0a87ca2a8ddb7394b96586a0ec4ae5"
   },
   "txHash":"0x84ad00508cfc4f1b5b8b12eee8fe616e4c29a35f527be9a5121a5e1ea676fa93",
   "txIndex":1,
   "blockNumber":"0x0065354e"
}
@DylanVerstraete
Copy link
Contributor Author

It works on mainnet to propose a motion, mainnet is currently sitting on polkadot-0.9.36 whilst devnet is using polkadot-0.9.42. So I suppose it's a client issue, created a bug report here: polkadot-js/apps#9684

@DylanVerstraete
Copy link
Contributor Author

After some investigation I found this paritytech/substrate#13771

@DylanVerstraete
Copy link
Contributor Author

Found a workaround:

image

@DylanVerstraete
Copy link
Contributor Author

Ignore last comment, runtime can now be upgraded like:

image

@robvanmieghem
Copy link
Contributor

The upgrade process documentation ( docs/production/upgrade_process.md) only mentions the sudo way

@robvanmieghem robvanmieghem reopened this Jul 13, 2023
@DylanVerstraete
Copy link
Contributor Author

documented in 5001ae1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants