pull/5797/head v4.1.6-beta
Viktor Baranov 2 years ago
parent 266f503ee4
commit bcaf9a4f2b
  1. 2
      .tool-versions
  2. 8
      CHANGELOG.md
  3. 1226
      apps/block_scout_web/assets/package-lock.json
  4. 2
      apps/explorer/package-lock.json

@ -1,3 +1,3 @@
elixir 1.13.4-otp-24
erlang 24.3.4.1
nodejs 16.15.1
nodejs 16.16.0

@ -2,6 +2,14 @@
### Features
### Fixes
### Chore
## 4.1.6-beta
### Features
- [#5739](https://github.com/blockscout/blockscout/pull/5739) - Erigon archive node support
- [#5732](https://github.com/blockscout/blockscout/pull/5732) - Manage testnet label (right to the navbar logo)
- [#5699](https://github.com/blockscout/blockscout/pull/5699) - Switch to basic (non-pro) API endpoint for Coingecko requests, if API key is not provided

File diff suppressed because it is too large Load Diff

@ -7,7 +7,7 @@
"name": "blockscout",
"license": "GPL-3.0",
"dependencies": {
"solc": "^0.8.0"
"solc": "0.8.0"
},
"engines": {
"node": "16.x",

Loading…
Cancel
Save