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

Simplified block storage #53

Merged
merged 40 commits into from
Jan 9, 2024
Merged

Simplified block storage #53

merged 40 commits into from
Jan 9, 2024

Commits on Dec 14, 2023

  1. moved stuff around

    pompon0 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    013478c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. snapshot

    pompon0 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    79f0983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb9ec66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b9e104 View commit details
    Browse the repository at this point in the history
  4. tests pass

    pompon0 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e5f76be View commit details
    Browse the repository at this point in the history
  5. simplified blocks in test

    pompon0 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e255fa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

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

Commits on Dec 20, 2023

  1. rewritten storage

    pompon0 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ed6fe4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27e8a1a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    8123774 View commit details
    Browse the repository at this point in the history
  2. reorganized storage crate

    pompon0 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b03d770 View commit details
    Browse the repository at this point in the history
  3. splitted traits

    pompon0 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ae338ef View commit details
    Browse the repository at this point in the history
  4. leader tests migrated

    pompon0 committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    fcbaa16 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. bft tests pass

    pompon0 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    25da63b View commit details
    Browse the repository at this point in the history
  2. sync_blocks rewrite wip

    pompon0 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    4fd6acf View commit details
    Browse the repository at this point in the history
  3. compiles

    pompon0 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    6b2be51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12e6277 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. all tests pass

    pompon0 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    0f72363 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    pompon0 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    dbd860c View commit details
    Browse the repository at this point in the history
  3. tests pass

    pompon0 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    c87326e View commit details
    Browse the repository at this point in the history
  4. compiles

    pompon0 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2b4b992 View commit details
    Browse the repository at this point in the history
  5. executor tests pass

    pompon0 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    2b5808c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. fixed loadtest

    pompon0 committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    93ab685 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. moved rocksdb dep

    pompon0 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    5c3ccda View commit details
    Browse the repository at this point in the history
  2. separate runner, cargo fmt

    pompon0 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c3ea6d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ced17c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. cargo fmt

    pompon0 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    66ef974 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    4aad921 View commit details
    Browse the repository at this point in the history
  2. nits

    pompon0 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f2dae9a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. applied comments

    pompon0 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    eb0f5eb View commit details
    Browse the repository at this point in the history
  2. deque

    pompon0 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    f4d530b View commit details
    Browse the repository at this point in the history
  3. applied comments

    pompon0 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    10b3595 View commit details
    Browse the repository at this point in the history
  4. store_block -> queue_block

    pompon0 committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    6edc1b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f2d8da View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Update node/actors/bft/src/replica/state_machine.rs

    Co-authored-by: Bruno França <bruno@franca.xyz>
    pompon0 and brunoffranca authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2e9ddde View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. added metrics for storage

    pompon0 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    c319079 View commit details
    Browse the repository at this point in the history
  2. nonempty block store

    pompon0 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0a14d00 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'refs/remotes/origin/gprusak-tools-confi…

    …g' into gprusak-tools-config
    pompon0 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    14e963f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. applied comments

    pompon0 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b750173 View commit details
    Browse the repository at this point in the history