Skip to content
Snippets Groups Projects
Unverified Commit 604f56f0 authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi Committed by GitHub
Browse files

Remove not-audited warning (#5114)


Pallet tx-pause and safe-mode are both audited, see: #4445

---------

Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent 6b506370
No related merge requests found
Pipeline #486115 waiting for manual action with stages
in 1 hour, 12 minutes, and 37 seconds
# 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
......@@ -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,
......
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment