-
Notifications
You must be signed in to change notification settings - Fork 24
feat: uplift dependencies and update to support ink-v6.0.0-alpha
#143
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
davidsemakula
merged 20 commits into
use-ink:main
from
chungquantin:chungquantin/ink-6-alpha
May 28, 2025
Merged
Changes from 8 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
da6eaa1
feat: uplift dependencies and implement `revive` (#2)
chungquantin 2d90c74
chore: update dependencies to support ink v6 alpha (partially) (#3)
chungquantin 3700c70
chore: update crate metadata and toolchain
chungquantin 6d911d6
chore(brand): update to use-ink organization
chungquantin 9f00ed6
refactor!(revive): remove intercept & debug logic
chungquantin 32cc2f4
chore(deps): update lock file for ink latest version
chungquantin 2533086
chore(clippy): resolve clippy warnings
chungquantin 1a36f51
chore(docs): update README.md
chungquantin 2592fe7
chore: add credits to original authors
chungquantin 06e6f99
chore: remove targets in rust-checks ci
chungquantin 410a6a1
chore: add TODOs in quicl-start-with-drink test
chungquantin 4b54e6f
fix(drink-cli): support polkavm and fix address
chungquantin f9b2919
chore(drink/mock): comment out MockExtension
chungquantin 7e4934a
chore: clippy
davidsemakula 8b2cf1b
chore: Use v6-alpha for `ink` and `cargo-contract` dependencies
davidsemakula 4f85949
chore: disable chain extension example and add todo for replacement
davidsemakula 8321ce4
fix: CI
davidsemakula 5946712
ci: Use latest stable Rust
davidsemakula 909228b
chore: remove fixed toolchain
davidsemakula 58c778c
ci: share cargo target dir for examples
davidsemakula 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 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 |
|---|---|---|
|
|
@@ -7,5 +7,6 @@ | |
| # Contracts' cargo locks | ||
| examples/**/Cargo.lock | ||
|
|
||
| # JetBrains IDEs | ||
| # IDEs | ||
| .idea/ | ||
| .vscode/ | ||
Oops, something went wrong.
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.