Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

## Incompatible changes #7331

Closed
rk18-art opened this issue Apr 24, 2023 · 0 comments
Closed

## Incompatible changes #7331

rk18-art opened this issue Apr 24, 2023 · 0 comments

Comments

@rk18-art
Copy link

Incompatible changes

Some environment variables changed their namings:

  • Add common MICROSERVICE_ prefix for env vars related to microservices

RUST_VERIFICATION_SERVICE_URL -> MICROSERVICE_SC_VERIFIER_URL
ENABLE_RUST_VERIFICATION_SERVICE -> MICROSERVICE_SC_VERIFIER_ENABLED
VISUALIZE_SOL2UML_SERVICE_URL -> MICROSERVICE_VISUALIZE_SOL2UML_URL
VISUALIZE_SOL2UML_ENABLED -> MICROSERVICE_VISUALIZE_SOL2UML_ENABLED
SIG_PROVIDER_SERVICE_URL -> MICROSERVICE_SIG_PROVIDER_URL
SIG_PROVIDER_ENABLED -> MICROSERVICE_SIG_PROVIDER_ENABLED

  • ENABLE_ prefix to _ENABLED suffix for consistency:

ENABLE_SOURCIFY_INTEGRATION -> SOURCIFY_INTEGRATION_ENABLED
CACHE_ENABLE_TOTAL_GAS_USAGE_COUNTER -> CACHE_TOTAL_GAS_USAGE_COUNTER_ENABLED
FOOTER_ENABLE_FORUM_LINK -> FOOTER_FORUM_LINK_ENABLED
ENABLE_TXS_STATS -> TXS_STATS_ENABLED

  • Env vars for footer have FOOTER_ prefix

LINK_TO_OTHER_EXPLORERS -> FOOTER_LINK_TO_OTHER_EXPLORERS
OTHER_EXPLORERS -> FOOTER_OTHER_EXPLORERS
LOGO_FOOTER -> FOOTER_LOGO

Features

  • #7253 - Add EIP_1559_ELASTICITY_MULTIPLIER env variable
  • #7187 - Integrate Eth Bytecode DB
  • #7185 - Aave v3 transaction actions indexer
  • #7148, #7244 - API v2 improvements: API rate limiting, /tokens/{address_hash}/instances/{token_id}/holders and other changes

Fixes

  • #7242 - Fix daily txs chart
  • #7210 - Fix Makefile docker image build
  • #7203 - Fix write contract functionality for multidimensional arrays case
  • #7186 - Fix build from Dockerfile
  • #7255 - Fix MissingRangesCollector max block number fetching

Chore

  • #7254 - Rename env vars related for the integration with microservices
  • #7107 - Tx actions: remove excess delete_all calls and remake a cache
  • #7201 - Remove rust, cargo from dependencies since the latest version of ex_keccak is using precompiled rust
Dependencies version bumps
  • #7183 - Bump sobelow from 0.11.1 to 0.12.1
  • #7188 - Bump @babel/preset-env from 7.20.2 to 7.21.4 in /apps/block_scout_web/assets
  • #7190 - Bump @amplitude/analytics-browser from 1.9.1 to 1.9.2 in /apps/block_scout_web/assets
  • #7189 - Bump @babel/core from 7.21.3 to 7.21.4 in /apps/block_scout_web/assets
  • #7206 - Bump tesla from 1.5.1 to 1.6.0
  • #7207 - Bump sobelow from 0.12.1 to 0.12.2
  • #7205 - Bump @amplitude/analytics-browser from 1.9.2 to 1.9.3 in /apps/block_scout_web/assets
  • #7204 - Bump postcss-loader from 7.1.0 to 7.2.1 in /apps/block_scout_web/assets
  • #7214 - Bump core-js from 3.29.1 to 3.30.0 in /apps/block_scout_web/assets
  • #7215 - Bump postcss-loader from 7.2.1 to 7.2.4 in /apps/block_scout_web/assets
  • #7220 - Bump wallaby from 0.30.2 to 0.30.3
  • #7236 - Bump sass from 1.60.0 to 1.61.0 in /apps/block_scout_web/assets
  • #7235 - Bump @amplitude/analytics-browser from 1.9.3 to 1.9.4 in /apps/block_scout_web/assets
  • #7224 - Bump webpack from 5.77.0 to 5.78.0 in /apps/block_scout_web/assets
  • #7245 - Bump eslint from 8.37.0 to 8.38.0 in /apps/block_scout_web/assets
  • #7250 - Bump dialyxir from 1.2.0 to 1.3.0

This discussion was created from the release BlockScout v5.1.3-beta.

Originally posted by @vbaranov in #7258

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants