Skip to content
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

Import Runtimes from Polkadot-SDK v1.1.0-rc2 #28

Merged
merged 33 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
216db97
Import Runtimes from Polkadot-SDK v1.1.0-rc2 (f60318f686)
ggwpez Sep 13, 2023
432d49b
Rename glutton -> gluttonS
ggwpez Sep 14, 2023
4ce1473
Add glutton-kusama to the workspace
ggwpez Sep 14, 2023
de16d6f
Structure workspace config
ggwpez Sep 14, 2023
56b95fb
Use staging-parachain-info crate
ggwpez Sep 14, 2023
06de008
Use crates-io dependencies
ggwpez Sep 14, 2023
37ef1da
Update Cargo.lock
ggwpez Sep 14, 2023
c72187f
Update README
ggwpez Sep 14, 2023
d40f4c6
Update .gitignore and rustfmt
ggwpez Sep 14, 2023
9c963a4
Manual TOML formatting
ggwpez Sep 14, 2023
4f24f1f
Add one more clippy lint from Polkadot-SDK
ggwpez Sep 14, 2023
4cb280c
Retry CI
ggwpez Sep 14, 2023
887cb3e
Use workspace version 1.1.0
ggwpez Sep 15, 2023
7e64a4e
Cleanup Cargo.toml and rename glutton-runtime
ggwpez Sep 15, 2023
b88365b
Delete empty CHANGELOG
ggwpez Sep 15, 2023
2f52268
Add GPL-3.0 license
ggwpez Sep 15, 2023
423936e
Use version 1.0.0
ggwpez Sep 15, 2023
7d4aaa0
Update lockfile
ggwpez Sep 15, 2023
6579111
Hide weight files and Cargo.lock by default in diffs
bkchr Sep 17, 2023
47be430
Set authors to the Fellowship
ggwpez Sep 18, 2023
b34be44
Typo
ggwpez Sep 19, 2023
1183e6b
Adds chain spec generator
bkchr Sep 20, 2023
6c599a3
Update system-parachain weights
ggwpez Sep 20, 2023
74e4217
Update system-parachain weights again
ggwpez Sep 20, 2023
122d3b2
Merge branch 'oty-import-v1.1.0-rc2' of github.com:polkadot-fellows/r…
bkchr Sep 20, 2023
f4cab62
Merge remote-tracking branch 'origin/oty-import-v1.1.0-rc2' into oty-…
ggwpez Sep 20, 2023
8b218e4
Revert everything unrelated
ggwpez Sep 22, 2023
7764f55
Init StorageVersions (for `oty import v1.1.0 rc2`) (#37)
liamaharon Sep 25, 2023
5312070
Update Weights (#38)
ggwpez Sep 25, 2023
40a1418
Add CHANGELOG.md and change .gitattributes (#39)
bkchr Sep 25, 2023
204a880
Update CHANGELOG.md
bkchr Sep 25, 2023
9c466e4
Fix weight `force_open_hrmp_channel` function signature
bkchr Sep 25, 2023
95c0220
Fix tests
bkchr Sep 25, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ rustflags = [
"-Aclippy::needless_option_as_deref", # false positives
"-Aclippy::derivable_impls", # false positives
"-Aclippy::stable_sort_primitive", # prefer stable sort
]
"-Aclippy::extra-unused-type-parameters", # stylistic
]
4 changes: 2 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
uses: actions/checkout@v3

- name: Fetch cache
uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0

- name: Clippy
run: cargo +nightly clippy --all-targets
run: cargo +nightly clippy --all-targets --locked -q
env:
SKIP_WASM_BUILD: 1
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
uses: actions/checkout@v3

- name: Fetch cache
uses: Swatinem/rust-cache@6fd3edff6979b79f87531400ad694fb7f2c84b1f # v2.2.1
uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0

- name: Test all features
run: cargo test --workspace --release --locked --features=runtime-benchmarks,runtime-metrics,try-runtime
run: cargo test --workspace --release --locked -q --features=runtime-benchmarks,runtime-metrics,try-runtime
env:
RUSTFLAGS: "-C debug-assertions -D warnings"
SKIP_WASM_BUILD: 1
45 changes: 36 additions & 9 deletions .gitignore
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/
8 changes: 4 additions & 4 deletions rustfmt.toml → .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Basic
edition = "2021"
hard_tabs = true
max_width = 100
use_small_heuristics = "Max"
Expand All @@ -18,7 +19,6 @@ match_block_trailing_comma = true
trailing_comma = "Vertical"
trailing_semicolon = false
use_field_init_shorthand = true
ignore = [
"bridges",
]
edition = "2021"
# Format comments
comment_width = 100
wrap_comments = true
1 change: 0 additions & 1 deletion CHANGELOG

This file was deleted.

Loading
Loading