Revert "Optimize merkle proofs for efficient verification in Solidity (#12857)" (#14176)

* Revert "Optimize merkle proofs for efficient verification in Solidity (#12857)"

This reverts commit c077597afb since we
still require commitment to the leaves - see #12820.

* remove PartialOrd trait from mmr hash type
This commit is contained in:
Robert Hambrock
2023-05-22 13:55:40 +02:00
committed by GitHub
parent 86870ad0f0
commit 09a7e69012
3 changed files with 28 additions and 31 deletions
@@ -163,8 +163,7 @@ pub mod pallet {
+ codec::Codec
+ codec::EncodeLike
+ scale_info::TypeInfo
+ MaxEncodedLen
+ PartialOrd;
+ MaxEncodedLen;
/// Data stored in the leaf nodes.
///