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

Renames frame crate to polkadot-sdk-frame #3813

Merged
merged 32 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d8e6233
Initial changes
gupnik Mar 22, 2024
0e2f694
Further changes
gupnik Mar 26, 2024
5a2ec92
Adds PrDoc
gupnik Mar 26, 2024
458205d
Fmt
gupnik Mar 26, 2024
ca90b7f
Fixes frame example
gupnik Mar 26, 2024
550ab70
Fixes stg
gupnik Mar 26, 2024
6c9cb60
Fixes path
gupnik Mar 26, 2024
9cc892f
Fixes template
gupnik Mar 26, 2024
1eb6cfc
Updates doc links
gupnik Mar 26, 2024
33a6590
Updates doc links
gupnik Mar 26, 2024
0866b5f
Fmt
gupnik Mar 26, 2024
7aeb3d9
Merge branch 'master' into gupnik/frame-crate-rename
codekitz Mar 26, 2024
42df1ac
Fixes doc link
gupnik Mar 26, 2024
fd6bad2
Fixes doc link
gupnik Mar 26, 2024
7bdb934
Fixes doc link and taplo
gupnik Mar 26, 2024
2cf4e20
Adds ability to use either frame or polkadot-sdk-frame
gupnik Apr 1, 2024
7192bcc
Uses renamed crate in docs
gupnik Apr 1, 2024
77912f9
Uses renamed crate in template
gupnik Apr 1, 2024
69f5bbe
Merge branch 'master' of github.com:paritytech/polkadot-sdk into gupn…
gupnik Apr 1, 2024
ba183b3
Removes changes in docs
gupnik Apr 1, 2024
01cd2c8
Removes changes in example
gupnik Apr 1, 2024
23f9c12
Removes changes in template node
gupnik Apr 1, 2024
8161793
Removes changes in stg
gupnik Apr 1, 2024
3971887
Adds bump in prdoc
gupnik Apr 1, 2024
c6333be
Update substrate/frame/support/procedural/tools/src/lib.rs
codekitz Apr 1, 2024
2dbd88d
Update substrate/frame/support/procedural/tools/src/lib.rs
codekitz Apr 1, 2024
f81bacb
Update substrate/utils/frame/rpc/support/src/lib.rs
codekitz Apr 1, 2024
c117a87
Addresses review comments
gupnik Apr 1, 2024
174bd64
Fmt
gupnik Apr 1, 2024
749eec3
Adds test and updates docs
gupnik Apr 3, 2024
40daf88
Merge branch 'master' of github.com:paritytech/polkadot-sdk into gupn…
gupnik Apr 3, 2024
8af848e
Fmt
gupnik Apr 3, 2024
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
70 changes: 35 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
# Needed for all FRAME-based code
parity-scale-codec = { version = "3.0.0", default-features = false }
scale-info = { version = "2.6.0", default-features = false }
frame = { path = "../../substrate/frame", features = [
polkadot-sdk-frame = { path = "../../substrate/frame", features = [
gupnik marked this conversation as resolved.
Show resolved Hide resolved
"experimental",
"runtime",
] }
Expand Down
Loading
Loading