-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nns): Add api <--> internal type conversions (#393)
### Why To improve build times, we want other parts of the build to not depend on the entire governance crate. Additionally, we want to separate API types from internal governance types so that they can evolve independently. This is a first mechanical step towards that end. ### Changes This MR creates type conversions from governance types to api types. It does not yet use them, but allows Governance to start using them (in followup MRs) in the main canister file.
- Loading branch information
1 parent
9a3aa19
commit d732d9d
Showing
6 changed files
with
4,522 additions
and
2 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.