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

Bug on including multisig transactions into the Polkadot blockchain v0.9.11 and v0.9.12 #923

Open
Unded opened this issue Oct 24, 2021 · 0 comments

Comments

@Unded
Copy link

Unded commented Oct 24, 2021

Hi!

I have been testing v0.9.11 and v0.9.12 and faced with a problem on sending multisig.approveAsMulti.

Multisig address:
14LcP9A4o4zxBoB6KiS1cMXpkwhNBqn1MgwPJxugUgjgCwrm

Signers

"12q5egSiYkbQAp6S33i7giC9wCqZBHXJrJ5jLopbUNLbqwpw",
"1iEBPyaxygunnzn4sHFq1sjUw33rJBRoQrYmt1QAixttMHb",
"1XcNwY5XY14SPMhoCkbMmT2rWL34XMPkQ61zpmLHr9MYmkn"

Sometimes on sending 2 multisig.approveAsMulti transactions:
1.

{
  "address": "12q5egSiYkbQAp6S33i7giC9wCqZBHXJrJ5jLopbUNLbqwpw",
  "blockHash": "0x36c30e0c80824ba4f3573597fc7a8365ddc6744fd3d8420f10a0b2e685eb09ca",
  "blockNumber": "0x0000350d",
  "era": "0xd500",
  "genesisHash": "0x55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1",
  "metadataRpc": "",
  "method": "0x1e02020008175874beff46ddb4e561ff3275dd59d41258f281ac7ec1986a6f77bb0a7159451f716d473388ce4a4d4b2d6baad84cc76786b9446add0c24b9a91c7ceecf173000297f0dbddbf354bf1fc1b95d758056f6e1ec7385ef7cad6a21be8128c800106600a0252600000000",
  "nonce": "0x00000011",
  "signedExtensions": [
    "CheckSpecVersion",
    "CheckTxVersion",
    "CheckGenesis",
    "CheckMortality",
    "CheckNonce",
    "CheckWeight",
    "ChargeTransactionPayment",
    "PrevalidateAttests"
  ],
  "specVersion": "0x00002396",
  "tip": "0x00000000000000000000000000000000",
  "transactionVersion": "0x00000008",
  "version": 4
}
{
  "address": "1XcNwY5XY14SPMhoCkbMmT2rWL34XMPkQ61zpmLHr9MYmkn",
  "blockHash": "0x36c30e0c80824ba4f3573597fc7a8365ddc6744fd3d8420f10a0b2e685eb09ca",
  "blockNumber": "0x0000350d",
  "era": "0xd500",
  "genesisHash": "0x55b88a59dded27563391d619d805572dd6b6b89d302b0dd792d01b3c41cfe5b1",
  "metadataRpc": "",
  "method": "0x1e020200081f716d473388ce4a4d4b2d6baad84cc76786b9446add0c24b9a91c7ceecf173050e7aa3d756f6930a2db252f3d47324d6e52f2befe88b0c851e66228a433004000a2614cac07cece62ce3e3b80dd1861c6702e220f1eced476859777e37ba9345b00a0252600000000",
  "nonce": "0x00000012",
  "signedExtensions": [
    "CheckSpecVersion",
    "CheckTxVersion",
    "CheckGenesis",
    "CheckMortality",
    "CheckNonce",
    "CheckWeight",
    "ChargeTransactionPayment",
    "PrevalidateAttests"
  ],
  "specVersion": "0x00002396",
  "tip": "0x00000000000000000000000000000000",
  "transactionVersion": "0x00000008",
  "version": 4
}

The problem that these transactions cannot be found in the blockchain even after 30 blocks were generated.
In v0.9.10 there was no such problem.

Thank you!

@Sophia-Gold Sophia-Gold transferred this issue from paritytech/polkadot Aug 24, 2023
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Mar 26, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Mar 27, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 8, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 9, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 10, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
serban300 pushed a commit to serban300/polkadot-sdk that referenced this issue Apr 10, 2024
)

* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
bkchr pushed a commit that referenced this issue Apr 10, 2024
* relay at least one header for every session

* Update relays/bin-substrate/src/on_demand_headers.rs

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>

Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Unded and others