Skip to content

Commit

Permalink
Remove not-audited warning (#5114)
Browse files Browse the repository at this point in the history
Pallet tx-pause and safe-mode are both audited, see: #4445

---------

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored Jul 23, 2024
1 parent 6b50637 commit 604f56f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
16 changes: 16 additions & 0 deletions prdoc/pr_5114.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Schema: Polkadot SDK PRDoc Schema (prdoc) v1.0.0
# See doc at https://raw.githubusercontent.com/paritytech/polkadot-sdk/master/prdoc/schema_user.json

title: "Remove not-audited warning"

doc:
- audience: Runtime Dev
description: |
Pallets `tx-pause` and `safe-mode` have passed audit, this just removes a warning in the docs
to not use them.

crates:
- name: pallet-safe-mode
bump: patch
- name: pallet-tx-pause
bump: patch
4 changes: 0 additions & 4 deletions substrate/frame/safe-mode/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
//!
//! Trigger for stopping all extrinsics outside of a specific whitelist.
//!
//! ## WARNING
//!
//! NOT YET AUDITED. DO NOT USE IN PRODUCTION.
//!
//! ## Pallet API
//!
//! See the [`pallet`] module for more information about the interfaces this pallet exposes,
Expand Down
4 changes: 0 additions & 4 deletions substrate/frame/tx-pause/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
//!
//! Allows dynamic, chain-state-based pausing and unpausing of specific extrinsics via call filters.
//!
//! ## WARNING
//!
//! NOT YET AUDITED. DO NOT USE IN PRODUCTION.
//!
//! ## Pallet API
//!
//! See the [`pallet`] module for more information about the interfaces this pallet exposes,
Expand Down

0 comments on commit 604f56f

Please sign in to comment.