@ -1,7 +1,6 @@
## Current
### Features
- [#2555 ](https://github.com/poanetwork/blockscout/pull/2555 ) - find and show decoding candidates for logs
- [#2596 ](https://github.com/poanetwork/blockscout/pull/2596 ) - support AuRa's empty step reward type
- [#2561 ](https://github.com/poanetwork/blockscout/pull/2561 ) - Add token's type to the response of tokenlist method
@ -9,7 +8,6 @@
- [#2497 ](https://github.com/poanetwork/blockscout/pull/2497 ) - Add generic Ordered Cache behaviour and implementation
### Fixes
- [#2640 ](https://github.com/poanetwork/blockscout/pull/2640 ) - SVG network icons
- [#2635 ](https://github.com/poanetwork/blockscout/pull/2635 ) - optimize ERC721 inventory query
- [#2626 ](https://github.com/poanetwork/blockscout/pull/2626 ) - Fixing 2 Mobile UI Issues
@ -26,7 +24,6 @@
- [#2538 ](https://github.com/poanetwork/blockscout/pull/2538 ) - fetch the last not empty coin balance records
### Chore
- [#2646 ](https://github.com/poanetwork/blockscout/pull/2646 ) - Added Xerom to list of Additional Chains using BlockScout
- [#2634 ](https://github.com/poanetwork/blockscout/pull/2634 ) - add Lukso to networks dropdown
- [#2617 ](https://github.com/poanetwork/blockscout/pull/2617 ) - skip cache update if there are no blocks inserted
@ -37,10 +34,10 @@
- [#2574 ](https://github.com/poanetwork/blockscout/pull/2574 ) - limit request body in json rpc error
- [#2566 ](https://github.com/poanetwork/blockscout/pull/2566 ) - upgrade absinthe phoenix
## 2.0.3-beta
### Features
- [#2433 ](https://github.com/poanetwork/blockscout/pull/2433 ) - Add a functionality to try Eth RPC methods in the documentation
- [#2529 ](https://github.com/poanetwork/blockscout/pull/2529 ) - show both eth value and token transfers on transaction overview page
- [#2376 ](https://github.com/poanetwork/blockscout/pull/2376 ) - Split API and WebApp routes
@ -50,7 +47,6 @@
- [#2403 ](https://github.com/poanetwork/blockscout/pull/2403 ) - Return gasPrice field at the result of gettxinfo method
### Fixes
- [#2562 ](https://github.com/poanetwork/blockscout/pull/2562 ) - Fix dark theme flickering
- [#2560 ](https://github.com/poanetwork/blockscout/pull/2560 ) - fix slash before not empty path in docs
- [#2559 ](https://github.com/poanetwork/blockscout/pull/2559 ) - fix rsk total supply for empty exchange rate
@ -84,7 +80,6 @@
- [#2551 ](https://github.com/poanetwork/blockscout/pull/2551 ) - Correctly handle dynamically created Bootstrap tooltips
### Chore
- [#2554 ](https://github.com/poanetwork/blockscout/pull/2554 ) - remove extra slash for endpoint url in docs
- [#2552 ](https://github.com/poanetwork/blockscout/pull/2552 ) - remove brackets for token holders percentage
- [#2507 ](https://github.com/poanetwork/blockscout/pull/2507 ) - update minor version of ecto, ex_machina, phoenix_live_reload
@ -101,10 +96,10 @@
- [#2402 ](https://github.com/poanetwork/blockscout/pull/2402 ) - bump otp version to 22.0
- [#2373 ](https://github.com/poanetwork/blockscout/pull/2373 ) - Add script to validate internal_transactions constraint for large DBs
## 2.0.2-beta
### Features
- [#2412 ](https://github.com/poanetwork/blockscout/pull/2412 ) - dark theme
- [#2399 ](https://github.com/poanetwork/blockscout/pull/2399 ) - decode verified smart contract's logs
- [#2391 ](https://github.com/poanetwork/blockscout/pull/2391 ) - Controllers Improvements
@ -117,7 +112,6 @@
- [#2324 ](https://github.com/poanetwork/blockscout/pull/2324 ) - set timeout for loading message on the main page
### Fixes
- [#2421 ](https://github.com/poanetwork/blockscout/pull/2421 ) - Fix hiding of loader for txs on the main page
- [#2420 ](https://github.com/poanetwork/blockscout/pull/2420 ) - fetch data from cache in healthy endpoint
- [#2416 ](https://github.com/poanetwork/blockscout/pull/2416 ) - Fix "page not found" handling in the router
@ -145,7 +139,6 @@
- [#2326 ](https://github.com/poanetwork/blockscout/pull/2326 ) - fix nested constructor arguments
### Chore
- [#2422 ](https://github.com/poanetwork/blockscout/pull/2422 ) - check if address_id is binary in token_transfers_csv endpoint
- [#2418 ](https://github.com/poanetwork/blockscout/pull/2418 ) - Remove parentheses in market cap percentage
- [#2401 ](https://github.com/poanetwork/blockscout/pull/2401 ) - add ENV vars to manage updating period of average block time and market history cache
@ -160,10 +153,10 @@
- [#2293 ](https://github.com/poanetwork/blockscout/pull/2293 ) - remove request idle timeout configuration
- [#2255 ](https://github.com/poanetwork/blockscout/pull/2255 ) - bump elixir version to 1.9.0
## 2.0.1-beta
### Features
- [#2283 ](https://github.com/poanetwork/blockscout/pull/2283 ) - Add transactions cache
- [#2182 ](https://github.com/poanetwork/blockscout/pull/2182 ) - add market history cache
- [#2109 ](https://github.com/poanetwork/blockscout/pull/2109 ) - use bigger updates instead of `Multi` transactions in BlocksTransactionsMismatch
@ -178,7 +171,6 @@
- [#2266 ](https://github.com/poanetwork/blockscout/pull/2266 ) - allow excluding uncles from average block time calculation
### Fixes
- [#2290 ](https://github.com/poanetwork/blockscout/pull/2290 ) - Add eth_get_balance.json to AddressView's render
- [#2286 ](https://github.com/poanetwork/blockscout/pull/2286 ) - banner stats issues on sm resolutions, transactions title issue
- [#2284 ](https://github.com/poanetwork/blockscout/pull/2284 ) - add 404 status for not existing pages
@ -244,16 +236,15 @@
- [#2276 ](https://github.com/poanetwork/blockscout/pull/2276 ) - remove port in docs
### Chore
- [#2127 ](https://github.com/poanetwork/blockscout/pull/2127 ) - use previouse chromedriver version
- [#2118 ](https://github.com/poanetwork/blockscout/pull/2118 ) - show only the last decompiled contract
- [#2255 ](https://github.com/poanetwork/blockscout/pull/2255 ) - upgrade elixir version to 1.9.0
- [#2256 ](https://github.com/poanetwork/blockscout/pull/2256 ) - use the latest version of chromedriver
## 2.0.0-beta
### Features
- [#2044 ](https://github.com/poanetwork/blockscout/pull/2044 ) - New network selector.
- [#2091 ](https://github.com/poanetwork/blockscout/pull/2091 ) - Added "Question" modal.
- [#1963 ](https://github.com/poanetwork/blockscout/pull/1963 ), [#1959 ](https://github.com/poanetwork/blockscout/pull/1959 ), [#1948 ](https://github.com/poanetwork/blockscout/pull/1948 ), [#1936 ](https://github.com/poanetwork/blockscout/pull/1936 ), [#1925 ](https://github.com/poanetwork/blockscout/pull/1925 ), [#1922 ](https://github.com/poanetwork/blockscout/pull/1922 ), [#1903 ](https://github.com/poanetwork/blockscout/pull/1903 ), [#1874 ](https://github.com/poanetwork/blockscout/pull/1874 ), [#1895 ](https://github.com/poanetwork/blockscout/pull/1895 ), [#2031 ](https://github.com/poanetwork/blockscout/pull/2031 ), [#2073 ](https://github.com/poanetwork/blockscout/pull/2073 ), [#2074 ](https://github.com/poanetwork/blockscout/pull/2074 ), - added new themes and logos for poa, eth, rinkeby, goerli, ropsten, kovan, sokol, xdai, etc, rsk and default theme
@ -280,7 +271,6 @@
- [#2100 ](https://github.com/poanetwork/blockscout/pull/2100 ) - feat: eth_get_balance rpc endpoint
### Fixes
- [#2228 ](https://github.com/poanetwork/blockscout/pull/2228 ) - favorites duplication issues, active radio issue
- [#2207 ](https://github.com/poanetwork/blockscout/pull/2207 ) - new 'download csv' button design
- [#2206 ](https://github.com/poanetwork/blockscout/pull/2206 ) - added styles for 'Download All Transactions as CSV' button
@ -334,6 +324,7 @@
- [#2055 ](https://github.com/poanetwork/blockscout/pull/2055 ) - Increase timeout for geth indexers
- [#2069 ](https://github.com/poanetwork/blockscout/pull/2069 ) - Docsify integration: static docs page generation
## 1.3.15-beta
### Features
@ -348,6 +339,7 @@
- [#1992 ](https://github.com/poanetwork/blockscout/pull/1992 ) - fix: support https for wobserver polling
- [#2027 ](https://github.com/poanetwork/blockscout/pull/2027 ) - fix: `BlocksTransactionsMismatch` ignoring blocks without transactions
## 1.3.14-beta
- [#1812 ](https://github.com/poanetwork/blockscout/pull/1812 ) - add pagination to addresses page
@ -362,6 +354,7 @@
- [#1892 ](https://github.com/poanetwork/blockscout/pull/1892 ) - Remove temporary worker modules
## 1.3.13-beta
### Features
@ -374,10 +367,12 @@
- [#1881 ](https://github.com/poanetwork/blockscout/pull/1881 ) - fix: store solc versions locally for performance
- [#1898 ](https://github.com/poanetwork/blockscout/pull/1898 ) - check if the constructor has arguments before verifying constructor arguments
## 1.3.12-beta
Reverting of synchronous block counter, implemented in #1848
## 1.3.11-beta
### Features
@ -399,6 +394,7 @@ Reverting of synchronous block counter, implemented in #1848
- [#1814 ](https://github.com/poanetwork/blockscout/pull/1814 ) - Clear build artefacts script
- [#1837 ](https://github.com/poanetwork/blockscout/pull/1837 ) - Add -f flag to clear_build.sh script delete static folder
## 1.3.10-beta
### Features
@ -443,6 +439,7 @@ Reverting of synchronous block counter, implemented in #1848
- [#1763 ](https://github.com/poanetwork/blockscout/pull/1763 ) - Describe indexer structure and list existing fetchers
- [#1800 ](https://github.com/poanetwork/blockscout/pull/1800 ) - Disable lazy logging check in Credo
## 1.3.9-beta
### Features
@ -470,6 +467,7 @@ Reverting of synchronous block counter, implemented in #1848
- [#1693 ](https://github.com/poanetwork/blockscout/pull/1693 ) - Add a checklist to the PR template
## 1.3.8-beta
### Features
@ -491,6 +489,7 @@ Reverting of synchronous block counter, implemented in #1848
### Chore
## 1.3.7-beta
### Features
@ -506,6 +505,7 @@ Reverting of synchronous block counter, implemented in #1848
- [#1610 ](https://github.com/poanetwork/blockscout/pull/1610 ) - Add PIRL to Readme
## 1.3.6-beta
### Features
@ -530,6 +530,7 @@ Reverting of synchronous block counter, implemented in #1848
- [#1578 ](https://github.com/poanetwork/blockscout/pull/1578 ) - Refine contributing procedure
- [#1572 ](https://github.com/poanetwork/blockscout/pull/1572 ) - Add option to disable block rewards in indexer config
## 1.3.5-beta
### Features
@ -547,7 +548,6 @@ Reverting of synchronous block counter, implemented in #1848
- [#1466 ](https://github.com/poanetwork/blockscout/pull/1466 ) - Decoding candidates for unverified contracts
### Fixes
- [#1545 ](https://github.com/poanetwork/blockscout/pull/1545 ) - Fix scheduling of latest block polling in Realtime Fetcher
- [#1554 ](https://github.com/poanetwork/blockscout/pull/1554 ) - Encode integer parameters when calling smart contract functions
- [#1537 ](https://github.com/poanetwork/blockscout/pull/1537 ) - Fix test that depended on date
@ -568,7 +568,6 @@ Reverting of synchronous block counter, implemented in #1848
- [#1479 ](https://github.com/poanetwork/blockscout/pull/1479 ) - Remove smoothing from coin balance chart
### Chore
- < https: / / github . com / poanetwork / blockscout / pull / 1532 > - Upgrade elixir to 1.8.1
- < https: / / github . com / poanetwork / blockscout / pull / 1553 > - Dockerfile: remove 1.7.1 version pin FROM bitwalker/alpine-elixir-phoenix
- < https: / / github . com / poanetwork / blockscout / pull / 1465 > - Resolve lodash security alert
- [https://github.com/poanetwork/blockscout/pull/1532 ](https://github.com/poanetwork/blockscout/pull/1532 ) - Upgrade elixir to 1.8.1
- [https://github.com/poanetwork/blockscout/pull/1553 ](https://github.com/poanetwork/blockscout/pull/1553 ) - Dockerfile: remove 1.7.1 version pin FROM bitwalker/alpine-elixir-phoenix
- [https://github.com/poanetwork/blockscout/pull/1465 ](https://github.com/poanetwork/blockscout/pull/1465 ) - Resolve lodash security alert