-
Notifications
You must be signed in to change notification settings - Fork 3
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
Bug: tx_gas_cache totals do not equal tx_gas_fee_volume_* totals #258
Comments
ghost
self-assigned this
Nov 10, 2021
ghost
pushed a commit
that referenced
this issue
Nov 10, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
added this to the v3.0.0 milestone
Nov 10, 2021
ghost
pushed a commit
that referenced
this issue
Nov 12, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 12, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 12, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 13, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 15, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 15, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 15, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 16, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 16, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 18, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
ghost
pushed a commit
that referenced
this issue
Nov 18, 2021
* Updated proposal Monitor insert * trying to make assetHolders() faster * Fixed Smart Contract apis to actually return data * Added requested NFT apis * Updated existing NFT apis with additional data * Started using Kotlin coroutines * Started integrating with Kotlin protobuf supported functions * Added Missed Blocks apis for devops * Fixed tx_gas_fee_volume_* aggregations closes: #253 closes: #254 closes: #255 closes: #257 closes: #258
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary of Bug
summing totals on tx_gas_cache does not equal the same summing function on tx_gas_fee_volume_hour and tx_gas_fee_volume_day. Obviously they should add up, which means something is wrong with the aggregation function.
Version
latest
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: