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

Aurora block hashchain #705

Closed
wants to merge 85 commits into from
Closed

Aurora block hashchain #705

wants to merge 85 commits into from

Commits on Feb 16, 2023

  1. Comments

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    096067e View commit details
    Browse the repository at this point in the history
  2. hashchain.rs file

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    5572a74 View commit details
    Browse the repository at this point in the history
  3. Direct parameters for hashing

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0d08ffe View commit details
    Browse the repository at this point in the history
  4. Adding more comments

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    8e064c2 View commit details
    Browse the repository at this point in the history
  5. More comments

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    50ee8dc View commit details
    Browse the repository at this point in the history
  6. Merkle tree tests

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    6f0f155 View commit details
    Browse the repository at this point in the history
  7. Clippy

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    92385dc View commit details
    Browse the repository at this point in the history
  8. Use RawH256 instead of H256

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    0c184e7 View commit details
    Browse the repository at this point in the history
  9. Borsh

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4894c0b View commit details
    Browse the repository at this point in the history
  10. Using RawH256 instead of H256

    Casuso committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    ef60aa4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Block Hashchain Computer tests

    Casuso committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    6c034d6 View commit details
    Browse the repository at this point in the history
  2. Misspellings

    Casuso committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    a7d5a1b View commit details
    Browse the repository at this point in the history
  3. Cargo fmt

    Casuso committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f917b56 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Feb 22, 2023

  1. Blockchain Hashchain

    Casuso committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    650aa3f View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Blockchain Hashchain tests

    Casuso committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ef73aad View commit details
    Browse the repository at this point in the history
  2. Simplifiying add_block_tx

    Casuso committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e7ad969 View commit details
    Browse the repository at this point in the history
  3. Storage get and set

    Casuso committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    eb4efd5 View commit details
    Browse the repository at this point in the history
  4. function update_hashchain

    Casuso committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c457b75 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. lib.rs

    Casuso committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d97a376 View commit details
    Browse the repository at this point in the history
  2. Format

    Casuso committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1f41ac1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Fixing the build

    Casuso committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    68a0356 View commit details
    Browse the repository at this point in the history
  2. Fixes

    Casuso committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    860361e View commit details
    Browse the repository at this point in the history
  3. Solving comments. Fix for when get_previous_block_hashchain is called…

    … after empty Aurora blocks.
    Casuso committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    512c8bf View commit details
    Browse the repository at this point in the history
  4. Revert "Fixes"

    This reverts commit 860361e.
    Casuso committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f28eb84 View commit details
    Browse the repository at this point in the history
  5. Revert "Solving comments. Fix for when get_previous_block_hashchain i…

    …s called after empty Aurora blocks."
    
    This reverts commit 512c8bf.
    Casuso committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    6d70f96 View commit details
    Browse the repository at this point in the history
  6. Adding fixes again

    Casuso committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    aaa1630 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfd4555 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Using &[] instead of &[0; 0]

    Casuso committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c949515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f487f74 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

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

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    45a969d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72de295 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    f6f308c View commit details
    Browse the repository at this point in the history
  2. V1 Fixed

    Casuso committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4603df2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Revert "V1 Fixed"

    This reverts commit 4603df2.
    Casuso committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b09ee43 View commit details
    Browse the repository at this point in the history
  2. Revert "V1 Adding hashchain logic to standalone"

    This reverts commit f6f308c.
    Casuso committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    9e60481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2f8af8 View commit details
    Browse the repository at this point in the history
  4. Hashchain for and methods.

    Casuso committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    6edf400 View commit details
    Browse the repository at this point in the history
  5. Format

    Casuso committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    4b67211 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    d070a43 View commit details
    Browse the repository at this point in the history
  2. Fix test

    Casuso committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    90fd38a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

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

Commits on Mar 23, 2023

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

Commits on Mar 24, 2023

  1. Bloom fixes and integration

    Casuso committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ee7ffa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Standalone state matching 1

    Casuso committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    282c4d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. merge with develop

    Casuso committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    1b39802 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a90289 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

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

Commits on Apr 26, 2023

  1. Merge with develop

    Casuso committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    73f3db2 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

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

Commits on May 10, 2023

  1. Hashchain activation-deactivation feature for testing. Fixen tests. A…

    …dding integration-test feature flag as a testing default feature on the engine.
    Casuso committed May 10, 2023
    Configuration menu
    Copy the full SHA
    3d6b387 View commit details
    Browse the repository at this point in the history
  2. Fix Cargo file

    Casuso committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7701d62 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge and fix tests

    Casuso committed May 11, 2023
    Configuration menu
    Copy the full SHA
    310b660 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Clippy fixes

    Casuso committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9f009fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ace7699 View commit details
    Browse the repository at this point in the history
  3. Clippy and Format

    Casuso committed May 12, 2023
    Configuration menu
    Copy the full SHA
    379767d View commit details
    Browse the repository at this point in the history
  4. Clippy

    Casuso committed May 12, 2023
    Configuration menu
    Copy the full SHA
    1a76cf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Merge develop

    Casuso committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    18d3161 View commit details
    Browse the repository at this point in the history
  2. Fix tests build and tests

    Casuso committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    32dd4e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Format

    Casuso committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6f1fcdf View commit details
    Browse the repository at this point in the history
  2. Clippy and other errors.

    Casuso committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    61ea643 View commit details
    Browse the repository at this point in the history
  3. Format

    Casuso committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    33f3768 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 5, 2023

  1. Starting hashchain mechanism.

    Casuso committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7610999 View commit details
    Browse the repository at this point in the history
  2. Cancel hashchain mechanism.

    Casuso committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    edb02b8 View commit details
    Browse the repository at this point in the history
  3. Clippy

    Casuso committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    31c76c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea2e3f6 View commit details
    Browse the repository at this point in the history
  5. Fix merge.

    Casuso committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4c7c039 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f7f19c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge and fix build.

    Casuso committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    26e7d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f514a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeacbd5 View commit details
    Browse the repository at this point in the history
  4. Comment.

    Casuso committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    0d220e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    735b40f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d13411 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Revert "Remove contract_account_id and method_name from hashchain com…

    …putation."
    
    This reverts commit 2d13411.
    Casuso committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    692ddb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Merge with develop.

    Casuso committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    47f375c View commit details
    Browse the repository at this point in the history
  2. Fix build.

    Casuso committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    547c1f3 View commit details
    Browse the repository at this point in the history
  3. Format

    Casuso committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e5d26b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8615c40 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Solving some PR comments.

    Casuso committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    0a53470 View commit details
    Browse the repository at this point in the history
  2. Clippy and Format.

    Casuso committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5b86749 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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