Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-blockscout
Browse files Browse the repository at this point in the history
upgrade latest master changes
  • Loading branch information
DaMandal0rian committed Nov 3, 2023
2 parents 8c072da + 1e832d9 commit d1b1be1
Show file tree
Hide file tree
Showing 259 changed files with 12,483 additions and 3,585 deletions.
11 changes: 11 additions & 0 deletions .dialyzer-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,14 @@ lib/phoenix/router.ex:402
lib/explorer/smart_contract/reader.ex:435
lib/explorer/exchange_rates/source.ex:139
lib/explorer/exchange_rates/source.ex:142
lib/indexer/fetcher/polygon_edge.ex:737
lib/indexer/fetcher/polygon_edge/deposit_execute.ex:140
lib/indexer/fetcher/polygon_edge/deposit_execute.ex:184
lib/indexer/fetcher/polygon_edge/withdrawal.ex:160
lib/indexer/fetcher/polygon_edge/withdrawal.ex:204
lib/indexer/fetcher/zkevm/transaction_batch.ex:116
lib/indexer/fetcher/zkevm/transaction_batch.ex:156
lib/indexer/fetcher/zkevm/transaction_batch.ex:252
lib/block_scout_web/views/api/v2/transaction_view.ex:431
lib/block_scout_web/views/api/v2/transaction_view.ex:472
lib/explorer/chain/transaction.ex:166
100 changes: 100 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
name: Bug Report
description: File a bug report
labels: [ "triage" ]
body:
- type: markdown
attributes:
value: |
Thanks for reporting a bug 🐛!
Please search open/closed issues before submitting. Someone might have had the similar problem before 😉!
- type: textarea
id: description
attributes:
label: Description
description: A brief description of the issue.
validations:
required: true

- type: dropdown
id: installation-type
attributes:
label: Type of the installation
description: How the application has been deployed.
options:
- Docker-compose
- Manual from the source code
- Helm charts
- Docker
validations:
required: true

- type: input
id: archive-node-type
attributes:
label: Type of the JSON RPC archive node
description: Which type of archive node is used.
placeholder: "Erigon/Geth/Nethermind/Reth/PolygonEdge/Besu/OpenEthereum/..."
validations:
required: true

- type: input
id: chain-type
attributes:
label: Type of the chain
description: Type of the chain.
placeholder: L1/L2/...

- type: input
id: link
attributes:
label: Link to the page
description: The link to the page where the issue occurs.
placeholder: https://eth.blockscout.com

- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: |
Explain how to reproduce the issue in the development environment.
- type: input
id: backend-version
attributes:
label: Backend version
description: The release version of the backend or branch/commit.
placeholder: v5.3.1
validations:
required: true

- type: input
id: frontend-version
attributes:
label: Frontend version
description: The release version of the frontend or branch/commit.
placeholder: v1.11.1

- type: input
id: elixir-version
attributes:
label: Elixir & Erlang/OTP versions
description: Elixir & Erlang/OTP versions.
placeholder: Elixir 1.14.5 (compiled with Erlang/OTP 25)
validations:
required: true

- type: input
id: os-version
attributes:
label: Operating system
description: The operating system this issue occurred with.
placeholder: Linux/macOS/Windows

- type: textarea
id: additional-information
attributes:
label: Additional information
description: |
Use this section to provide any additional information you might have (e.g screenshots or screencasts).
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Feature Request
url: https://blockscout.canny.io/feature-requests
about: Request a feature or enhancement
- name: Ask a question
url: https://github.com/orgs/blockscout/discussions
about: Ask questions and discuss topics with other community members
- name: Join our Discord Server
url: https://discord.gg/blockscout
about: The official Blockscout Discord community
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,20 @@ updates:
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "npm"
directory: "/apps/block_scout_web/assets"
open-pull-requests-limit: 10
schedule:
interval: "daily"
interval: "weekly"
ignore:
- dependency-name: "bootstrap"
- dependency-name: "web3"
versions: ["4.x"]

- package-ecosystem: "npm"
directory: "/apps/explorer"
open-pull-requests-limit: 10
schedule:
interval: "daily"
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
Loading

0 comments on commit d1b1be1

Please sign in to comment.