Oliver Tale-Yazdi
|
dcda0e50f5
|
Fix build profiles (#1229)
* Fix build profiles
Closes https://github.com/paritytech/polkadot-sdk/issues/1155
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Manually set version to 1.0.0
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Use workspace repo
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* 'Authors and Edition from workspace
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
|
2023-08-29 13:39:41 +02:00 |
|
alvicsam
|
f441a5fc93
|
Diener workspacify
Signed-off-by: alvicsam <alvicsam@gmail.com>
|
2023-08-25 11:05:17 +02:00 |
|
Oliver Tale-Yazdi
|
8b9455465b
|
Format and Sort features in Cargo.toml files (#14803)
* CI: Add feature sorting check
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Sort all features
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Add some mistakes
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Revert "Add some mistakes"
This reverts commit b2b1099f979f6decb22d09b46689c1554bb72e81.
* CI job naming
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Add oneliner formatting
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Explain tool
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Use latest version
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Better erorr message
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Format after master merge
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Use --check option
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Messed up the merge commit...
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
---------
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
|
2023-08-23 14:21:52 +00:00 |
|
gupnik
|
5d8774016c
|
[FRAME Core] Adds ability to split a pallet across multiple files (#13950)
* Initial setup
* Updates macro_magic version and refactors accordingly
* Removes unwrap from macro
* Splits into multiple sections
* Uses call_site to fix macro hygiene issue
* Initial setup
* Removes unnecessary changes
* Moves template palet back
* Updates cargo.lock
* Moves BagsList inside mod
* Comments access to internal functions for now
* Updates tests
* Uncomments code
* Fixes test
* Moves bags-list to separate crate
* Initial setup
* Removes bags-list changes
* Fix structure
* Minor update
* Addresses review comment
* Adds a couple of UI tests. More to be added
* Adds err files
* Adds test for no pallet
* Adds doc
* Updates versions
* Adds benchmarking
* Updates doc link
* ".git/.scripts/commands/fmt/fmt.sh"
* Minor update
* Adds missing changes
* ".git/.scripts/commands/fmt/fmt.sh"
* Update frame/support/procedural/src/lib.rs
Co-authored-by: Sam Johnson <sam@durosoft.com>
* Addresses review comments
* Addresses review comments
* ".git/.scripts/commands/fmt/fmt.sh"
* Update frame/support/procedural/src/lib.rs
Co-authored-by: Sam Johnson <sam@durosoft.com>
* Update frame/support/procedural/src/lib.rs
Co-authored-by: Sam Johnson <sam@durosoft.com>
* Update frame/support/procedural/src/lib.rs
Co-authored-by: Sam Johnson <sam@durosoft.com>
* Adds UI test for disambiguation
* ".git/.scripts/commands/fmt/fmt.sh"
* Makes clippy happy
* ".git/.scripts/commands/fmt/fmt.sh"
* Fixes frame support test
* Fixes frame support test
* Split items other than storage
* Updates versions
* Fixes some review comments
* Addresses review comments
* ".git/.scripts/commands/fmt/fmt.sh"
* Updates docs
* Adds experimental disclaimer
* ".git/.scripts/commands/fmt/fmt.sh"
* Update frame/support/test/tests/split_ui/no_section_found.rs
Co-authored-by: Sam Johnson <sam@durosoft.com>
* Addresses review comments
* Fixes test
---------
Co-authored-by: command-bot <>
Co-authored-by: command-bot <ci@gitlab.parity.io>
Co-authored-by: Sam Johnson <sam@durosoft.com>
|
2023-06-27 12:12:03 +00:00 |
|
Kian Paimani
|
6f79a9e941
|
add pallet macro kitchensink example/template (#14052)
* add pallet macro kitchen-sink pallet
* update
* Adds benchmarking setup
* Updates APIs
* Fixes benchmark
* Uses derive_impl for frame_system
* Adds benchmarks
* Minor update
* Adds license
* Adds examples crate
* ".git/.scripts/commands/fmt/fmt.sh"
* Update frame/examples/kitchensink/src/tests.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
* Update frame/examples/kitchensink/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
* Update frame/examples/kitchensink/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
* Addresses review comments
* Addresses review comments
* ".git/.scripts/commands/fmt/fmt.sh"
---------
Co-authored-by: Nikhil Gupta <17176722+gupnik@users.noreply.github.com>
Co-authored-by: command-bot <>
Co-authored-by: command-bot <ci@gitlab.parity.io>
|
2023-06-06 13:47:34 +00:00 |
|