Chevdor
|
a30092ab42
|
Markdown linter (#1309)
* Add markdown linting
- add linter default rules
- adapt rules to current code
- fix the code for linting to pass
- add CI check
fix #1243
* Fix markdown for Substrate
* Fix tooling install
* Fix workflow
* Add documentation
* Remove trailing spaces
* Update .github/.markdownlint.yaml
Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
* Fix mangled markdown/lists
* Fix captalization issues on known words
|
2023-09-04 12:02:32 +03:00 |
|
Sergej Sakac
|
e5910d971e
|
New root_testing pallet (#12451)
* Move fill_block to RootOffences
* docs
* new pallet
* new line
* fix
* Update frame/root-testing/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de>
* Update frame/root-testing/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de>
* Update bin/node/runtime/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de>
* Update frame/root-testing/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de>
* Update frame/root-testing/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de>
* Update frame/root-testing/src/lib.rs
Co-authored-by: Bastian Köcher <git@kchr.de>
* fixes
* problem solved
* revert
* fix dependency
* hopefully making the CI happy
* ...
* dummy call
* remove dummy
* fix warning
Co-authored-by: Bastian Köcher <git@kchr.de>
|
2022-11-13 18:48:11 +00:00 |
|
Sergej Sakac
|
ea43466879
|
New Pallet: Root offences (#11943)
* root-offences pallet
* fix errors
* cleaned up a bit
* remove unwrap()
* new pallet is getting compiled
* remove unnecessary type annotations
* remove more unnecessary type annotations
* addidtional cleaning
* commit
* cleaned up
* fix in logic
* add event
* removed Clone trait from AccountId
* test module
* remove unused imports
* fmt
* fix
* separate into functions, still messy
* test
* first test
* fmt
* cleaned up a bit
* separate into mock.rs and tests.rs
* basic docs for now
* pallet_staking GenesisiConfig
* fix
* added start_session
* passing tests
* impl GenesisConfig for pallet_session
* updated event
* Update frame/root-offences/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
* Update frame/root-offences/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
* remove <T: Config
* specifying trait bounds inside Config
* commit
* active era increases correctly :)
* ExtBuilder
* slashing works
* new test
* additional test
* commit
* order
* fix?
* fix in logic
* remove unnecessary
* wrap comment at 100
* fmt
* merge fixes
* Update frame/root-offences/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
* Update frame/root-offences/src/lib.rs
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
* docs
* Update frame/root-offences/README.md
Co-authored-by: Andronik <write@reusable.software>
* Update frame/root-offences/Cargo.toml
Co-authored-by: Andronik <write@reusable.software>
* license header
Co-authored-by: Kian Paimani <5588131+kianenigma@users.noreply.github.com>
Co-authored-by: Andronik <write@reusable.software>
|
2022-09-28 20:04:14 +00:00 |
|