Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Disable local verification #64

Merged
merged 3 commits into from
Jul 26, 2023
Merged

Disable local verification #64

merged 3 commits into from
Jul 26, 2023

Conversation

fkrause98
Copy link
Contributor

Changes:

  • Disable WASM block verification

@@ -83,7 +83,8 @@ defmodule StarknetExplorerWeb.BlockDetailLive do
assigns = [
block: block,
view: "overview",
verification: "Pending"
verification: "Pending",
enable_verification: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move this to a config variable we read from an environment variable in runtime.exs (with false as default value if it's not set), so we can easily switch this feature on deployment

@jrchatruc jrchatruc merged commit 97fdd0f into main Jul 26, 2023
1 check passed
@jrchatruc jrchatruc deleted the disable-local-verification branch July 26, 2023 16:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants