Skip to content

Commit

Permalink
update: scale with auto-detection abnormal aggregates
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Khaustov aka xDimon <[email protected]>
  • Loading branch information
xDimon committed Feb 18, 2025
1 parent 8128bd2 commit 1c7feca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ hunter_config(

hunter_config(
scale
URL https://github.com/qdrvm/scale-codec-cpp/archive/07b926e829e29b3641038a06915876d9e58e92ba.tar.gz
SHA1 2210d4df2a7ca216f3fc7a168e7388465b9b19fe
URL https://github.com/qdrvm/scale-codec-cpp/archive/e5792b13643f938713a95b2bb5116b7994755b27.tar.gz
SHA1 5306ec9dc8e26f1198967f9c49ce86eeff3c6934
KEEP_PACKAGE_SOURCES
)

Expand Down
1 change: 1 addition & 0 deletions core/consensus/grandpa/types/equivocation_proof.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ namespace kagome::consensus::grandpa {
struct EquivocationProof {
AuthoritySetId set_id;
Equivocation equivocation;
SCALE_CUSTOM_DECOMPOSITION(EquivocationProof, set_id, equivocation)
};

} // namespace kagome::consensus::grandpa
1 change: 1 addition & 0 deletions core/primitives/block.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ namespace kagome::primitives {
BlockHeaderReflection header; ///< block header
// NOLINTNEXTLINE(cppcoreguidelines-avoid-const-or-ref-data-members)
const BlockBody &body; ///< extrinsics collection
SCALE_CUSTOM_DECOMPOSITION(BlockReflection, header, body)
};

} // namespace kagome::primitives

0 comments on commit 1c7feca

Please sign in to comment.