Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Claim BLD insurance award #514

Open
AlexDCryptoC opened this issue May 7, 2021 · 3 comments
Open

Claim BLD insurance award #514

AlexDCryptoC opened this issue May 7, 2021 · 3 comments

Comments

@AlexDCryptoC
Copy link

Describe the bug
The txHash generated by this command, is not visible in explorer: 68978D4BC53EFD595E71DA862190C8B5AA51132937ABF39A17850E2E7A9BD883

To Reproduce
ag-cosmos-helper tx distribution withdraw-all-rewards --from=stake2earn --chain-id=agorictest-11 --gas=auto --keyring-dir=$HOME/.ag-cosmos-helper

Screenshots
image

Desktop (please complete the following information):

  • OS: Linux 18.04
@kwunyeung
Copy link
Member

@michaelfig is that tx missing in your node for running Big Dipper?

@AlexDCryptoC
Copy link
Author

Nop, from my node is not missing ( I can 'query tx' that hash directly in chain and see the results). But in Big Dipper browser explorer, while searching for that tx, I found anything.

@michaelfig
Copy link
Contributor

@michaelfig is that tx missing in your node for running Big Dipper?

I've confirmed that the tx is on Big Dipper, just that the withdraw_rewards rendering has a problem with the data model, and it's the same on current master. I've traced it to events.withdraw_rewards is undefined:

root@explorer-testnet:/home/bigdipper/big-dipper# rg withdraw_rewards .
./imports/ui/components/Activities.jsx
84:            return <p><Account address={msg.delegator_address}/> {(this.props.invalid)?<T>activities.failedTo</T>:''}<MsgType type={msg["@type"]} /> {(!this.props.invalid)?<T _purify={false} amount={new Coin(parseInt(events['withdraw_rewards'][0].value), events['withdraw_rewards'][0].value.replace(/[0-9]/g, '')).toString(6)}>activities.withAmount</T>:''} <T>activities.from</T> <Account address={msg.validator_address} /><T>common.fullStop</T></p>
root@explorer-testnet:/home/bigdipper/big-dipper# 

You can reproduce it at: https://testnet-11.explorer.agoric.net/transactions/68978D4BC53EFD595E71DA862190C8B5AA51132937ABF39A17850E2E7A9BD883

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants