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

dev: initialize chain-id after upgrade #1631

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

enitrat
Copy link
Collaborator

@enitrat enitrat commented Nov 21, 2024

Initializes the chain_id after upgrading kakarot if it's unset
Fixes an issue where eth_send_transaction would use the eth_chain_id() of the network instead of the one that is defined in the constants, leading to tests passing even though the onchain chain_id was not correct

Closes #1629

@obatirou obatirou mentioned this pull request Nov 21, 2024
7 tasks
@enitrat enitrat merged commit 5966c26 into main Nov 21, 2024
14 checks passed
@enitrat enitrat deleted the dev/initialize-chain-id-upgrades branch November 21, 2024 11:19
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.

dev: initialize_chain_id in deployment scripts if uninitialized
2 participants