Skip to content

BlockScout v6.7.2-beta

Latest
Compare
Choose a tag to compare
@vbaranov vbaranov released this 04 Jul 08:49
· 7 commits to master since this release
ea9f6e5

馃悰 Bug Fixes

  • Apply Ecto set explicit ssl_opts: [verify: :verify_none] to all prod repos (#10369)
  • Fix slow internal transactions query (#10346)
  • Don't execute update query for empty list (#10344)
  • Add rescue on tx revert reason fetching (#10366)
  • Reth compatibility (#10335)
  • Public metrics enabling (#10365)
  • Flaky market test (#10262)

鈿欙笍 Miscellaneous Tasks

  • Bump elixir to 1.16.3 and Erlang OTP to 26.2.5.1 (#9256)

What's Changed

  • fix: proper handling of Arbitrum transactions without gas_used_for_l1 by @akolotov in #10333
  • chore(deps): bump con_cache from 1.0.0 to 1.1.0 by @dependabot in #10266
  • chore(deps-dev): bump wallaby from 0.30.7 to 0.30.9 by @dependabot in #10265
  • chore(deps): bump ex_cldr from 2.38.1 to 2.39.2 by @dependabot in #10315
  • chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /apps/block_scout_web/assets by @dependabot in #10249
  • chore(deps): bump tesla from 1.9.0 to 1.11.1 by @dependabot in #10343
  • fix: flaky market test by @sl1depengwyn in #10262
  • chore(deps-dev): bump credo from 1.7.6 to 1.7.7 by @dependabot in #10269
  • chore(deps): bump logger_json from 5.1.4 to 6.0.3 by @dependabot in #10270
  • chore(deps-dev): bump ex_doc from 0.32.2 to 0.34.1 by @dependabot in #10314
  • fix: Don't execute update missing_balance_of_tokens query for empty list by @Qwerty5Uiop in #10344
  • chore(deps): bump dataloader from 1.0.11 to 2.0.0 by @dependabot in #10267
  • Revert "chore(deps): bump logger_json from 5.1.4 to 6.0.3" by @vbaranov in #10348
  • chore: bump elixir to 1.16.3 and Erlang OTP to 26.2.5.1 by @k1rill-fedoseev in #9256
  • chore(deps-dev): bump postcss from 8.4.38 to 8.4.39 in /apps/block_scout_web/assets by @dependabot in #10360
  • chore(deps-dev): bump webpack from 5.91.0 to 5.92.1 in /apps/block_scout_web/assets by @dependabot in #10359
  • chore(deps-dev): bump @babel/preset-env from 7.24.6 to 7.24.7 in /apps/block_scout_web/assets by @dependabot in #10357
  • chore(deps): bump mixpanel-browser from 2.51.0 to 2.53.0 in /apps/block_scout_web/assets by @dependabot in #10352
  • chore(deps): bump sweetalert2 from 11.11.0 to 11.12.1 in /apps/block_scout_web/assets by @dependabot in #10356
  • chore(deps-dev): bump css-loader from 7.1.1 to 7.1.2 in /apps/block_scout_web/assets by @dependabot in #10358
  • chore(deps-dev): bump sass-loader from 14.1.1 to 14.2.1 in /apps/block_scout_web/assets by @dependabot in #10355
  • chore(deps): bump ex_abi from 243892a to 44b9f9b by @dependabot in #10316
  • chore(deps-dev): bump @babel/core from 7.24.6 to 7.24.7 in /apps/block_scout_web/assets by @dependabot in #10354
  • chore(deps-dev): bump ex_machina from 2.7.0 to 2.8.0 by @dependabot in #10351
  • fix: public metrics enabling by @vbaranov in #10365
  • chore(deps-dev): bump eslint-plugin-promise from 6.2.0 to 6.4.0 in /apps/block_scout_web/assets by @dependabot in #10353
  • fix: reth compatibility by @k1rill-fedoseev in #10335
  • fix: Add rescue on tx revert reason fetching by @nikitosing in #10366
  • fix: Fix slow internal transactions query by @nikitosing in #10346
  • fix: Apply Ecto set explicit ssl_opts: [verify: :verify_none] to all prod repos by @vbaranov in #10369
  • fix: simplify query for weekly_deployed_smart_contracts_number public metric by @vbaranov in #10372

Full Changelog: v6.7.1-beta...v6.7.2-beta