Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

pallet-multisig: Improve opaque call handling #10060

Merged
merged 5 commits into from
Oct 25, 2021

Commits on Oct 19, 2021

  1. pallet-multisig: Improve opaque call handling

    Before the opaque call was just a type redefinition of `Vec<u8>`. With metadata v14 that was
    breaking external tools, as they stopped looking at the type name. To improve the situation the
    `WrapperKeepOpaque` type is introduced that communicates to the outside the correct type info.
    bkchr committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    539afe4 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Cleanup

    bkchr committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    7affeea View commit details
    Browse the repository at this point in the history
  2. Fix benchmarks

    bkchr committed Oct 22, 2021
    Configuration menu
    Copy the full SHA
    34d704a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. Configuration menu
    Copy the full SHA
    78a7492 View commit details
    Browse the repository at this point in the history
  2. FMT

    bkchr committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    e0abf95 View commit details
    Browse the repository at this point in the history