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 first-class citizenship simnet wallet balances #111

Merged
merged 4 commits into from
Feb 9, 2025

Conversation

BowTiedRadone
Copy link
Collaborator

This PR fixes a bug in issueFirstClassCitizenship. The initEmptySession method did not set wallet balances from Devnet.toml, causing all simnet accounts to start with 0 STX. This fix ensures that after initializing a new session, the correct STX balances are minted as specified in Devnet.toml.

@BowTiedRadone BowTiedRadone requested a review from a team as a code owner February 7, 2025 10:57
Copy link
Member

@moodmosaic moodmosaic left a comment

Choose a reason for hiding this comment

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

Good catch! Users would definitely expect rv to respect their .toml file. Nice spot, @BowTiedRadone! Thanks for checking as well, @hugocaillard.

🚀

BowTiedRadone and others added 2 commits February 7, 2025 19:54
Co-authored-by: Nikos Baxevanis <nikos.baxevanis@gmail.com>
Copy link
Member

@moodmosaic moodmosaic left a comment

Choose a reason for hiding this comment

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

LGTM!

@BowTiedRadone BowTiedRadone merged commit 7057401 into master Feb 9, 2025
21 checks passed
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.

3 participants