Blockscout 5.1.4

pull/7351/head v5.1.4-beta
Viktor Baranov 2 years ago
parent 126918ce73
commit e65c41e8eb
  1. 2
      .github/workflows/e2e-tests.yml
  2. 2
      .github/workflows/publish-docker-image-every-push.yml
  3. 2
      .github/workflows/publish-docker-image-release.yml
  4. 26
      CHANGELOG.md
  5. 2
      apps/block_scout_web/mix.exs
  6. 2
      apps/ethereum_jsonrpc/mix.exs
  7. 2
      apps/explorer/mix.exs
  8. 2
      apps/indexer/mix.exs
  9. 4
      deploy/testing/eth-goerli/values.yaml
  10. 2
      docker-compose/docker-compose-no-rust-services.yml
  11. 2
      docker-compose/docker-compose.yml
  12. 2
      docker/Makefile
  13. 2
      mix.exs
  14. 2
      rel/config.exs

@ -12,7 +12,7 @@ env:
K8S_PORT: ${{ secrets.K8S_PORT }} K8S_PORT: ${{ secrets.K8S_PORT }}
USERNAME: ${{ secrets.USERNAME }} USERNAME: ${{ secrets.USERNAME }}
BASTION_SSH_KEY: ${{secrets.BASTION_SSH_KEY}} BASTION_SSH_KEY: ${{secrets.BASTION_SSH_KEY}}
RELEASE_VERSION: 5.1.3 RELEASE_VERSION: 5.1.4
jobs: jobs:
push_to_registry: push_to_registry:

@ -7,7 +7,7 @@ on:
env: env:
OTP_VERSION: '25.2.1' OTP_VERSION: '25.2.1'
ELIXIR_VERSION: '1.14.3' ELIXIR_VERSION: '1.14.3'
RELEASE_VERSION: 5.1.3 RELEASE_VERSION: 5.1.4
jobs: jobs:
push_to_registry: push_to_registry:

@ -18,7 +18,7 @@ jobs:
name: Push Docker image to Docker Hub name: Push Docker image to Docker Hub
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
RELEASE_VERSION: 5.1.3 RELEASE_VERSION: 5.1.4
steps: steps:
- name: Check out the repo - name: Check out the repo
uses: actions/checkout@v3 uses: actions/checkout@v3

