Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ConstEncodedLen #428

Merged
merged 9 commits into from
May 4, 2023
Merged

Add ConstEncodedLen #428

merged 9 commits into from
May 4, 2023

Commits on Apr 29, 2023

  1. Add ConstEncodedLen

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    ab32101 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.lock

    Seems all to come from the 'proptest'. But the the 'quickcheck'
    is unmaintained, so rather not using it.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    15d3b10 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Update src/const_encoded_len.rs

    Co-authored-by: Bastian Köcher <git@kchr.de>
    ggwpez and bkchr authored May 1, 2023
    Configuration menu
    Copy the full SHA
    fe735d5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    11cb495 View commit details
    Browse the repository at this point in the history
  2. Import Box

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 3, 2023
    Configuration menu
    Copy the full SHA
    e58d667 View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG 3.5.0

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3830b0a View commit details
    Browse the repository at this point in the history
  4. Bump to v3.5.0

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 3, 2023
    Configuration menu
    Copy the full SHA
    3c8cd2e View commit details
    Browse the repository at this point in the history
  5. Use master Cargo.lock + cargo t

    Just to ensure that there is no accidential update of the lock.
    
    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 3, 2023
    Configuration menu
    Copy the full SHA
    1ea6ed5 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Make CEL a marker trait

    Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
    ggwpez committed May 4, 2023
    Configuration menu
    Copy the full SHA
    dc3ad7c View commit details
    Browse the repository at this point in the history