We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello Team,
The transaction_identifier hash field value is equal to block_identifier hash value on Import operation Type. Any region why it is?
Rosetta Query input -: { "network_identifier": { "blockchain": "Avalanche", "network": "Mainnet" }, "block_identifier": { "index":3010277 } } Url : http://127.0.0.1:9650/block
Output:
The text was updated successfully, but these errors were encountered:
This is because the initial release of avalanche-rosetta treated AtomicTxs as block transactions. There has been a TODO to fix this:
https://github.com/ava-labs/avalanche-rosetta/blob/master/mapper/transaction.go#L250-L251
This PR will fix this issue #80
However, it requires integrators to re-index the chain so it's unclear on when this change will be merged in.
Sorry, something went wrong.
Added genesis block transactions (ava-labs#36)
7dcec0d
No branches or pull requests
Hello Team,
The transaction_identifier hash field value is equal to block_identifier hash value on Import operation Type. Any region why it is?
Rosetta Query input -:
{
"network_identifier": {
"blockchain": "Avalanche",
"network": "Mainnet"
},
"block_identifier": {
"index":3010277
}
}
Url : http://127.0.0.1:9650/block
Output:
The text was updated successfully, but these errors were encountered: