Skip to content

feat: local_node.sh upgrades #470

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

Merged
merged 6 commits into from
Aug 18, 2025
Merged

feat: local_node.sh upgrades #470

merged 6 commits into from
Aug 18, 2025

Conversation

technicallyty
Copy link
Contributor

@technicallyty technicallyty commented Aug 15, 2025

Description

upgrades local_node with the following behavior:

you can now pass --additional-users <NUMBER> to generate the chain with of additional funded users. Their mnemonics will be available at either CHAIN_HOME/mnemonics.yaml OR

you can now pass in --mnemonic-file to specify where the dev key mnemonics should be written to.

you can also pass in --mnemonics-input path/to/file to reuse these mnemonics on another run.

this is useful for testing catalyst locally when you want more than 1 single user.

lastly i formatted the script and then added pretty comments to some places


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • tackled an existing issue or discussed with a team member
  • left instructions on how to review the changes
  • targeted the main branch

@technicallyty technicallyty requested review from a team as code owners August 15, 2025 18:08
devJZen pushed a commit to devJZen/evm that referenced this pull request Aug 17, 2025
…ners error in tx execution (cosmos#245)

* Problem: diff mempool max-txs trigger apphash mismatch

add test

* upstream repeated tx sender recovery is wastful cosmos#227

* sender address verification is not decoupled from execution cosmos#358

* fix main lint

* Apply suggestions from code review

* Problem: EVMChainID is not aligned in tests

* lint

* fix test

* align cfg

* eth signer not accurate in state machine cosmos#470

* keep deprecated

* Update config.go

---------

Co-authored-by: Alex | Interchain Labs <[email protected]>
Co-authored-by: Vlad J <[email protected]>
@aljo242 aljo242 enabled auto-merge August 18, 2025 14:15
@aljo242 aljo242 disabled auto-merge August 18, 2025 14:15
@aljo242 aljo242 enabled auto-merge August 18, 2025 14:15
@aljo242 aljo242 added this pull request to the merge queue Aug 18, 2025
Merged via the queue into main with commit 39ddca4 Aug 18, 2025
20 checks passed
@aljo242 aljo242 deleted the technicallyty/script-upgrade branch August 18, 2025 14:21
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