mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Enable async backing on all testnet system chains (#2949)
Built on top of https://github.com/paritytech/polkadot-sdk/pull/2826/ which was a trial run. Guide: https://github.com/w3f/polkadot-wiki/blob/master/docs/maintain/maintain-guides-async-backing.md --------- Signed-off-by: georgepisaltu <george.pisaltu@parity.io> Co-authored-by: Branislav Kontur <bkontur@gmail.com> Co-authored-by: Dónal Murray <donal.murray@parity.io> Co-authored-by: Dmitry Sinyavin <dmitry.sinyavin@parity.io> Co-authored-by: s0me0ne-unkn0wn <48632512+s0me0ne-unkn0wn@users.noreply.github.com> Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com> Co-authored-by: Bastian Köcher <info@kchr.de> Co-authored-by: georgepisaltu <52418509+georgepisaltu@users.noreply.github.com>
This commit is contained in:
@@ -54,9 +54,11 @@ async function run(nodeName, networkInfo, _jsArgs) {
|
||||
unsub();
|
||||
return resolve();
|
||||
} else if (result.isError) {
|
||||
console.log(`Transaction Error`);
|
||||
// Probably happens because of: https://github.com/paritytech/polkadot-sdk/issues/1202.
|
||||
console.log(`Transaction error`);
|
||||
// We ignore the error because it is very likely misleading, because of the issue mentioned above.
|
||||
unsub();
|
||||
return reject();
|
||||
return resolve();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user