mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 14:31:13 +00:00
Optimize merkle proofs for efficient verification in Solidity (#12857)
* Sort hashes when generating & verifying MMR proofs * Remove unused variables * Double-hash leaves in beefy-merkle-tree * Revert "Double-hash leaves in beefy-merkle-tree" This reverts commit f788f5ed85e575a866639316aaef29dffbcd1c8c. * Retry Polkadot companion CI jobs
This commit is contained in:
@@ -164,7 +164,8 @@ pub mod pallet {
|
||||
+ codec::Codec
|
||||
+ codec::EncodeLike
|
||||
+ scale_info::TypeInfo
|
||||
+ MaxEncodedLen;
|
||||
+ MaxEncodedLen
|
||||
+ PartialOrd;
|
||||
|
||||
/// Data stored in the leaf nodes.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user