forbole / big-dipper

A block explorer for Cosmos
https://cosmos.bigdipper.live
Apache License 2.0
180 stars 243 forks source link

Transaction about submit-proposal to cancel-software-upgrade doesn't work #507

Open RaulBernal opened 3 years ago

RaulBernal commented 3 years ago

Describe the bug When I try to submit-proposal to cancel-software-upgrade doesn't show in explorer TRANSACTION tab

To Reproduce Steps to reproduce the behavior:

  1. Submit a proposal with similar command to this: bcnad tx gov submit-proposal cancel-software-upgrade --title "Upgrade to INDICA version at block 557264" --description "PROPOSAL: Vote indica version to get last update securities from Cosmos SDK 0.42.4 and Tendermint 0.34.9 at block 557264" --deposit 100000000000ubcna --from resources --chain-id bitcanna-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.01ubcna
  2. Click on EXPLORER > TRANSACTIONS TAB
  3. Wait to refreshing
  4. See error: `schedule 5 minutes ago 538,491 0.004319 BCNA We're sorry - something's gone wrong.

Please try to refresh the page and see if the problem is gone. If the problem keeps happening, please consider filing a Github issue.`

image

RaulBernal commented 3 years ago

Same for submit-upgrade bcnad tx gov submit-proposal software-upgrade indica --upgrade-height 568550 --upgrade-info "Vote indica version to get last update securities from Cosmos SDK 0.42.4 and Tendermint 0.34.9 at block 568550" --title "Upgrade to INDICA version at block 568550" --description "PROPOSAL: Vote indica version to get last update securities from Cosmos SDK 0.42.4 and Tendermint 0.34.9 at block 557264" --deposit 100000000000ubcna --from resources --chain-id bitcanna-1 --gas auto --gas-adjustment 1.5 --gas-prices 0.01ubcna