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

Zero to Hero Tutorial #254

Merged
merged 56 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
1c8f052
Init structure
0xLucca Dec 11, 2024
8fad8ff
wip: set-up-a-template
0xLucca Dec 12, 2024
a931bad
Finish set up a template
0xLucca Dec 12, 2024
2520c1d
[FIX] - Adding references to tutorials (#230)
nhussein11 Dec 12, 2024
75e3ddb
Tutorials > Polkadot SDK > Parachains > Build Custom Pallet > Build t…
0xLucca Dec 12, 2024
2585c1f
fix: index zero to hero
nhussein11 Dec 12, 2024
116f9b8
fix: clean up .pages
nhussein11 Dec 12, 2024
6c5b7af
fix: set up template where to go next
nhussein11 Dec 12, 2024
84e0150
fix: adding build a custom pallet content and moving code snippets
nhussein11 Dec 12, 2024
64193c4
Fix build pallet page
0xLucca Dec 12, 2024
cd476cc
wip: Add pallets to the runtime
0xLucca Dec 12, 2024
a9cd81e
fix: wip
nhussein11 Dec 12, 2024
0711d2b
Merge branch 'master' into 0xlucca/update-tutorial-section
nhussein11 Dec 12, 2024
fc77885
fix: clean up pallet unit testing
nhussein11 Dec 12, 2024
1961a58
fix: pre-commit whitelisted files
nhussein11 Dec 12, 2024
c936a1f
Finish add pallet to runtime
0xLucca Dec 12, 2024
6bfe341
Improve story telling
0xLucca Dec 12, 2024
ef29993
wip: Execute Runtime Upgrades
0xLucca Dec 13, 2024
c87b3cd
Merge branch 'master' into 0xlucca/update-tutorial-section
0xLucca Dec 13, 2024
d1ca46d
wip: deploy to testnet
0xLucca Dec 13, 2024
75f642e
Deploy to Testnet ready
0xLucca Dec 13, 2024
1641755
Apply suggestions from code review
nhussein11 Dec 16, 2024
fd5ff45
Update develop/parachains/maintenance/runtime-upgrades.md
nhussein11 Dec 16, 2024
dace132
Update tutorials/polkadot-sdk/parachains/zero-to-hero/add-pallets-to-…
nhussein11 Dec 16, 2024
22c46b0
fix: adding tip to zero to hero index page
nhussein11 Dec 16, 2024
196541b
[FIX] - Refactoring testing section (#248)
nhussein11 Dec 13, 2024
4b82a26
fix: typo (#258)
nhussein11 Dec 16, 2024
b6785e2
Obtain Coretime Tutorial (#250)
CrackTheCode016 Dec 16, 2024
779f424
fix: updating coretime page, images and snippet according to the zero…
nhussein11 Dec 16, 2024
4154de0
fix: coretime desc
nhussein11 Dec 16, 2024
408effb
fix: todos
nhussein11 Dec 16, 2024
a23fb79
fix: where to go next
nhussein11 Dec 16, 2024
e9d27ba
updates to some index pages
dawnkelly09 Dec 16, 2024
14c19ec
fix: where to go next (2)
nhussein11 Dec 16, 2024
db6898b
Merge branch 'master' into 0xlucca/update-tutorial-section
0xLucca Dec 16, 2024
8a0bea7
Remove old content
0xLucca Dec 16, 2024
02762fb
Apply suggestions from code review
nhussein11 Dec 17, 2024
1547182
Remove execute-runtime-upgrade tutorial
0xLucca Dec 17, 2024
9ece8a0
fix: adding links to prev tutorials
nhussein11 Dec 17, 2024
4fab4b8
fix: adding reference to utility pallet
nhussein11 Dec 17, 2024
e188cd8
Update index file
0xLucca Dec 17, 2024
d8341b3
fix: adding link to zero to hero index
nhussein11 Dec 17, 2024
273171d
Update build pallet name
0xLucca Dec 17, 2024
b235e49
fix: polkadot sdk tutorials index
nhussein11 Dec 17, 2024
c56bc2e
Comment where to go next section in develop
0xLucca Dec 17, 2024
cc1e783
Update develop/parachains/maintenance/runtime-upgrades.md
nhussein11 Dec 17, 2024
40686b5
fix: CTAs
nhussein11 Dec 17, 2024
8cda507
fix: CTAs titles to generic "Get Started"
nhussein11 Dec 17, 2024
9b5a4ae
Update tutorials section index file
0xLucca Dec 17, 2024
76308fb
Merge branch 'master' into 0xlucca/update-tutorial-section
0xLucca Dec 17, 2024
a968cce
fix: card style
nhussein11 Dec 17, 2024
32f5352
removes coming soon content, adds Where to Go Next to Install Polkado…
dawnkelly09 Dec 17, 2024
98709bd
few updates to links
dawnkelly09 Dec 17, 2024
7f2ac29
update prereq copy on set up a template
dawnkelly09 Dec 17, 2024
cc36e00
updates link
dawnkelly09 Dec 17, 2024
3050ff1
update link text
dawnkelly09 Dec 17, 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
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IGNORED_FILES=(
".snippets/code/develop/toolkit/parachains/spawn-chains/zombienet/write-tests/big-network-test.toml"
".snippets/code/develop/toolkit/parachains/spawn-chains/zombienet/write-tests/small-network-test.toml"
".snippets/code/develop/toolkit/parachains/spawn-chains/zombienet/write-tests/spawn-a-basic-chain-test.toml"
".snippets/code/tutorials/polkadot-sdk/parachains/build-custom-pallet/pallet-unit-testing/cargo-dev-dependencies.toml"
".snippets/code/tutorials/polkadot-sdk/parachains/zero-to-hero/pallet-unit-testing/cargo-dev-dependencies.toml"
)

# Normalize ignored files pattern
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading