SLPDB icon indicating copy to clipboard operation
SLPDB copied to clipboard

SLP Token Graph Indexer

Results 14 SLPDB issues
Sort by recently updated
recently updated
newest added

efreecash.io

Please update the [package.json](https://github.com/simpleledger/SLPDB/blob/master/package.json)! After a lot of trial & error I've deduced a package.json ([package.json](https://github.com/simpleledger/SLPDB/files/9332018/package.json.txt) - improved version below) which successfully updates many dependencies (as many as possible, as...

Line 37 of [config.ts](https://github.com/simpleledger/SLPDB/blob/master/config.ts) can be set to ` url: process.env.db_url ? process.env.db_url : 'mongodb://127.0.0.1:27017/?useUnifiedTopology=true',` Update: now (passed block# 727k) I'm trying equivalent of: ` url: process.env.db_url ? process.env.db_url :...

Line 30 of [package.json](https://github.com/simpleledger/SLPDB/blob/master/package.json) can be set to: ` "@types/node": "16.11.7",` This line assumes we all update to nodejs v16. I've verified it works with `16.16.0`, not just `16.11.7`. Why...

I set line 50 of [package.json](https://github.com/simpleledger/SLPDB/blob/master/package.json) to: ` "mongodb": "^3.7.3",` But **also** line 29 to: ` "@types/mongodb": "^3.6.20",` From the package [site](https://www.npmjs.com/package/mongodb/v/3.7.3), it's the only current v3 tag for mongodb....

My slpdb can't get status from status.slpdb.io ``` [INFO] Sending telemetry update to status.slpdb.io for unknown-75533... [ERROR] Telemetry update failed. Reason: getaddrinfo ENOTFOUND status.slpdb.io ``` I got nothing when I...

The txid is `a5f5509480c2dc3c20ef158d7c48ff69a8e089644261ead11880c6605cb24630` You can see it here https://slpdb.fountainhead.cash/explorer/ewogICJ2IjogMywKICAicSI6IHsKICAgICJkYiI6IFsKICAgICAgImciCiAgICBdLAogICAgImFnZ3JlZ2F0ZSI6IFsKICAgICAgewogICAgICAgICIkbWF0Y2giOiB7CiAgICAgICAgICAidG9rZW5EZXRhaWxzLnRva2VuSWRIZXgiOiAiZDY4NzZmMGZjZTYwM2JlNDNmMTVkMzQzNDhiYjFkZTFhOGQ2ODhlMTE1MjU5NjU0M2RhMDMzYTA2MGNmZjc5OCIsCiAgICAgICAgICAiZ3JhcGhUeG4ub3V0cHV0cyI6IHsKICAgICAgICAgICAgIiRlbGVtTWF0Y2giOiB7CiAgICAgICAgICAgICAgInN0YXR1cyI6ICJCQVRPTl9VTlNQRU5UIgogICAgICAgICAgICB9CiAgICAgICAgICB9CiAgICAgICAgfQogICAgICB9LAogICAgICB7CiAgICAgICAgIiRwcm9qZWN0IjogewogICAgICAgICAgImdyYXBoVHhuIjogMSwKICAgICAgICAgICJjb250ZXh0IjogIlNMUERCIgogICAgICAgIH0KICAgICAgfSwKICAgICAgewogICAgICAgICIkbG9va3VwIjogewogICAgICAgICAgImZyb20iOiAic3RhdHVzZXMiLAogICAgICAgICAgImxvY2FsRmllbGQiOiAiY29udGV4dCIsCiAgICAgICAgICAiZm9yZWlnbkZpZWxkIjogImNvbnRleHQiLAogICAgICAgICAgImFzIjogInN0YXR1cyIKICAgICAgICB9CiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiJHByb2plY3QiOiB7CiAgICAgICAgICAiZ3JhcGhUeG4iOiAxLAogICAgICAgICAgInN0YXR1cy5iY2hCbG9ja0hlaWdodCI6IDEKICAgICAgICB9CiAgICAgIH0KICAgIF0sCiAgICAibGltaXQiOiAxMAogIH0KfQ== and also on slpserve.imaginary.cash

https://slpdb.fountainhead.cash/explorer/ewogICJ2IjogMywKICAicSI6IHsKICAgICJmaW5kIjogewogICAgICAidG9rZW5EZXRhaWxzLnRva2VuSWRIZXgiOiAiMzY3Yjg0MzMzM2M0ODgxYmIwOTI5NGYxYmNiMDlmZTEyNzU2YmRiMThjMWMxNDk1Y2Q4ZTFjMTdkZTU1OTc3NyIKICAgIH0sCiAgICAibGltaXQiOiAxMAogIH0KfQ==

bug

When I use slpdb with regtest node the address that get index into mongodb is still a slptest. possible patch implementation https://github.com/ActorForth/SLPDB-src/commit/e79f0eeada9860fcedd088c2860c93b1540b3994 https://github.com/ActorForth/SLPDB-src/commit/805a03e532ab658374a18a195dd97b5b26041aa6 If you are ok with it I...

Hi, I've seemingly discovered a bug in SLPDB. When doing an NFT child genesis SLPDB does not check for parent token burns until a new block arrives. This results in...