Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Update address books script #2221

Merged
merged 3 commits into from
Feb 13, 2025
Merged

fix: Update address books script #2221

merged 3 commits into from
Feb 13, 2025

Conversation

0xivanov
Copy link
Contributor

Description

We migrated the address books update script a couple weeks ago from a python script to gradle script. It turns out gradle is running the 3 network updates in parallel, which causes race conditions in the common file address-book.proto.bin.

I've added additional options to make the tasks run one after the other.

Fixes: #2220

@0xivanov 0xivanov added the bug Something isn't working label Feb 11, 2025
@0xivanov 0xivanov self-assigned this Feb 11, 2025
@0xivanov 0xivanov requested review from a team as code owners February 11, 2025 06:04
Signed-off-by: Ivan Ivanov <[email protected]>
@0xivanov 0xivanov merged commit e5ae49b into main Feb 13, 2025
6 checks passed
@0xivanov 0xivanov deleted the fix-address-books branch February 13, 2025 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transactions failed after upgrading to v2.49.0
4 participants