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

Bump Version to 4.18 #28

Merged
merged 27 commits into from
Dec 30, 2022
Merged

Conversation

MayankMittal1
Copy link

GitHub keywords to close any associated issues

Motivation

Why we should merge these changes. If using GitHub keywords to close issues, this is optional as the motivation can be read on the issue page.

Changelog

Enhancements

Things you added that don't break anything. Regression tests for Bug Fixes count as Enhancements.

Bug Fixes

Things you changed that fix bugs. If a fixes a bug, but in so doing adds a new requirement, removes code, or requires a database reset and reindex, the breaking part of the change should be added to Incompatible Changes below also.

Incompatible Changes

Things you broke while doing Enhancements and Bug Fixes. Breaking changes include (1) adding new requirements and (2) removing code. Renaming counts as (2) because a rename is a removal followed by an add.

Upgrading

If you have any Incompatible Changes in the above Changelog, outline how users of prior versions can upgrade once this PR lands or when reviewers are testing locally. A common upgrading step is "Database reset and re-index required".

Checklist for your Pull Request (PR)

@MayankMittal1 MayankMittal1 merged commit cb738d4 into fuseio:spark Dec 30, 2022
MayankMittal1 added a commit that referenced this pull request Feb 1, 2023
* fix: UI update

* UI: Dark theme Fixes

* UI: Navbar Logo Fix

* fix: read and write contract

* ft: add bridged tokens

* feat: fixes

* feat: fixes

* fix: token balances

* fix: validator info url

* fix: merge conflicts

* fix: SQL autocomplete query

* fix: add dependencies and fix balance fetcher

* fix: consensus address

* fix: provider url

* fix: provider url

* fix: added provider url as env variable

* fix: MakeFile

* fix: Remove Redundant code, Header, Makefile

* fix: tooltip colour

* feat: add google analytics

* Add Status Link

* Change Dark Theme Colours

* Removed Link to Uncles

* Update Logo to Single Colour

* Feat: Export csv by block number

* Fix: format code and cors

* Fix Build Issues
MayankMittal1 added a commit that referenced this pull request Feb 3, 2023
* Bump jquery from 3.6.1 to 3.6.2 in /apps/block_scout_web/assets

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.6.1...3.6.2)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* ignore receipt fileds for metis

* Add latest image for frontend-main

* Add latest image for frontend-main

* fix build job

* Missing ranges collector

* Fix FIRST_BLOCK LAST_BLOCK envs logic

* Fix min_missing_block_number updating

* Find min_missing_block_number by batches

* Fix wrong h1 closing tag

* Unhandled division by 0

Fix the division if is 0

* Token icon default URL

* Add to MM button explorer URL fix

* if 0 blocks do not apply prometheus instrumenter

