EOSTracker
EOSTracker copied to clipboard
🗄EOS Tracker: Real time block explorer for EOS Blockchain
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
When I switch to `Transaction` TabBar, the right side shows the block with zero transactions , usually I need to scroll down several pages to find the target transaction.
https://eostracker.io/transactions/6fea88d6d6fe04bf686b5712e631771b784b9d809b9b6671fcdb6daa077e8fa0 action with multiple authorities must be splitted by space or commas
We could start to draw nice charts from the blockchain: https://twitter.com/chjango/status/1025228593368977408 Related to find a chart library. Inspiration : https://etherscan.io/charts
The json that we are using to get tokens now has more extra info like image, we could use it to improve the interface. https://github.com/eoscafe/eos-airdrops/blob/master/tokens.json
Proxies are becoming very popular, we could start showing information like we do for producers. Something similar to https://www.alohaeos.com/vote/proxy There is a table in blockchain containing this data with some...
https://steemit.com/eos/@greymass/an-eos-smart-contract-for-block-producer-information We could show from bps more info in the table, icon, email contact, location
Detect country of visitor and load default language if exists in the list.
We want to catch and track client unexpected errors. We can probably use ga for tracking, https://developers.google.com/analytics/devguides/collection/analyticsjs/exceptions.