Hello! Gitter chat support has been cancelled. Please redirect all requests to Discord: discord.gg/gnosischain (Channel #blockscout)
vbaranov on np-fix-nightly-versions-1
vbaranov on master
Remove console.log Merge pull request #5945 from b… (compare)
nikitosing on np-fix-nightly-versions-1
Remove console.log (compare)
nikitosing on np-fix-nightly-versions-1
Remove console.log (compare)
sl1depengwyn on mf-show-balances-changes-in-transaction-view
Fix naming Add token balances and dynamic … (compare)
vbaranov on production-harmony-mainnet-shard-0-stg
Fix nightly solidity versions f… Merge remote-tracking branch 'o… (compare)
vbaranov on production-rsk-stg
Fix nightly solidity versions f… Merge remote-tracking branch 'o… (compare)
vbaranov on production-optimism-stg
Fix nightly solidity versions f… Merge remote-tracking branch 'o… (compare)
vbaranov on production-optimism-mainnet-stg
Add production-optimism-mainnet… Fix nightly solidity versions f… Merge remote-tracking branch 'o… (compare)
vbaranov on production-optimism-goerli-stg
Add production-optimism-mainnet… Fix nightly solidity versions f… Merge remote-tracking branch 'o… (compare)
vbaranov on production-lukso-stg
Fix nightly solidity versions f… Merge remote-tracking branch 'o… (compare)
[Igor Barinov, POA Network] There is no bounty program for BlockScout yet.
Meanwhile please contact security@poanetwork.com or @igorpoa on telegram and it can be discussed case by case
[Victor Baranov, POA Network] @mul53
Hey everyone, i want to upgrade a repo from blockscout v1 to v3, wanted to get some pointers on the right way to perform the upgrade
In order to upgrade from V1 -> V3
- You need to meet current general software requirements https://docs.blockscout.com/for-developers/information-and-settings/requirements
- Follow manual deployment guide https://docs.blockscout.com/for-developers/manual-deployment using the latest V3 stable release https://github.com/poanetwork/blockscout/releases
- Add all currently required environment variables https://docs.blockscout.com/for-developers/information-and-settings/deprecated-env-variables if some are missing in your deployment
- Check if you are still using some deprecated environment variables and replace them https://docs.blockscout.com/for-developers/information-and-settings/deprecated-env-variables
Take into account that V3 contains a lot of DB migrations which includes optimization of indexes, new columns in existing tables and if your DB is quite big, it may take a long time to process all migrations. Do it with patience.
@sameroom-bot
[Victor Baranov, POA Network] @mul53
Hey everyone, i want to upgrade a repo from blockscout v1 to v3, wanted to get some pointers on the right way to perform the upgrade
In order to upgrade from V1 -> V3
- You need to meet current general software requirements https://docs.blockscout.com/for-developers/information-and-settings/requirements
- Follow manual deployment guide https://docs.blockscout.com/for-developers/manual-deployment using the latest V3 stable release https://github.com/poanetwork/blockscout/releases
- Add all currently required environment variables https://docs.blockscout.com/for-developers/information-and-settings/deprecated-env-variables if some are missing in your deployment
- Check if you are still using some deprecated environment variables and replace them https://docs.blockscout.com/for-developers/information-and-settings/deprecated-env-variables
Take into account that V3 contains a lot of DB migrations which includes optimization of indexes, new columns in existing tables and if your DB is quite big, it may take a long time to process all migrations. Do it with patience.
Thank You!