-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: migrate to using toml manifest instead of json manifest (#1577
) * update manifest structs * update compiler * update sozo * add base in abis directory * fix world address * use utf8pathbuf instead of string for cross-platform support * copy abi files to deployments similar to manifests * apply clippy lints * finally!!!!! fixed all clippy lints * make overlay fields optional and add an example overlay contract * more test fixes * fix rust formatting * fix tests * fix sozo events * more fixing * update events count * write DeployedManifest to a single file * fix torii test * ignore test that breaking other test * fix rust formatting * remove abis for world, base, and DojoModels * add nicer error message * update events count after recent abis change * fix lint * update build for torii-types * update overlays manifest
- Loading branch information
Showing
39 changed files
with
2,016 additions
and
762 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.