Skip to content

Fix contract deploy#329

Merged
roman-khimov merged 3 commits intomasterfrom
fix-contract-deploy
Feb 14, 2025
Merged

Fix contract deploy#329
roman-khimov merged 3 commits intomasterfrom
fix-contract-deploy

Conversation

@End-rey
Copy link
Contributor

@End-rey End-rey commented Feb 12, 2025

No description provided.

Makefile Outdated
docker volume rm storage_$(vol);)
docker-compose -f ./services/storage/docker-compose.yml up -d 2>&1 | tee -a docker-compose.err
vols=`docker-compose -f services/storage/docker-compose.yml config --volumes 2>&1 | tee -a docker-compose.err`
if [[ ! -z "$${vols}" ]]; then
Copy link
Member

Choose a reason for hiding this comment

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

[[ is an obvious bashism

Previously, the same account was used for `ir1` and `main chain` for
simplification, but because of this, some errors are missed, and usually the
wallets must be different.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Previously, the key was inserted fixed. Now it depends on the alphabet keys from
the current configuration of the ir node.

Signed-off-by: Andrey Butusov <andrey@nspcc.io>
Signed-off-by: Andrey Butusov <andrey@nspcc.io>
@End-rey End-rey force-pushed the fix-contract-deploy branch from fbf24f7 to 7cba512 Compare February 14, 2025 13:02
@roman-khimov roman-khimov merged commit a8e3c76 into master Feb 14, 2025
1 check passed
@roman-khimov roman-khimov deleted the fix-contract-deploy branch February 14, 2025 20:24
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.

2 participants