decred / insight

A Decred blockchain API for web wallets.
10 stars 22 forks source link

showing duplicate transactions #14

Open raedah opened 8 years ago

raedah commented 8 years ago

This block is showing several transactions twice. See, 10 stake base transactions. https://mainnet.decred.org/block/0000000000001c5f88b24da144df4a0626e3a8f592c844db051cc8399f8b1b2a

This block shows 80 subsidy commitments. 4x https://mainnet.decred.org/block/00000000000002503f65a2143c0e40e0284a65ba46502da054320cfbf42dd139

alexlyp commented 8 years ago

Hmmm I don't see any duplicates. Can you check to see if this is still an issue?

raedah commented 8 years ago

Both links are showing duplicates, infinitely actually. Keeps loading more at the bottom of the page.

raedah commented 8 years ago

Here is a more recent example, https://mainnet.decred.org/block/000000000000014d600482cc59520fcaa11fe53957877876872137851ebc7e92

showing transactions twice such as c5f4711f160eb67a8b77dcc3834ed29a40d9c2a45c387aaff1ca672ad5b2d33a

make sure you scroll all the way to the bottom for the javascript to load the full page.

alexlyp commented 8 years ago

Oh I see now, yah appears to be an issue with the infinite scroll/loadMore functionality.

Ok will investigate this more.

Thanks