ordinals/ord

Some sats have the same location as others

Open

#2321 aperta il 8 ago 2023

Vedi su GitHub
 (2 commenti) (1 reazione) (0 assegnatari)Rust (1479 fork)github user discovery
enhancementgood first issue

Metriche repository

Star
 (3955 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

    $ 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.

Guida contributor