Skip to content

Update shade hardcoded admins #1715

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 4 commits into from
May 21, 2025
Merged

Update shade hardcoded admins #1715

merged 4 commits into from
May 21, 2025

Conversation

cboh4
Copy link
Contributor

@cboh4 cboh4 commented May 20, 2025

formatter := message.NewPrinter(language.English)
migratedContracts := uint64(0)
totalContracts := m.keeper.peekAutoIncrementID(ctx, types.KeyLastInstanceID) - 1
previousTime := time.Now().UnixNano()

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism

migratedContracts++
logMigrationProgress(ctx, formatter, migratedContracts, totalContracts, previousTime)
previousTime = time.Now().UnixNano()

Check warning

Code scanning / CodeQL

Calling the system time Warning

Calling the system time may be a possible source of non-determinism
@cboh4 cboh4 force-pushed the update-hardcoded-admins branch from f459f9b to f1ac101 Compare May 20, 2025 22:53
@iKapitonau iKapitonau merged commit 22e004e into master May 21, 2025
12 checks passed
@iKapitonau iKapitonau deleted the update-hardcoded-admins branch May 21, 2025 07:50
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