verydogelabs / wonky-ord-dogecoin

This is a fork/based on https://github.com/apezord/ord-dogecoin
Creative Commons Zero v1.0 Universal
25 stars 29 forks source link

Incorrect drc-20 balances #11

Closed decentraliser closed 2 weeks ago

decentraliser commented 2 months ago

Hi!

Is this repo in production for DRC-20?

I've done a full sync with the current master branch, when I compare balances from my node to drc-20.org and doggy.market, balances are far off for most tokens.

I'm wondering if you are using wonky-ord-dogecoin or drc20-indexer in prod, and if there are some known issues around DRC-20

Cheers!

artdoge commented 1 month ago

Hey @decentraliser, thanks for writing. Can you provide your exact config, you started your ord with?

decentraliser commented 1 month ago

Hi!

Here is the startup command I used, I did not use a .env file

ordd [...] --nr-parallel-requests=16 --first-inscription-height=4609723 --first-dune-height=5084000 --index-dunes --index-
transactions --index-drc20 server --http-port 8080
artdoge commented 3 weeks ago

@decentraliser just fyi: we are currently investigating and will come back soon to you.

dogeveloper commented 2 weeks ago

Fixed by https://github.com/verydogelabs/wonky-ord-dogecoin/pull/12

artdoge commented 2 weeks ago

@decentraliser it is fixed now. Thanks for bringing it up!