EthereumNetwork / guide-website

A community guide through the Ethereum Network
https://ethereum.network/
Mozilla Public License 2.0
7 stars 5 forks source link

Clicking from one address view to the next doesn't clear the transactions or balance #90

Closed misterigl closed 6 years ago

Valeronlol commented 7 years ago

Hi man. I installed your project locally, but I can not understand the essence of the issue. There are no any "next" buttons to click. Could not more detailed how to reproduce the issue and what result do you expect.

misterigl commented 7 years ago

for example on https://ethereum.network/address/0x97981c7198d9973c4825C19B8a517ea322a24175 it shows the correct balance and past transactions. A click on another address in the table below changes the headline address and the QR code, but neither the balance nor the past transactions. I think we need to find a good way to update this data once we switch to a new address

DmitryAlCh commented 6 years ago

Added a watcher for router, now component make API calls for every router change, and naturally skips same value API calls.

misterigl commented 6 years ago

fixed with #116