You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️Note1: a bug in migration 20211029085117_drop_block_rewards_block_hash_partial_index.exs has been discovered. If you have a partial index on column block_hash with where clause where: "address_type='validator'" in block_rewards table, we recommend executing this query:
DELETE FROM schema_migrations WHERE version='20211029085117';
in Blockscout DB before running DB migrations and launching Blockscout. Then, this migration will be re-run.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
20211029085117_drop_block_rewards_block_hash_partial_index.exs
has been discovered. If you have a partial index on columnblock_hash
withwhere
clausewhere: "address_type='validator'"
inblock_rewards
table, we recommend executing this query:in Blockscout DB before running DB migrations and launching Blockscout. Then, this migration will be re-run.
DISABLE_READ_API -> API_V1_READ_METHODS_DISABLED
DISABLE_WRITE_API -> API_V1_WRITE_METHODS_DISABLED
ACCOUNT_AUTHENTICATE_ENDPOINT_API_KEY -> API_SENSITIVE_ENDPOINTS_KEY
🎉 ### Features
🛠️ ### Fixes
🧹 ### Chore
.exs
and.eex
checking in cspellDependencies version bumps
What's Changed
.exs
and.eex
checking in cspell by @sl1depengwyn in Add.exs
and.eex
checking in cspell #7435New Contributors
Full Changelog: v5.1.4-beta...v5.1.5-beta
This discussion was created from the release BlockScout v5.1.5-beta.
Beta Was this translation helpful? Give feedback.
All reactions