mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-13 14:17:01 +00:00
Don't implicitly rely on explorer overview having been loaded to initially populate `entities.transactions`. Also, that container should watch for new blocks/transactions same as the other explorer containers. Restore `fetchTransactions` and related to TransactionsContainer. It's no longer the basis of pagination (it didn't work as desired), but when navigating through the transaction pages that action will ensure more transactions are fetched so that the account page will list more of an account's transactions over time. That was a side effect of `getTransactions` before it was removed in favor of `getBlocksFull`, which is still the basis of revised pagination logic in the transactions explorer.
embark-ui
Web frontend for interactive DApp development with Embark
Visit embark.status.im to get started with Embark.