ordinals/ord

Some sats have the same location as others

Open

#2.321 geöffnet am 8. Aug. 2023

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (1.479 Forks)github user discovery
enhancementgood first issue

Repository-Metriken

Stars
 (3.955 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide