make BagsList::put_in_front_of be permissionless (#14714)

* make BagsList::put_in_fron_of be permissionless

* Update frame/bags-list/src/lib.rs

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>

* improve docs as well

* update lock

* Update frame/bags-list/Cargo.toml

Co-authored-by: Sam Johnson <sam@durosoft.com>

* fix

* Update frame/bags-list/src/lib.rs

Co-authored-by: Michael Assaf <94772640+snowmead@users.noreply.github.com>

---------

Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
Co-authored-by: Sam Johnson <sam@durosoft.com>
Co-authored-by: Michael Assaf <94772640+snowmead@users.noreply.github.com>
This commit is contained in:
Kian Paimani
2023-08-12 12:25:09 -07:00
committed by GitHub
parent 570b221439
commit adb9f6d71a
4 changed files with 183 additions and 15 deletions
+2
View File
@@ -5871,6 +5871,8 @@ dependencies = [
name = "pallet-bags-list"
version = "4.0.0-dev"
dependencies = [
"aquamarine",
"docify",
"frame-benchmarking",
"frame-election-provider-support",
"frame-support",