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

Sync with origin #31

Merged
merged 204 commits into from
Aug 2, 2023
Merged

Sync with origin #31

merged 204 commits into from
Aug 2, 2023

Conversation

pustovalov
Copy link
Member

https://github.com/blockscout/blockscout/releases/tag/v5.2.1-beta

The current release is mostly focused to solve different edge cases bottlenecks for the main indexer (realtime/catchup) and contains variouts fixes for API v2 as well as speedup of CSV export.

🆕 environment variables introduced:

EXCHANGE_RATES_COINMARKETCAP_COIN_ID - CoinMarketCap exact coin id in order to fetch market cap, when CMC source is used.
ETHEREUM_JSONRPC_HTTP_HEADERS - Custom headers are now supported for JSON RPC endpoint in form of json object, example: {"x-api-key": "nbvkhadvnbkdfav", "x-id": "ndjkfvndfkjv"}.
⚠️ This release contains creation of index on blocks table for the sake of speedup CSV export. Please expect a relatively short downtime.

⚠️ Starting from this release there is a limit of 10,000 rows for CSV export is introduced. This is the maximum number of rows that can be exported at once.

Transaction 0xbd50ed5a598c0bb2724754427f5a77250bbdd5ed3c9a112fa51bbd82198ab0ec - Mainnet Explorer 2023-08-02 16-29-01

Qwerty5Uiop and others added 30 commits June 30, 2023 18:04
Bumps [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
…_yarn/apps/block_scout_web/assets/amplitude/analytics-browser-2.1.1

Bump @amplitude/analytics-browser from 2.1.0 to 2.1.1 in /apps/block_scout_web/assets
…r-to-logs

API v2: Add block_number to logs
…efore-insertion

Filter addresses before insertion
Bumps [gettext](https://github.com/elixir-gettext/gettext) from 0.22.2 to 0.22.3.
- [Changelog](https://github.com/elixir-gettext/gettext/blob/main/CHANGELOG.md)
- [Commits](elixir-gettext/gettext@v0.22.2...v0.22.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [photoswipe](https://github.com/dimsemenov/Photoswipe) from 5.3.7 to 5.3.8.
- [Release notes](https://github.com/dimsemenov/Photoswipe/releases)
- [Commits](dimsemenov/PhotoSwipe@v5.3.7...v5.3.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.44.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.43.0...v8.44.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
…text-0.22.3

Bump gettext from 0.22.2 to 0.22.3
…_yarn/apps/block_scout_web/assets/eslint-8.44.0

Bump eslint from 8.43.0 to 8.44.0 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/photoswipe-5.3.8

Bump photoswipe from 5.3.7 to 5.3.8 in /apps/block_scout_web/assets
* fix nginx config for UI 2.0 websocket

* update change log
* CORS setup for docker-compose with new frontend

* Add NEXT_PUBLIC_API_WEBSOCKET_PROTOCOL=ws for docker compose with new frontend
* Search improvements: Add new fields, light refactoring

* Fix tests
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.22.6.
- [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.22.6/packages/babel-core)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@amplitude/analytics-browser](https://github.com/amplitude/Amplitude-TypeScript) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/amplitude/Amplitude-TypeScript/releases)
- [Commits](https://github.com/amplitude/Amplitude-TypeScript/compare/@amplitude/[email protected]...@amplitude/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [jest-environment-jsdom](https://github.com/facebook/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.5.0 to 29.6.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v29.6.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] <[email protected]>
…ied-email-flow

Add new invalid_session cookie for users with unverified email
…_yarn/apps/block_scout_web/assets/jest-environment-jsdom-29.6.0

Bump jest-environment-jsdom from 29.5.0 to 29.6.0 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/amplitude/analytics-browser-2.1.2

Bump @amplitude/analytics-browser from 2.1.1 to 2.1.2 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/babel/core-7.22.6

Bump @babel/core from 7.22.5 to 7.22.6 in /apps/block_scout_web/assets
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.5 to 7.22.6.
- [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.22.6/packages/babel-preset-env)

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

Signed-off-by: dependabot[bot] <[email protected]>
…ct-code-indexed-at-updating

Fix created_contract_code_indexed_at updating
…_yarn/apps/block_scout_web/assets/babel/preset-env-7.22.6

Bump @babel/preset-env from 7.22.5 to 7.22.6 in /apps/block_scout_web/assets
dependabot bot and others added 27 commits July 28, 2023 18:09
Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.45.0...v8.46.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.31.1 to 3.32.0.
- [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.32.0/packages/core-js)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [ex_json_schema](https://github.com/jonasschmidt/ex_json_schema) from 0.9.3 to 0.10.1.
- [Commits](jonasschmidt/ex_json_schema@v0.9.3...v0.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
…_yarn/apps/block_scout_web/assets/eslint-8.46.0

Bump eslint from 8.45.0 to 8.46.0 in /apps/block_scout_web/assets
…json_schema-0.10.1

Bump ex_json_schema from 0.9.3 to 0.10.1
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.27.5 to 2.28.0.
- [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.5...v2.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
…_yarn/apps/block_scout_web/assets/core-js-3.32.0

Bump core-js from 3.31.1 to 3.32.0 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/jest-29.6.2

Bump jest from 29.6.1 to 29.6.2 in /apps/block_scout_web/assets
…_yarn/apps/block_scout_web/assets/eslint-plugin-import-2.28.0

Bump eslint-plugin-import from 2.27.5 to 2.28.0 in /apps/block_scout_web/assets
…e-add-EIP-1559

Add EIP-1559 support to gas price oracle
…lable-supply-across-versions

Generalize available_supply function across application versions
Bumps [sass](https://github.com/sass/dart-sass) from 1.64.1 to 1.64.2.
- [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.64.1...1.64.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [exvcr](https://github.com/parroty/exvcr) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/parroty/exvcr/releases)
- [Changelog](https://github.com/parroty/exvcr/blob/master/CHANGELOG.md)
- [Commits](parroty/exvcr@v0.14.1...v0.14.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
…cr-0.14.2

Bump exvcr from 0.14.1 to 0.14.2
Fix broken links on Readme
…_yarn/apps/block_scout_web/assets/sass-1.64.2

Bump sass from 1.64.1 to 1.64.2 in /apps/block_scout_web/assets
…ompose-proxy

Extend docker-compose configs with new config when front is running externally
…o update-02.08

# Conflicts:
#	apps/explorer/lib/explorer/chain/transaction.ex
@pustovalov pustovalov requested a review from spilin August 2, 2023 14:32
@spilin spilin merged commit a112072 into master Aug 2, 2023
@spilin spilin deleted the update-02.08 branch August 2, 2023 15:23
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.

9 participants