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(devnet): devnet predeployed contracts stable address across systems #332

Merged
merged 6 commits into from
Oct 15, 2024

Conversation

cchudant
Copy link
Member

Pull Request type

  • Bugfix

Predeployed contract address is not stable across machines. That's because it was using StdRng - replace it with SmallRng which is pure-rust.

Does this introduce a breaking change?

YES - all the deployed contract addresses are different now!

@Mohiiit
Copy link
Contributor

Mohiiit commented Oct 14, 2024

JS test have hardcoded accounts and private key from the devnet earlier, have to update that as well

@antiyro
Copy link
Member

antiyro commented Oct 15, 2024

JS test have hardcoded accounts and private key from the devnet earlier, have to update that as well

on it

@antiyro antiyro merged commit c91dfbf into main Oct 15, 2024
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants