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
Dan Shields
c6e452108b
Child bounties comments ( #11053 )
...
* * formatting
* use uniform notion of parent and child, no "master" or "general" entity
* README updated to match comments
* `parent_index` used over simply `index`
* rm `parent_*` change
* parent_bounty_id
* parent_index rm
* fmt
* Apply suggestions from code review
2022-04-16 09:55:37 +00:00
Gautam Dhameja
752e050cf4
Add child-bounties pallet. ( #10309 )
...
* Extract child-bounties as a separate pallet.
* Initial tests added.
* More tests.
* Tests complete. Fixed curator fee issue.
* Fixed comments.
* Added benchmarks for child-bounties pallet.
* Added weights.
* Fixed formatting.
* Fixed comments.
* Re-run benchmarks for bounties pallet.
* Make cargo fmt happy again
* add max encoded len
* use event structs
* fmt
* fix compile
* Addressed review comments.
* Use config type instead of const in benchmarking.
* Addressed more review comments.
* Use ensure_can_withdraw instead of just checking min balance.
* fmt.
* Introduce ChildBountyCuratorDepositBase to avoid zero curator deposits for child bounties.
* Fix unassign curator logic for child-bounties.
* Added more tests for unassign curator.
* Reduce bounty description max length in node runtime.
* Updated weights for child bounties pallet.
* reduce indentation of unassign_curator
* more indentation reduction
* deduplicate slashing arms
* reintroduce ensure check
* add assertion to check that bad unassign origin fails
* formatting
* Updated comments.
Co-authored-by: Ricardo Rius <ricardo@parity.io >
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com >
Co-authored-by: Alexander Popiak <alexander.popiak@parity.io >
2021-12-07 18:40:47 -04:00