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

Enable mainnet #2427

Merged
merged 9 commits into from
Dec 13, 2024
Merged

Enable mainnet #2427

merged 9 commits into from
Dec 13, 2024

Conversation

sukantoraymond
Copy link
Collaborator

Enable mainnet when it activates

@sukantoraymond sukantoraymond requested a review from a team as a code owner December 11, 2024 16:16
Comment on lines 201 to 207
if requiredFunds > 0 {
ledgerIndicesAux, err := searchForFundedLedgerIndices(network, ledgerDevice, requiredFunds)
if err != nil {
return nil, err
}
ledgerIndices = append(ledgerIndices, ledgerIndicesAux...)
}
//if requiredFunds > 0 {
// ledgerIndicesAux, err := searchForFundedLedgerIndices(network, ledgerDevice, requiredFunds)
// if err != nil {
// return nil, err
// }
// ledgerIndices = append(ledgerIndices, ledgerIndicesAux...)
//}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

will need to undo this change

Copy link
Collaborator

@felipemadero felipemadero left a comment

Choose a reason for hiding this comment

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

add a ux comments telling the user on the time needed to bootstrap mainnet

@sukantoraymond sukantoraymond merged commit ae77533 into main Dec 13, 2024
33 of 37 checks passed
@sukantoraymond sukantoraymond deleted the enable-mainnet4 branch December 13, 2024 16:45
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.

2 participants