Skip to content
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

Investigate why reward and commission have null amount #1725

Open
NicolasMahe opened this issue Mar 14, 2020 · 2 comments
Open

Investigate why reward and commission have null amount #1725

NicolasMahe opened this issue Mar 14, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@NicolasMahe
Copy link
Member

Investigate why reward and commission have null amount:
Screen Shot 2020-03-14 at 16 55 22

@NicolasMahe NicolasMahe added the bug Something isn't working label Mar 14, 2020
@NicolasMahe
Copy link
Member Author

NicolasMahe commented Mar 14, 2020

even when block has a transaction, amounts are still null:
https://explorer.testnet.mesg.com/blocks/174087
https://explorer.testnet.mesg.com/txs/DD7C6ED57E73EE81F8AA710CA61A9274A41E3A87B1641F7D17FEE1C1028D48ED

but on other gaia's explorer, they simply don't display the events:
https://cosmos.bigdipper.live/blocks/1140875

@NicolasMahe
Copy link
Member Author

I checked the order of beginBlocker and endBlocker of gaia and they don't do special stuff:
https://github.com/cosmos/gaia/blob/master/app/app.go:

app.mm.SetOrderBeginBlockers(upgrade.ModuleName, mint.ModuleName, distr.ModuleName, slashing.ModuleName)
app.mm.SetOrderEndBlockers(crisis.ModuleName, gov.ModuleName, staking.ModuleName)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant