-
Notifications
You must be signed in to change notification settings - Fork 97
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
Followup fixes #28 #43
Merged
Merged
Changes from 11 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
22ed5e8
Update README
ggwpez 55a7ba0
Add one more clippy lint from Polkadot-SDK
ggwpez fba928e
Update CI dependencies
ggwpez cbbfd18
Use workspace version 1.1.0
ggwpez bb2d48a
Cleanup Cargo.toml and rename glutton-runtime
ggwpez 582de8c
Add GPL-3.0 license
ggwpez f4138b8
Use version 1.0.0
ggwpez b0ffae9
Update .gitignore and rustfmt
ggwpez cd241df
Delete empty CHANGELOG
ggwpez 1153c2c
Update Cargo.lock
ggwpez 4fae942
Set authors to the Fellowship
ggwpez d7caa2e
Add the `on-chain-release-build` feature to all runtimes
bkchr 2b894b5
Rework release action
bkchr 4e5f5a4
Test the action
bkchr 3069144
Don't use deprecated command
bkchr d986ab2
Use correct name
bkchr c011892
Try to get it running
bkchr 66323f0
Try
bkchr c63f0f8
Fixes
bkchr 9480825
...
bkchr e22a52d
Try
bkchr 642f646
Now?
bkchr a665c04
Rename
bkchr 604cbab
Revert and let it only run on main
bkchr 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,39 @@ | ||
**/target/ | ||
**/*.rs.bk | ||
*.swp | ||
.wasm-binaries | ||
runtime/wasm/target/ | ||
**/._* | ||
!polkadot.service | ||
.cargo-remote.toml | ||
.direnv/ | ||
.DS_Store | ||
.env* | ||
.idea | ||
.local | ||
.vscode | ||
.wasm-binaries | ||
*.adoc | ||
*.bin | ||
*.iml | ||
*.orig | ||
*.rej | ||
*.swp | ||
**/._* | ||
**/.criterion/ | ||
**/*.rs.bk | ||
**/chains/ | ||
**/hfuzz_target/ | ||
**/hfuzz_workspace/ | ||
**/node_modules | ||
**/target/ | ||
**/wip/*.stderr | ||
/.cargo/config | ||
/.envrc | ||
artifacts | ||
bin/node-template/Cargo.lock | ||
nohup.out | ||
polkadot_argument_parsing | ||
polkadot.* | ||
!polkadot.service | ||
.DS_Store | ||
.env | ||
pwasm-alloc/Cargo.lock | ||
pwasm-libc/Cargo.lock | ||
release-artifacts | ||
release.json | ||
rls*.log | ||
runtime/wasm/target/ | ||
substrate.code-workspace | ||
target/ |
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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[workspace.package] | ||
authors = ["Parity Technologies <[email protected]>"] | ||
version = "1.0.0" | ||
authors = ["Polkadot Fellowship"] | ||
edition = "2021" | ||
repository = "https://github.com/polkadot-fellows/runtimes.git" | ||
license = "GPL-3.0-only" # TODO <https://github.com/polkadot-fellows/runtimes/issues/29> | ||
|
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.
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.
yes please