* Fix frontend image (blockscout#6606)

* test latest image for frontend-main

* test latest image for frontend-main

* add ARG to Dockerfile

* update Changelog

* Run e2e tests after approve (blockscout#6607)

* Run e2e tests after approve

* update Changelog

* Bump tesla from 1.4.4 to 1.5.0

Bumps [tesla](https://github.com/teamon/tesla) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/teamon/tesla/releases)
- [Commits](elixir-tesla/tesla@v1.4.4...v1.5.0)

---
updated-dependencies:
- dependency-name: tesla
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump chart.js from 4.0.1 to 4.1.0 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Expand ETHEREUM_JSONRPC_HTTP_INSECURE env variable usage to than Geth clients (blockscout#6601)

* Add account analytics

* Add navbar search analytics

* Add search page analytics

* Bump chart.js from 4.1.0 to 4.1.1 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.29.0 to 8.30.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.29.0...v8.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.56.2 to 1.57.0 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.56.2 to 1.57.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.56.2...1.57.0)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add env vars for analytics

* handling stale error when try delete notification

* Bump @amplitude/analytics-browser in /apps/block_scout_web/assets

Bumps [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) from 1.6.1 to 1.6.6.
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/analytics-browser@1.6.1...@amplitude/analytics-browser@1.6.6)

---
updated-dependencies:
- dependency-name: "@amplitude/analytics-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.57.0 to 1.57.1 in /apps/block_scout_web/assets

Bumps [sass](https://github.com/sass/dart-sass) from 1.57.0 to 1.57.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.57.0...1.57.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sweetalert2 from 11.6.15 to 11.6.16 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.6.15 to 11.6.16.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.6.15...v11.6.16)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jquery from 3.6.2 to 3.6.3 in /apps/block_scout_web/assets

Bumps [jquery](https://github.com/jquery/jquery) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.6.2...3.6.3)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ecto_sql from 3.9.1 to 3.9.2

Bumps [ecto_sql](https://github.com/elixir-ecto/ecto_sql) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/elixir-ecto/ecto_sql/releases)
- [Changelog](https://github.com/elixir-ecto/ecto_sql/blob/master/CHANGELOG.md)
- [Commits](elixir-ecto/ecto_sql@v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: ecto_sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Persistent missing ranges storage

* Bump ecto from 3.9.3 to 3.9.4

Bumps [ecto](https://github.com/elixir-ecto/ecto) from 3.9.3 to 3.9.4.
- [Release notes](https://github.com/elixir-ecto/ecto/releases)
- [Changelog](https://github.com/elixir-ecto/ecto/blob/v3.9.4/CHANGELOG.md)
- [Commits](elixir-ecto/ecto@v3.9.3...v3.9.4)

---
updated-dependencies:
- dependency-name: ecto
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @amplitude/analytics-browser in /apps/block_scout_web/assets

Bumps [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) from 1.6.6 to 1.6.7.
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/analytics-browser@1.6.6...@amplitude/analytics-browser@1.6.7)

---
updated-dependencies:
- dependency-name: "@amplitude/analytics-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/core from 7.20.5 to 7.20.7 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.5 to 7.20.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.7/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Pending block operations update

* Update tests

* PendingBlockOperation block_number soft migration

* Decrease future_check_interval for tests

* Invalidate GA cache

* Bump luxon from 3.1.1 to 3.2.0 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.1.1...3.2.0)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump flow from 1.2.0 to 1.2.1

Bumps [flow](https://github.com/dashbitco/flow) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add sender's address for read-only functions; Done some smart-contract endpoints

* Add SmartContract controller

* Remove sender from proxy reading; Add error processing for contract's response in api v2

* Add /tokens endpoint for address in api v2

* Add json entities to some websockets v2

* Add address existance check

* Remove unused get method

* Fix tests

* Add filtering by token type in /addresses/../tokens

* Add smart-contract controller test for api v2

* Done tests for smart-contract controller

* Add tests for /tokens tab

* Add view for unverified contract; Move /smart-contracts to a separate router and add it to ignore list in sobelow config

* Fix unhandled error; Add regression tests; Add missing existance smart-contracts checks

* Create and reuse js function

* Fix error on non-existent method id + regression test

* Add args handling

* Add nil handle

* Fix mix credo

* Bump core-js from 3.26.1 to 3.27.1 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.26.1 to 3.27.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.27.1/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump viewerjs from 1.11.1 to 1.11.2 in /apps/block_scout_web/assets

Bumps [viewerjs](https://github.com/fengyuanchen/viewerjs) from 1.11.1 to 1.11.2.
- [Release notes](https://github.com/fengyuanchen/viewerjs/releases)
- [Changelog](https://github.com/fengyuanchen/viewerjs/blob/main/CHANGELOG.md)
- [Commits](fengyuanchen/viewerjs@v1.11.1...v1.11.2)

---
updated-dependencies:
- dependency-name: viewerjs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.30.0 to 8.31.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.30.0...v8.31.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @babel/core from 7.20.7 to 7.20.12 in /apps/block_scout_web/assets

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.7 to 7.20.12.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.20.12/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump json5 from 1.0.1 to 1.0.2 in /apps/block_scout_web/assets

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump babel-loader from 9.1.0 to 9.1.2 in /apps/block_scout_web/assets

Bumps [babel-loader](https://github.com/babel/babel-loader) from 9.1.0 to 9.1.2.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](babel/babel-loader@v9.1.0...v9.1.2)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update CHANGELOG

* Bump chart.js from 4.1.1 to 4.1.2 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump luxon from 3.2.0 to 3.2.1 in /apps/block_scout_web/assets

Bumps [luxon](https://github.com/moment/luxon) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](moment/luxon@3.2.0...3.2.1)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump web3modal from 1.9.10 to 1.9.11 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.10 to 1.9.11.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](https://github.com/web3modal/web3modal/commits)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix bugs in smart contracts API v2

* Add /tokens endpoint

* Bump gettext from 0.20.0 to 0.21.0

Bumps [gettext](https://github.com/elixir-gettext/gettext) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/elixir-gettext/gettext/releases)
- [Changelog](https://github.com/elixir-gettext/gettext/blob/main/CHANGELOG.md)
- [Commits](elixir-gettext/gettext@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: gettext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add /addresses

* Bump flow from 1.2.1 to 1.2.2

Bumps [flow](https://github.com/dashbitco/flow) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix MissingRangesCollector initial state

* Bump postcss from 8.4.20 to 8.4.21 in /apps/block_scout_web/assets

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.20 to 8.4.21.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.20...8.4.21)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump bamboo from 2.2.0 to 2.3.0

Bumps [bamboo](https://github.com/thoughtbot/bamboo) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/thoughtbot/bamboo/releases)
- [Changelog](https://github.com/thoughtbot/bamboo/blob/main/CHANGELOG.md)
- [Commits](beam-community/bamboo@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: bamboo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump flow from 1.2.2 to 1.2.3

Bumps [flow](https://github.com/dashbitco/flow) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/dashbitco/flow/releases)
- [Changelog](https://github.com/dashbitco/flow/blob/master/CHANGELOG.md)
- [Commits](dashbitco/flow@v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: flow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix tests

* Fix tests

* CHANGELOG.md

* Bump briefly from `1dd66ee` to `13a9790`

Bumps [briefly](https://github.com/CargoSense/briefly) from `1dd66ee` to `13a9790`.
- [Release notes](https://github.com/CargoSense/briefly/releases)
- [Commits](CargoSense/briefly@1dd66ee...13a9790)

---
updated-dependencies:
- dependency-name: briefly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mime from 1.6.0 to 2.0.3

Bumps [mime](https://github.com/elixir-plug/mime) from 1.6.0 to 2.0.3.
- [Release notes](https://github.com/elixir-plug/mime/releases)
- [Changelog](https://github.com/elixir-plug/mime/blob/master/CHANGELOG.md)
- [Commits](elixir-plug/mime@v1.6.0...v2.0.3)

---
updated-dependencies:
- dependency-name: mime
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add regression test

* Add padding to error pages

[no ci]

* Blockscout 5.0.0

* Bump sweetalert2 from 11.6.16 to 11.7.0 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.6.16 to 11.7.0.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.6.16...v11.7.0)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @amplitude/analytics-browser in /apps/block_scout_web/assets

Bumps [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) from 1.6.7 to 1.6.8.
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/analytics-browser@1.6.7...@amplitude/analytics-browser@1.6.8)

---
updated-dependencies:
- dependency-name: "@amplitude/analytics-browser"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 5.0.0 release

* Fix smart contract bug + regression test

* Fix tests

* CHANGELOG.md

* Drop constructor args for twin contracts

* Remove internal transactions deletion

* Bump eslint-plugin-import in /apps/block_scout_web/assets

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.26.0 to 2.27.4.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.26.0...v2.27.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prometheus from 4.9.1 to 4.10.0

Bumps [prometheus](https://github.com/deadtrickster/prometheus.erl) from 4.9.1 to 4.10.0.
- [Release notes](https://github.com/deadtrickster/prometheus.erl/releases)
- [Commits](deadtrickster/prometheus.erl@v4.9.1...v4.10.0)

---
updated-dependencies:
- dependency-name: prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump briefly from `13a9790` to `20d1318`

Bumps [briefly](https://github.com/CargoSense/briefly) from `13a9790` to `20d1318`.
- [Release notes](https://github.com/CargoSense/briefly/releases)
- [Commits](CargoSense/briefly@13a9790...20d1318)

---
updated-dependencies:
- dependency-name: briefly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix test

* Add /search/check-redirect

* Add filtering by token type in /tokens

* Fix timestamps in /tokens/{address_hash}/transfers

* Add possibility to filter token transfers by token for address

* token_address_hash -> token

* Add method to token transfers

* Add tx_hash to log body

* Changelog

* Add block_hash and log_index to token transfers in order to make all items unique

* Checksum some addresses in smart contract body

* Bump eslint from 8.31.0 to 8.32.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.31.0 to 8.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.31.0...v8.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add missing coin_balance to /addresses items

* Bump eslint-plugin-import in /apps/block_scout_web/assets

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.4 to 2.27.5.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.27.4...v2.27.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ex_cldr_numbers from 2.28.0 to 2.29.0

Bumps [ex_cldr_numbers](https://github.com/elixir-cldr/cldr_numbers) from 2.28.0 to 2.29.0.
- [Release notes](https://github.com/elixir-cldr/cldr_numbers/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_numbers/blob/master/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_numbers@v2.28.0...v2.29.0)

---
updated-dependencies:
- dependency-name: ex_cldr_numbers
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix dialyzer

* Bump chart.js from 4.1.2 to 4.2.0 in /apps/block_scout_web/assets

Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: chart.js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump core-js from 3.27.1 to 3.27.2 in /apps/block_scout_web/assets

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.27.1 to 3.27.2.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.27.2/packages/core-js)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add nil clause for format_integer_to_currency/1 (blockscout#6736)

* Add nil clause for format_integer_to_currency/1

* Changelog

* Update .tool-versions: elixir 1.14.3-otp-25, erlang 25.2.1

* Process errors and warnings with enables check-js feature in VS code

* Fix address counter on empty chain (blockscout#6746)

* Fix address counter on empty chain

* Update CHANGELOG.md

[no ci]

* Bump gettext from 0.21.0 to 0.22.0

Bumps [gettext](https://github.com/elixir-gettext/gettext) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/elixir-gettext/gettext/releases)
- [Changelog](https://github.com/elixir-gettext/gettext/blob/main/CHANGELOG.md)
- [Commits](elixir-gettext/gettext@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: gettext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cookiejar from 2.1.3 to 2.1.4 in /apps/block_scout_web/assets

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Change tokens lock type

* Add callTracer support for geth

* Add test for geth callTracer support

* Update CHANGELOG.md

* Bump jest from 29.3.1 to 29.4.0 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.3.1 to 29.4.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.0/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest-environment-jsdom in /apps/block_scout_web/assets

Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.3.1 to 29.4.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.0/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update Dockerfile

* Update CHANGELOG.md

* Update nodejs in .tool-versions

* Update .tool-versions

* Bump sweetalert2 from 11.7.0 to 11.7.1 in /apps/block_scout_web/assets

Bumps [sweetalert2](https://github.com/sweetalert2/sweetalert2) from 11.7.0 to 11.7.1.
- [Release notes](https://github.com/sweetalert2/sweetalert2/releases)
- [Changelog](https://github.com/sweetalert2/sweetalert2/blob/main/CHANGELOG.md)
- [Commits](sweetalert2/sweetalert2@v11.7.0...v11.7.1)

---
updated-dependencies:
- dependency-name: sweetalert2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Permanent dark mode

* Set docker-compose pull_policy to always

* Bump jest-environment-jsdom in /apps/block_scout_web/assets

Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.4.0 to 29.4.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.1/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump web3modal from 1.9.11 to 1.9.12 in /apps/block_scout_web/assets

Bumps [web3modal](https://github.com/web3modal/web3modal) from 1.9.11 to 1.9.12.
- [Release notes](https://github.com/web3modal/web3modal/releases)
- [Commits](https://github.com/web3modal/web3modal/commits)

---
updated-dependencies:
- dependency-name: web3modal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ex_cldr from 2.34.0 to 2.34.1

Bumps [ex_cldr](https://github.com/elixir-cldr/cldr) from 2.34.0 to 2.34.1.
- [Release notes](https://github.com/elixir-cldr/cldr/releases)
- [Changelog](https://github.com/elixir-cldr/cldr/blob/master/CHANGELOG.md)
- [Commits](elixir-cldr/cldr@v2.34.0...v2.34.1)

---
updated-dependencies:
- dependency-name: ex_cldr
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump jest from 29.4.0 to 29.4.1 in /apps/block_scout_web/assets

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.0 to 29.4.1.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.4.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix tx count on empty chain

* Fix bounds clearing

* Bump cldr_utils from 2.19.2 to 2.20.0

Bumps [cldr_utils](https://github.com/elixir-cldr/cldr_utils) from 2.19.2 to 2.20.0.
- [Release notes](https://github.com/elixir-cldr/cldr_utils/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_utils/blob/master/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_utils@v2.19.2...v2.20.0)

---
updated-dependencies:
- dependency-name: cldr_utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Integrate sig provider (blockscout#6541)

* Integrate sig provider

* Fix API verification call

* Fix env usage

* Update Elixir & OTP versions in .yml configs

* Fix dialyzer

* Update apps/explorer/lib/explorer/chain/transaction.ex

Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>

* Add sig-provider to docker compose

* integrate sig provider

* Fix env usage

* Update image in Dockerfile

* Update OTP and Elixir versions in github .yml's

* Add pull_policy: always for sig_provider service

* Update Dockerfile

* Avoid append_query function

* Revert changes in Dockerfile, update platform in other docker-compose files

* Update Dockerfile

* Reset GA cache

* Remove unused alias

* Return unused alias

* Remove unused alias

* Update cache

* Fix gettext

---------

Co-authored-by: Viktor Baranov <baranov.viktor.27@gmail.com>

* Add VerificationController to API v2

* Add VerificationControllerTest

* Add vyper multi-part, evm_version for vyper, index of chosen contract for sourcify

* Move repeated code to a separate function

* Apply refactoring to solidity publisher worker

* Refactor Vyper.PublisherWorker

* Changelog; reset GA cache

* Bump web3 from 1.8.1 to 1.8.2 in /apps/block_scout_web/assets

Bumps [web3](https://github.com/ethereum/web3.js) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/ethereum/web3.js/releases)
- [Changelog](https://github.com/web3/web3.js/blob/1.x/CHANGELOG.md)
- [Commits](web3/web3.js@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: web3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump eslint from 8.32.0 to 8.33.0 in /apps/block_scout_web/assets

Bumps [eslint](https://github.com/eslint/eslint) from 8.32.0 to 8.33.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.32.0...v8.33.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump redux from 4.2.0 to 4.2.1 in /apps/block_scout_web/assets

Bumps [redux](https://github.com/reduxjs/redux) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/reduxjs/redux/releases)
- [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md)
- [Commits](reduxjs/redux@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump cldr_utils from 2.20.0 to 2.21.0

Bumps [cldr_utils](https://github.com/elixir-cldr/cldr_utils) from 2.20.0 to 2.21.0.
- [Release notes](https://github.com/elixir-cldr/cldr_utils/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_utils/blob/master/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_utils@v2.20.0...v2.21.0)

---
updated-dependencies:
- dependency-name: cldr_utils
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Change sig-provider default image

* Refactor `try rescue` statements to keep stacktrace (blockscout#6786)

* Refactor try rescue statements to keep stacktrace

* Update CHANGELOG.md

* Bump Version to 4.18 (#28)

* fix: UI update

* UI: Dark theme Fixes

* UI: Navbar Logo Fix

* fix: read and write contract

* ft: add bridged tokens

* feat: fixes

* feat: fixes

* fix: token balances

* fix: validator info url

* fix: merge conflicts

* fix: SQL autocomplete query

* fix: add dependencies and fix balance fetcher

* fix: consensus address

* fix: provider url

* fix: provider url

* fix: added provider url as env variable

* fix: MakeFile

* fix: Remove Redundant code, Header, Makefile

* fix: tooltip colour

* feat: add google analytics

* Add Status Link

* Change Dark Theme Colours

* Removed Link to Uncles

* Update Logo to Single Colour

* Feat: Export csv by block number

* Fix: format code and cors

* Fix Build Issues

* Update Footer (#30)

* Update footer

* [Fix] REmoved block rewards, fix polling rate

* Fix Errors

* Fix Errors

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Victor Baranov <baranov.viktor.27@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ericlee <eric.l@metis.io>
Co-authored-by: Yuliya Sharafitdinova <juleek777@gmail.com>
Co-authored-by: Qwerty5Uiop <alex000010@bk.ru>
Co-authored-by: ħþ <12281088+helderjnpinto@users.noreply.github.com>
Co-authored-by: hp <helder@yarilabs.com>
Co-authored-by: sl1depengwyn <max.pengwyn@gmail.com>
Co-authored-by: Никита Поздняков <nikitosing4@mail.ru>
Co-authored-by: nikitosing <32202610+nikitosing@users.noreply.github.com>
Co-authored-by: Maxim Filonov <53992153+sl1depengwyn@users.noreply.github.com>
Co-authored-by: zjb0807 <zjb0807@qq.com>
MayankMittal1 added a commit that referenced this pull request Mar 23, 2023
* fix: UI update

* UI: Dark theme Fixes

* UI: Navbar Logo Fix

* fix: read and write contract

* ft: add bridged tokens

* feat: fixes

* feat: fixes

* fix: token balances

* fix: validator info url

* fix: merge conflicts

* fix: SQL autocomplete query

* fix: add dependencies and fix balance fetcher

* fix: consensus address

* fix: provider url

* fix: provider url

* fix: added provider url as env variable

* fix: MakeFile

* fix: Remove Redundant code, Header, Makefile

* fix: tooltip colour

* feat: add google analytics

* Add Status Link

* Change Dark Theme Colours

* Removed Link to Uncles

* Update Logo to Single Colour

* Feat: Export csv by block number

* Fix: format code and cors

* Fix Build Issues
MayankMittal1 added a commit that referenced this pull request Mar 31, 2023
* fix: UI update

* UI: Dark theme Fixes

* UI: Navbar Logo Fix

* fix: read and write contract

* ft: add bridged tokens

* feat: fixes

* feat: fixes

* fix: token balances

* fix: validator info url

* fix: merge conflicts

* fix: SQL autocomplete query

* fix: add dependencies and fix balance fetcher

* fix: consensus address

* fix: provider url

* fix: provider url

* fix: added provider url as env variable

* fix: MakeFile

* fix: Remove Redundant code, Header, Makefile

* fix: tooltip colour

* feat: add google analytics

* Add Status Link

* Change Dark Theme Colours

* Removed Link to Uncles

* Update Logo to Single Colour

* Feat: Export csv by block number

* Fix: format code and cors

* Fix Build Issues
MayankMittal1 added a commit that referenced this pull request May 31, 2023
* fix: UI update

* UI: Dark theme Fixes

* UI: Navbar Logo Fix

* fix: read and write contract

* ft: add bridged tokens

* feat: fixes

* feat: fixes

* fix: token balances

* fix: validator info url

* fix: merge conflicts

* fix: SQL autocomplete query

* fix: add dependencies and fix balance fetcher

* fix: consensus address

* fix: provider url

* fix: provider url

* fix: added provider url as env variable

* fix: MakeFile

* fix: Remove Redundant code, Header, Makefile

* fix: tooltip colour

* feat: add google analytics

* Add Status Link

* Change Dark Theme Colours

* Removed Link to Uncles

* Update Logo to Single Colour

* Feat: Export csv by block number

* Fix: format code and cors

* Fix Build Issues
MayankMittal1 added a commit that referenced this pull request Jul 6, 2023
* fix: UI update

* UI: Dark theme Fixes

* UI: Navbar Logo Fix

* fix: read and write contract

* ft: add bridged tokens

* feat: fixes

* feat: fixes

* fix: token balances

* fix: validator info url

* fix: merge conflicts

* fix: SQL autocomplete query

* fix: add dependencies and fix balance fetcher

* fix: consensus address

* fix: provider url

* fix: provider url

* fix: added provider url as env variable

* fix: MakeFile

* fix: Remove Redundant code, Header, Makefile

* fix: tooltip colour

* feat: add google analytics

* Add Status Link

* Change Dark Theme Colours

* Removed Link to Uncles

* Update Logo to Single Colour

* Feat: Export csv by block number

* Fix: format code and cors

* Fix Build Issues
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

Successfully merging this pull request may close these issues.

None yet

2 participants