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: fix sozo issues with migration on sepolia #2398

Merged
merged 2 commits into from
Sep 8, 2024

fix: ensure keystore password can be taken from env and cli

05542ea
Select commit
Loading
Failed to load commit list.
Merged

fix: fix sozo issues with migration on sepolia #2398

fix: ensure keystore password can be taken from env and cli
05542ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 8, 2024 in 0s

60.74% of diff hit (target 68.43%)

View this Pull Request on Codecov

60.74% of diff hit (target 68.43%)

Annotations

Check warning on line 143 in bin/saya/src/args/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/args/mod.rs#L137-L143

Added lines #L137 - L143 were not covered by tests

Check warning on line 145 in bin/saya/src/args/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/args/mod.rs#L145

Added line #L145 was not covered by tests

Check warning on line 151 in bin/saya/src/args/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/args/mod.rs#L147-L151

Added lines #L147 - L151 were not covered by tests

Check warning on line 158 in bin/saya/src/args/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/saya/src/args/mod.rs#L158

Added line #L158 was not covered by tests

Check warning on line 114 in bin/sozo/src/commands/options/signer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

bin/sozo/src/commands/options/signer.rs#L114

Added line #L114 was not covered by tests

Check warning on line 123 in crates/dojo-bindgen/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-bindgen/src/lib.rs#L123

Added line #L123 was not covered by tests

Check warning on line 39 in crates/dojo-test-utils/src/migration.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-test-utils/src/migration.rs#L39

Added line #L39 was not covered by tests

Check warning on line 11 in crates/dojo-utils/src/keystore.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-utils/src/keystore.rs#L11

Added line #L11 was not covered by tests

Check warning on line 321 in crates/dojo-world/src/manifest/manifest_test.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/dojo-world/src/manifest/manifest_test.rs#L321

Added line #L321 was not covered by tests

Check warning on line 418 in crates/sozo/ops/src/migration/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/migrate.rs#L417-L418

Added lines #L417 - L418 were not covered by tests

Check warning on line 567 in crates/sozo/ops/src/migration/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/migrate.rs#L561-L567

Added lines #L561 - L567 were not covered by tests

Check warning on line 684 in crates/sozo/ops/src/migration/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/migrate.rs#L680-L684

Added lines #L680 - L684 were not covered by tests

Check warning on line 787 in crates/sozo/ops/src/migration/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/migrate.rs#L785-L787

Added lines #L785 - L787 were not covered by tests

Check warning on line 917 in crates/sozo/ops/src/migration/migrate.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/migrate.rs#L917

Added line #L917 was not covered by tests

Check warning on line 294 in crates/sozo/ops/src/migration/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/mod.rs#L290-L294

Added lines #L290 - L294 were not covered by tests

Check warning on line 300 in crates/sozo/ops/src/migration/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/mod.rs#L297-L300

Added lines #L297 - L300 were not covered by tests

Check warning on line 311 in crates/sozo/ops/src/migration/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/sozo/ops/src/migration/mod.rs#L305-L311

Added lines #L305 - L311 were not covered by tests