rddl-network / tendermint-explorer

Blockchain explorer for Tendermint. Supports JSON transactions and UTF-8
https://github.com/dappforce/tendermint-explorer
0 stars 0 forks source link

Bug: no Transactions are shown in the block explorer #5

Closed eckelj closed 1 year ago

eckelj commented 1 year ago

Conditions:

Run a local RDDL-network node Connect the RDDL-explorer from the update-style-rddl or develop branch Click on the tab: Blocks Click on a listed block: e.g. 289

image.png

Observation: a block page appears that does not contain any transactions. it is saying This block has no transactions This is obviously wrong as planetmint shows that the block contains transactions: image.png Expectation: the transaction IDs should be listed and could just link to the raw transaction at <node-name/ip>:port/api/v1/transactions/

eckelj commented 1 year ago

I mixed up the block numbers in the screenshots. but the actual bug exists. excuse this inconvenince