ordinals/ord

Some sats have the same location as others

Open

#2,321 建立於 2023年8月8日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)Rust (1,479 fork)github user discovery
enhancementgood first issue

倉庫指標

Star
 (3,955 star)
PR 合併指標
 (PR 指標待抓取)

描述

    $ for i in 45861 45940 45906 45921; do wget -O- -o/dev/null https://ordinals.com/sat/${i}0000000000 | grep -e '<title>' -e location; echo; done
        <title>Sat 458610000000000</title>
      <dt>location</dt><dd class=monospace>e3bf3d07d4b0375638d5f1db5255fe07ba2c4cb067cd81b84ee974b6585fb468:0:0</dd>

        <title>Sat 459400000000000</title>
      <dt>location</dt><dd class=monospace>e3bf3d07d4b0375638d5f1db5255fe07ba2c4cb067cd81b84ee974b6585fb468:0:0</dd>

        <title>Sat 459060000000000</title>
      <dt>location</dt><dd class=monospace>d5d27987d2a3dfc724e359870c6644b40e497bdc0589a033220fe15429d88599:0:0</dd>

        <title>Sat 459210000000000</title>
      <dt>location</dt><dd class=monospace>d5d27987d2a3dfc724e359870c6644b40e497bdc0589a033220fe15429d88599:0:0</dd>

The coinbase tx of block 91722 has the same txid as that of block 91880.

The same is true of blocks 91812 and 91842.

ord's indexer should assign the sats mined in blocks 91722 and 91812 to the 'lost' output when it indexes blocks 91880 and 91842 respectively.

貢獻者指南