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

add additional assurances to create_inherent #4349

Merged
merged 17 commits into from
Nov 24, 2021

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    ff4828f View commit details
    Browse the repository at this point in the history
  2. add additional validity checks

    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    d54fbcf View commit details
    Browse the repository at this point in the history
  3. simplify shuffling

    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    585f16d View commit details
    Browse the repository at this point in the history
  4. Closes potential OOB weight

    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    e421e7b View commit details
    Browse the repository at this point in the history
  5. improve docs

    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    f55b459 View commit details
    Browse the repository at this point in the history
  6. fooo

    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    92b1254 View commit details
    Browse the repository at this point in the history
  7. remove obsolete comment

    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    06d9c3f View commit details
    Browse the repository at this point in the history
  8. move filtering into the rollback-transaction

    Technically this is not necessary but avoids future footguns.
    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    720ff45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c59b710 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6d022b View commit details
    Browse the repository at this point in the history
  11. doc wording

    Co-authored-by: Zeke Mostov <z.mostov@gmail.com>
    drahnr and emostov committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    25509e9 View commit details
    Browse the repository at this point in the history
  12. refactor: avoid const generics for sake of wasm size

    `true` -> `FullCheck::Skip`, `false` -> `FullCheck::Yes`.
    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    6b041d5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf5c52e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43bef25 View commit details
    Browse the repository at this point in the history
  15. chore: make tests prefix free

    drahnr committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    9b25114 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ab394dc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6cec917 View commit details
    Browse the repository at this point in the history