It's not a critical thing, but it's better to have small description/summary for each pallet in src/lib.rs. For example, you guys already have that for pallet-ethereum.
I had to check to source-code and read all the code of basefee pallet to understand what this pallet does just to be sure.
Added the inline docs as a draft, feel free to change it or merge it as is.
It's not a critical thing, but it's better to have small description/summary for each pallet in
src/lib.rs
. For example, you guys already have that forpallet-ethereum
.I had to check to source-code and read all the code of
basefee pallet
to understand what this pallet does just to be sure.Added the inline docs as a draft, feel free to change it or merge it as is.