-
Notifications
You must be signed in to change notification settings - Fork 146
Add initial repository content #1
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
Conversation
ascjones
left a comment
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.
LGTM
|
Should we really include the |
I can take it out, my initial thinking was to keep it as simple as possible to later automate this synchronization with Substrate's |
athei
left a comment
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.
I can take it out, my initial thinking was to keep it as simple as possible to later automate this synchronization with Substrate's node-template.
I don't care that much. If it makes life easier for you just leave it in. Was just making sure that this isn't an oversight.
|
@cmichi We should enable squash merges by default in the repo (I can't since I'm not a repo owner/admin) |
* Migrate using `canvas-node` to `substrate-contracts-node` Follow-up to paritytech/substrate-contracts-node#1. * Upgrade to `cargo-contract` `v0.14.0` * Clarify used module * Fix executable name
* Migrate using `canvas-node` to `substrate-contracts-node` Follow-up to paritytech/substrate-contracts-node#1. * Upgrade to `cargo-contract` `v0.14.0` * Clarify used module * Fix executable name
The most important commit to review is "Modify
node-templateforsubstrate-contracts-node".Preview of the readme can be found here.
As a follow-up I'll adapt our ink! tutorials, workshop and
ink-docsto reference this node instead of thecanvas-node. This is a pre-condition for merging paritytech/canvas#73, as we would break existing tutorials, etc. otherwise.We subsequently also need to adapt
ink-waterfallto use this node for testing. This can only be done after we have GitLab set-up for this repo though. I've created https://github.com/paritytech/ci_cd/issues/189 forthis. After that is done we can add the
.gitlab-ci.ymlfromcanvas-node.