-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sozo): use
Provider
trait and avoid manifest read when possible (…
…#2197) * fix: avoid reading manifest when possible for sozo model commands * fix: use Provider trait instead of JsonRpcProvider + add tests * fix: fmt and clippy * fix: ensure scarb manifest is not read on valid tag
- Loading branch information
Showing
4 changed files
with
253 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
pub mod auth; | ||
pub mod call; | ||
pub mod migration; | ||
pub mod model; | ||
pub mod setup; | ||
pub mod utils; |
Oops, something went wrong.