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

Contex origin is empty in an inbound from BTC mainnet #1773

Closed
fadeev opened this issue Feb 19, 2024 · 2 comments
Closed

Contex origin is empty in an inbound from BTC mainnet #1773

fadeev opened this issue Feb 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@fadeev
Copy link
Member

fadeev commented Feb 19, 2024

https://mempool.space/tx/8a2f9d30466d4f4fb245a918d5d7ad049d49719c3493e6495c88f969bae1c570

https://zetachain.blockpi.network/lcd/v1/public/zeta-chain/crosschain/in_tx_hash_to_cctx_data/8a2f9d30466d4f4fb245a918d5d7ad049d49719c3493e6495c88f969bae1c570

{
  "CrossChainTxs": [
    {
      "cctx_status": {
        "lastUpdate_timestamp": "1708325192",
        "status": "OutboundMined",
        "status_message": "Remote omnichain contract call completed"
      },
      "creator": "zeta1hjct6q7npsspsg3dgvzk3sdf89spmlpf7rqmnw",
      "inbound_tx_params": {
        "amount": "9489",
        "asset": "",
        "coin_type": "Gas",
        "inbound_tx_ballot_index": "0xcdaa53cfcdcae0dfbc40145e4fdc5ff581d3c6366c488fc2d5724ae78ab2e40a",
        "inbound_tx_finalized_zeta_height": "1825645",
        "inbound_tx_observed_external_height": "831084",
        "inbound_tx_observed_hash": "8a2f9d30466d4f4fb245a918d5d7ad049d49719c3493e6495c88f969bae1c570",
        "sender": "",
        "sender_chain_id": "8332",
        "tx_finalization_status": "Executed",
        "tx_origin": ""
      },
      "index": "0xcdaa53cfcdcae0dfbc40145e4fdc5ff581d3c6366c488fc2d5724ae78ab2e40a",
      "outbound_tx_params": [
        {
          "amount": "0",
          "coin_type": "Gas",
          "outbound_tx_ballot_index": "",
          "outbound_tx_effective_gas_limit": "0",
          "outbound_tx_effective_gas_price": "0",
          "outbound_tx_gas_limit": "0",
          "outbound_tx_gas_price": "",
          "outbound_tx_gas_used": "0",
          "outbound_tx_hash": "0x2b2132aa31441195fee40c0907aa47b87556b4aa06ed5ce7cd371cdfebdfb2d2",
          "outbound_tx_observed_external_height": "1825645",
          "outbound_tx_tss_nonce": "0",
          "receiver": "",
          "receiver_chainId": "7000",
          "tss_pubkey": "zetapub1addwnpepqtadxdyt037h86z60nl98t6zk56mw5zpnm79tsmvspln3hgt5phdc79kvfc",
          "tx_finalization_status": "NotFinalized"
        }
      ],
      "relayed_message": "bf9686022c1cbe7d07d8e473b6f4e1bd91811cb60000",
      "zeta_fees": "0"
    }
  ]
}
@fadeev
Copy link
Member Author

fadeev commented Feb 19, 2024

Maybe it is because the sender btc address is Taproot, not SegWit.

@lumtis
Copy link
Member

lumtis commented Nov 22, 2024

Should be fixed by #1982

@lumtis lumtis closed this as completed Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants