-
Notifications
You must be signed in to change notification settings - Fork 430
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
[metadata] update to scale-info 0.3, removes string interning #467
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
a9bc0ad
WIP
ascjones 1906faf
WIP
ascjones b346f31
Iterating on InkProject types
ascjones ab620b7
Merge branch 'master' into aj-extra-metadata
ascjones ea0b84b
Extract InkProject to its own file
ascjones f315b8a
More iteration on contract metadata
ascjones 13b97f3
Merge branch 'master' into aj-extra-metadata
ascjones 0f5765a
Compiles...ship it
ascjones 3016a3e
Fmt
ascjones 9a460a5
Add optional fields and doc test
ascjones 1c36009
Merge branch 'master' into aj-extra-metadata
ascjones 27fd633
Add custom serializer impls for compiler/lang
ascjones 3698478
Fmt
ascjones eb1e923
Clippy
ascjones 89eb9f3
Update to scale-info 0.3
ascjones 46f7d60
Use &'static str instead of compact string (scale-info 0.3)
ascjones 9278ea2
Reexport Url and Version
ascjones 3f5d65f
Fix missing semicolon
ascjones bbc6f23
Fix up metadata exports and codegen
ascjones 29d58c9
Serialize hash as byte string
ascjones 161ae9b
Remove spec nesting
ascjones c68032e
Remove name from contract spec
ascjones 8832d10
Add name to storage struct
ascjones f33617c
Flatten SourceCompiler
ascjones 6700528
Implement ToTokens for Extension metadata
ascjones 725b2cd
User and Version
ascjones 8ccdfa2
Fix up builder ToTokens and other errs/warns
ascjones 134bb7b
Fmt
ascjones 41438d1
Url wrapper
ascjones c4d3015
Comment and Version/Url intos
ascjones f2d28b8
Fmt
ascjones 71b76b6
Fix U
ascjones cbc17b4
Promote extension to module dir
ascjones 2cf8ee4
Moved InkProjectExtension to cargo-contract
ascjones f13b888
Fix doc gen
ascjones 8cd94a3
Merge branch 'master' into aj-extra-metadata
ascjones ad7e5b4
Fix json tests
ascjones 3d3e7f1
Use pretty assertions and fix layout json tests
ascjones de7cff1
Remove storage name from layout (ink specific)
ascjones a32fb3a
StorageLayout -> Layout
ascjones e6c3587
Remove redundant contract_ident_lit
ascjones 5d6b9b4
Remove redundant dependencies
ascjones 06352f7
Use Self instead of InkProject
ascjones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
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
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
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should fix the master branch CI