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

test: adds receive_message test #11

Merged
merged 29 commits into from
Mar 19, 2024
Merged

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    e5dc74a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. refactor(era_validator): function receives headers now instead of blocks

    blocks were used from flat files decoder, which means it is no longer coupled to this dependency. Also commented functions that will be moved to flat_head
    pedrohba1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c4c8296 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c983baf View commit details
    Browse the repository at this point in the history
  3. refactor(inclusion_proof): adds two arrays fo handling with HeaderRec…

    …ords and Header from portalapi
    pedrohba1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fdf11ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc26351 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1947522 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. feat(era_validator): optional lock

    adds optional lockfile usage, helps testing
    pedrohba1 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ccee8f8 View commit details
    Browse the repository at this point in the history
  2. docs: change phrasing

    pedrohba1 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    502ab44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    078ae7a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. feat: adds sf-protos dependency to share types between flat-files-dec…

    …oder without using wrappers
    
    sf-protos contains the dependencies from the proto files that are used both in the header accumulator and flat files decoder. This means that both of them can share a single instance of a type without implementing try_from conversions or similar
    pedrohba1 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    18dfa79 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. refactor(removes-extract_100_blocks-function,-changes-decode_header_r…

    …ecords-function): extract_100_blocks is not necessary in header acc anymore, since block handling is now done by flat files decoder. ext_header_from_block now hande singular blocks and should be used inside a .map() for conversion of Block arrays
    pedrohba1 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f5998a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03708f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33360c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f386185 View commit details
    Browse the repository at this point in the history
  5. test(inclusion_proof): adds tests for failing proofs, proof verificat…

    …ion and generation after refactor
    pedrohba1 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6b9c6f5 View commit details
    Browse the repository at this point in the history
  6. build(cargo.toml): moves flat-files-decoder to dev dependencies

    flat-files decoder is now only used in tests to facilitate validating header_accumulator functions
    pedrohba1 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c313fc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    957b7ea View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    3e59852 View commit details
    Browse the repository at this point in the history
  2. refactor(utils): removes unnecessary convertion function (it already …

    …exists as a From trait implementation
    pedrohba1 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c10f788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    994519a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f2a056 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    3918db4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb9aa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    436751c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2cb51c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d27868 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33b42ad View commit details
    Browse the repository at this point in the history
  7. feat(era_validator): checkes for correct block number start in epoch,…

    … warns against post-merge blocks
    pedrohba1 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ac34a7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fb3ed8 View commit details
    Browse the repository at this point in the history