-
Notifications
You must be signed in to change notification settings - Fork 480
Introduce entrance crate #1223
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
Merged
Merged
Introduce entrance crate #1223
Changes from 58 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
08abcab
Add ink entrance crate
ascjones 97ad149
Use entrance crate from lang codegen
ascjones 2c3fa98
Use entrance crate for ink_storage
ascjones 48093c4
Update primitives and storage
ascjones 80b734b
Fix primitive macro
ascjones ef47e73
Move unique_topics test to ink crate
ascjones 7837470
Merge branch 'master' into aj/ink_crate
ascjones 14d97cf
Update ink crate versions
ascjones b9795be
Use umbrella crate in ink primitives macro
ascjones 69287ea
Use umbrella crate in storage derive macros
ascjones 1d4df5b
Use umbrella crate in storage doc tests
ascjones 0f0cfc7
Use umbrella crate in lang codegen
ascjones cd01574
Fix storage doc tests
ascjones df60392
Update erc20 example
ascjones 4ecf551
Remove scale libs from entrance crate
ascjones ee819ed
Rename ink_lang crate to ink
ascjones 6f321c5
Reexport sub crates from main ink crate
ascjones ce6c0fc
Metadata std
ascjones 90c9465
Fix up some examples
ascjones 5658f6e
Fix up delegator example
ascjones dc9c098
Fix up more examples
ascjones 92e904c
Fix up more examples
ascjones 64827dc
Fix up more examples
ascjones 8b24da7
Remove some ink_lang as ink from tests
ascjones a25068f
Update env_access docs
ascjones e2799ee
Fix up more doc examples
ascjones 6dabd38
Remove ink_lang import from some tests
ascjones 93e69e9
UI tests
ascjones c8c8ee8
Fix UI tests
ascjones 73600ee
Remove more ink_lang aliases
ascjones 0d23e2e
Fix contract-terminate tests
ascjones 58dfca7
Fmt
ascjones d2b4a04
Attempt to fix CI and ARCHITECTURE doc
ascjones e5456db
Update crates list
ascjones 893ac29
Restore unique_topics test
ascjones 53e23d3
Remove ink_lang from unique_topics test
ascjones 01b77ef
Merge branch 'master' into aj/ink_crate
ascjones 279d391
Fix typo
ascjones dae2853
UI tests
ascjones 9ec9898
Merge branch 'master' into aj/ink_crate
ascjones e757e46
UI tests
ascjones c832c5e
Fmt examples
ascjones 063d657
Fmt UI tests
ascjones 26b63ee
More fmt UI tests
ascjones 23b7dc0
Fix storage tests
ascjones 4012149
Fix example tests
ascjones 8e43dfe
Fix examplesl
ascjones a5bb59b
Fix example test
ascjones bab514b
Examples fmt
ascjones 1602558
Fix erc20
ascjones e012496
Fmt erc20
ascjones fcc8fc1
Fix doc test
ascjones bc61621
Move unique_topics test
ascjones 702272c
Fix UI tests
ascjones 6d78718
Revert CHANGELOG.md
ascjones d26e1b1
Use cargo-contract branch in examples-contract-build
ascjones bbd7688
Add ink-debug feature to top level ink crate
ascjones 27bf307
Update CHANGELOG.md
ascjones 9cd7f4f
Rename all ink_lang_* crates to ink_*
ascjones b60bb60
Replace remaining ink_lang_macro refs
ascjones 8ad695f
Update CHANGELOG.md
ascjones f523263
Update CHANGELOG
ascjones File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,5 @@ | ||
| [package] | ||
| name = "ink_lang" | ||
| name = "ink" | ||
| version = "4.0.0-alpha.1" | ||
| authors = ["Parity Technologies <[email protected]>", "Robin Freyler <[email protected]>"] | ||
| edition = "2021" | ||
|
|
@@ -44,4 +44,8 @@ std = [ | |
| "ink_lang_macro/std", | ||
| "scale/std", | ||
| ] | ||
| # Enable contract debug messages via `debug_print!` and `debug_println!`. | ||
| ink-debug = [ | ||
| "ink_env/ink-debug", | ||
| ] | ||
| show-codegen-docs = [] | ||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.