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

Use BlockHeight as a primary key for the FuelsBlock table #1587

Merged
merged 27 commits into from
Jan 19, 2024

Commits on Dec 24, 2023

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

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    de82e25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ccc722 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG.md

    xgreenx committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    33661bc View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/feature/move-storage-implementat…

    …ion-to-own-crate' into feature/move-storage-implementation-to-own-crate
    xgreenx committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    1b8295a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

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

Commits on Jan 6, 2024

  1. Merge branch 'master' into feature/move-storage-implementation-to-own…

    …-crate
    
    # Conflicts:
    #	CHANGELOG.md
    #	crates/fuel-core/src/database.rs
    #	crates/fuel-core/src/database/storage.rs
    #	crates/storage/src/tables.rs
    xgreenx committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    0cea5bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9977a4 View commit details
    Browse the repository at this point in the history
  3. Fixed compilation

    xgreenx committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    b0ed3e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    541527e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d2b5504 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/move-storage-implementation-to-own-crate' into …

    …feature/block-height-as-primary-key
    xgreenx authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    1013f0e View commit details
    Browse the repository at this point in the history
  7. Updated CHANGELOG.md

    xgreenx committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    359192e View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/feature/block-height-as-primary-…

    …key' into feature/block-height-as-primary-key
    
    # Conflicts:
    #	CHANGELOG.md
    xgreenx committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    34b5e6a View commit details
    Browse the repository at this point in the history
  9. Fix compilation

    xgreenx committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    e27996a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Merge remote-tracking branch 'origin/feature/move-storage-implementat…

    …ion-to-own-crate' into feature/move-storage-implementation-to-own-crate
    xgreenx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    452418c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/move-storage-implementation-to-own…

    …-crate
    
    # Conflicts:
    #	CHANGELOG.md
    #	crates/fuel-core/src/database.rs
    #	crates/fuel-core/src/database/storage.rs
    xgreenx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    1fbc318 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5956a8 View commit details
    Browse the repository at this point in the history
  4. Fix documents

    xgreenx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cc9966c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/move-storage-implementation-to-own-crate' into …

    …feature/block-height-as-primary-key
    
    # Conflicts:
    #	CHANGELOG.md
    #	crates/fuel-core/src/database.rs
    #	crates/fuel-core/src/database/block.rs
    #	crates/storage/src/structured_storage/blocks.rs
    #	crates/storage/src/structured_storage/sealed_block.rs
    xgreenx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0bbeea1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d3e471 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into feature/block-height-as-primary-key

    # Conflicts:
    #	crates/fuel-core/src/database.rs
    #	crates/fuel-core/src/database/block.rs
    #	crates/fuel-core/src/database/coin.rs
    #	crates/fuel-core/src/database/contracts.rs
    #	crates/fuel-core/src/database/message.rs
    #	crates/fuel-core/src/database/transactions.rs
    #	crates/storage/src/structured_storage/blocks.rs
    #	crates/storage/src/structured_storage/sealed_block.rs
    xgreenx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f0df4f0 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into feature/block-height-as-primary-key

    # Conflicts:
    #	crates/fuel-core/src/query/block.rs
    #	crates/fuel-core/src/schema/block.rs
    #	crates/fuel-core/src/schema/message.rs
    #	crates/fuel-core/src/schema/tx/types.rs
    #	crates/fuel-core/src/service/adapters/graphql_api.rs
    #	crates/storage/src/tables.rs
    xgreenx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    993aa84 View commit details
    Browse the repository at this point in the history
  9. Merged master

    xgreenx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    36445b7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0e2abad View commit details
    Browse the repository at this point in the history
  11. Apply comments

    xgreenx committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    6a503b9 View commit details
    Browse the repository at this point in the history