-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: tx-pause and safe-mode pallets integration * config updated and safe-mode coupled to DappStaking via Notify * overhead benchmark comment added * overhead benchmark command added - typo * Revert "overhead benchmark command added - typo" This reverts commit 03d0f9a. * Revert "overhead benchmark comment added" This reverts commit 96a0520. * todo comment added to use proper benchmarking in the future * remove useless crate option Co-authored-by: Ermal Kaleci <[email protected]> * remove useless crate option * DbWeight from frame_system::Config used * RuntimeAdjustedWeights type to handle weights override * remove WeightToFee mock * Revert "RuntimeAdjustedWeights type to handle weights override" This reverts commit 1f400a4. * base_extrinsic get from RuntimeBlockWeights for WeightToFee --------- Co-authored-by: Ermal Kaleci <[email protected]>
- Loading branch information
1 parent
29b3bd6
commit 17fc034
Showing
11 changed files
with
528 additions
and
325 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.