-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TXIndex incorrectly indexes genesis block #46
Comments
I would love to get this clarified too! Maybe should not have closed the issue. |
The genesis block transaction hash is all zeroes but the block explorer indexes this transaction incorrectly. I'm working on a fix for this as we speak. |
Also, so the block explorer just uses the api/v1/transaction-info call, this call is also fairly useless currently and documentation is out of date immensely for it. "IDsOnly": true or false does not exist in the call anymore (which it should) If you try to call a PublicKeyBase58Check address to return transactions, it will timeout for any user with over 10k-20k+ transactions, most active users have 50,000+ transactions. |
Here's the transaction metadata of TXN ID: 3JuEUEgf48j68DJPn7M4RMNpBxHZo221sYm39hatrnMyUdDVyC6w3F, if it's useful to anyone. transaction_metadata_3JuEUEgf48j68DJPn7M4RMNpBxHZo221sYm39hatrnMyUdDVyC6w3F.json.zip |
The issue seems to remain: Block 0 - has one Transaction with ID
I believe the transaction ID for block 0 is incorrect and should be If this is not the case - where is transaction This relates to issue mentioned above in #21 |
This is still the case |
The Genesis Block #0 has this transaction listed:
3JuEUEgf48j68DJPn7M4RMNpBxHZo221sYm39hatrnMyUdDVyC6w3F
Running any of the transaction-info API calls on this transaction return back an error stating the Transaction could not be found.
(Error: APITransactionInfo: Could not find transaction with TransactionIDBase58Check = 3JuEUEgf48j68DJPn7M4RMNpBxHZo221sYm39hatrnMyUdDVyC6w3F)
This transaction contains most of the outputs towards the six centralized public keys from the genesis.
This leads to the missing input: 3JuESjmiiRsfbF4AKB6y9QUMj6iAN24abbSBBhh69JxqfwPLHqW53k
Referring to @tijno issue #21
The text was updated successfully, but these errors were encountered: