mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 07:01:05 +00:00
* 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:
@@ -163,8 +163,7 @@ pub mod pallet {
|
||||
+ codec::Codec
|
||||
+ codec::EncodeLike
|
||||
+ scale_info::TypeInfo
|
||||
+ MaxEncodedLen
|
||||
+ PartialOrd;
|
||||
+ MaxEncodedLen;
|
||||
|
||||
/// Data stored in the leaf nodes.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user