@ -4,6 +4,14 @@
### Features ### Features
### Fixes
### Chore
## 5.1.4-beta
### Features
- [#7345](https://github.com/blockscout/blockscout/pull/7345) - Manage telegram link and its visibility in the footer - [#7345](https://github.com/blockscout/blockscout/pull/7345) - Manage telegram link and its visibility in the footer
- [#7313](https://github.com/blockscout/blockscout/pull/7313) - API v2 new endpoints: watchlist transactions - [#7313](https://github.com/blockscout/blockscout/pull/7313) - API v2 new endpoints: watchlist transactions
- [#7286](https://github.com/blockscout/blockscout/pull/7286) - Split token instance fetcher - [#7286](https://github.com/blockscout/blockscout/pull/7286) - Split token instance fetcher
@ -35,6 +43,24 @@
<details> <details>
<summary>Dependencies version bumps</summary> <summary>Dependencies version bumps</summary>
- [#7257](https://github.com/blockscout/blockscout/pull/7257) - Bump ecto_sql from 3.10.0 to 3.10.1
- [#7265](https://github.com/blockscout/blockscout/pull/7265) - Bump ecto from 3.10.0 to 3.10.1
- [#7263](https://github.com/blockscout/blockscout/pull/7263) - Bump sass from 1.61.0 to 1.62.0 in /apps/block_scout_web/assets
- [#7264](https://github.com/blockscout/blockscout/pull/7264) - Bump webpack from 5.78.0 to 5.79.0 in /apps/block_scout_web/assets
- [#7274](https://github.com/blockscout/blockscout/pull/7274) - Bump postgrex from 0.17.0 to 0.17.1
- [#7277](https://github.com/blockscout/blockscout/pull/7277) - Bump core-js from 3.30.0 to 3.30.1 in /apps/block_scout_web/assets
- [#7295](https://github.com/blockscout/blockscout/pull/7295) - Bump postcss from 8.4.21 to 8.4.22 in /apps/block_scout_web/assets
- [#7303](https://github.com/blockscout/blockscout/pull/7303) - Bump redix from 1.2.1 to 1.2.2
- [#7302](https://github.com/blockscout/blockscout/pull/7302) - Bump webpack from 5.79.0 to 5.80.0 in /apps/block_scout_web/assets
- [#7307](https://github.com/blockscout/blockscout/pull/7307) - Bump postcss from 8.4.22 to 8.4.23 in /apps/block_scout_web/assets
- [#7321](https://github.com/blockscout/blockscout/pull/7321) - Bump webpack-cli from 5.0.1 to 5.0.2 in /apps/block_scout_web/assets
- [#7320](https://github.com/blockscout/blockscout/pull/7320) - Bump js-cookie from 3.0.1 to 3.0.4 in /apps/block_scout_web/assets
- [#7333](https://github.com/blockscout/blockscout/pull/7333) - Bump js-cookie from 3.0.4 to 3.0.5 in /apps/block_scout_web/assets
- [#7334](https://github.com/blockscout/blockscout/pull/7334) - Bump eslint from 8.38.0 to 8.39.0 in /apps/block_scout_web/assets
- [#7344](https://github.com/blockscout/blockscout/pull/7344) - Bump @amplitude/analytics-browser from 1.9.4 to 1.10.0 in /apps/block_scout_web/assets
- [#7347](https://github.com/blockscout/blockscout/pull/7347) - Bump webpack from 5.80.0 to 5.81.0 in /apps/block_scout_web/assets
- [#7348](https://github.com/blockscout/blockscout/pull/7348) - Bump sass from 1.62.0 to 1.62.1 in /apps/block_scout_web/assets
</details> </details>
## 5.1.3-beta ## 5.1.3-beta

@ -23,7 +23,7 @@ defmodule BlockScoutWeb.Mixfile do
dialyzer: :test dialyzer: :test
], ],
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "5.1.3" version: "5.1.4"
] ]
end end

@ -23,7 +23,7 @@ defmodule EthereumJsonrpc.MixProject do
dialyzer: :test dialyzer: :test
], ],
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "5.1.3" version: "5.1.4"
] ]
end end

@ -24,7 +24,7 @@ defmodule Explorer.Mixfile do
dialyzer: :test dialyzer: :test
], ],
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "5.1.3", version: "5.1.4",
xref: [exclude: [BlockScoutWeb.WebRouter.Helpers]] xref: [exclude: [BlockScoutWeb.WebRouter.Helpers]]
] ]
end end

@ -14,7 +14,7 @@ defmodule Indexer.MixProject do
elixirc_paths: elixirc_paths(Mix.env()), elixirc_paths: elixirc_paths(Mix.env()),
lockfile: "../../mix.lock", lockfile: "../../mix.lock",
start_permanent: Mix.env() == :prod, start_permanent: Mix.env() == :prod,
version: "5.1.3" version: "5.1.4"
] ]
end end

@ -38,7 +38,7 @@ blockscout:
environment: environment:
BLOCKSCOUT_VERSION: BLOCKSCOUT_VERSION:
_default: v5.1.3-beta _default: v5.1.4-beta
ETHEREUM_JSONRPC_VARIANT: ETHEREUM_JSONRPC_VARIANT:
_default: geth _default: geth
HEART_BEAT_TIMEOUT: HEART_BEAT_TIMEOUT:
@ -201,7 +201,7 @@ frontend:
NEXT_PUBLIC_API_BASE_PATH: NEXT_PUBLIC_API_BASE_PATH:
_default: / _default: /
NEXT_PUBLIC_BLOCKSCOUT_VERSION: NEXT_PUBLIC_BLOCKSCOUT_VERSION:
_default: v5.1.3-beta _default: v5.1.4-beta
NEXT_PUBLIC_FOOTER_GITHUB_LINK: NEXT_PUBLIC_FOOTER_GITHUB_LINK:
_default: https://github.com/blockscout/blockscout _default: https://github.com/blockscout/blockscout
NEXT_PUBLIC_FOOTER_TWITTER_LINK: NEXT_PUBLIC_FOOTER_TWITTER_LINK:

@ -27,7 +27,7 @@ services:
CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED: "" CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED: ""
CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL: "" CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL: ""
ADMIN_PANEL_ENABLED: "" ADMIN_PANEL_ENABLED: ""
RELEASE_VERSION: 5.1.3 RELEASE_VERSION: 5.1.4
restart: always restart: always
stop_grace_period: 5m stop_grace_period: 5m
container_name: 'blockscout' container_name: 'blockscout'

@ -28,7 +28,7 @@ services:
CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED: "" CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED: ""
CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL: "" CACHE_ADDRESS_WITH_BALANCES_UPDATE_INTERVAL: ""
ADMIN_PANEL_ENABLED: "" ADMIN_PANEL_ENABLED: ""
RELEASE_VERSION: 5.1.3 RELEASE_VERSION: 5.1.4
restart: always restart: always
stop_grace_period: 5m stop_grace_period: 5m
container_name: 'blockscout' container_name: 'blockscout'

@ -7,7 +7,7 @@ BS_CONTAINER_NAME := blockscout
PG_CONTAINER_IMAGE := postgres:14 PG_CONTAINER_IMAGE := postgres:14
PG_CONTAINER_NAME := db PG_CONTAINER_NAME := db
THIS_FILE = $(lastword $(MAKEFILE_LIST)) THIS_FILE = $(lastword $(MAKEFILE_LIST))
RELEASE_VERSION ?= '5.1.3' RELEASE_VERSION ?= '5.1.4'
PORT ?= '4000' PORT ?= '4000'
TAG := $(RELEASE_VERSION)-commit-$(shell git log -1 --pretty=format:"%h") TAG := $(RELEASE_VERSION)-commit-$(shell git log -1 --pretty=format:"%h")
STABLE_TAG := $(RELEASE_VERSION) STABLE_TAG := $(RELEASE_VERSION)

@ -7,7 +7,7 @@ defmodule BlockScout.Mixfile do
[ [
# app: :block_scout, # app: :block_scout,
# aliases: aliases(config_env()), # aliases: aliases(config_env()),
version: "5.1.3", version: "5.1.4",
apps_path: "apps", apps_path: "apps",
deps: deps(), deps: deps(),
dialyzer: dialyzer(), dialyzer: dialyzer(),

@ -71,7 +71,7 @@ end
# will be used by default # will be used by default
release :blockscout do release :blockscout do
set version: "5.1.3-beta" set version: "5.1.4-beta"
set applications: [ set applications: [
:runtime_tools, :runtime_tools,
block_scout_web: :permanent, block_scout_web: :permanent,

Loading…
Cancel
Save