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

Regenesis support #1693

Merged
merged 30 commits into from
Mar 5, 2024
Merged

Regenesis support #1693

merged 30 commits into from
Mar 5, 2024

Commits on Dec 20, 2023

  1. Split initial state from chain config (#1459)

    Closes #1450
    
    Separates the loading of the initial chain state from loading
    `ChainConfig`.
    ---------
    
    Co-authored-by: Salka1988 <emirsalkicart@gmail.com>
    Co-authored-by: Brandon Vrooman <brandon.vrooman@fuel.sh>
    Co-authored-by: segfault_magnet <ahmed.sagdati.ets@gmail.com>
    4 people authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1ff2a7b View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Chain state encoding (#1474)

    Co-authored-by: Salka1988 <emirsalkicart@gmail.com>
    Co-authored-by: segfault_magnet <ahmed.sagdati.ets@gmail.com>
    Co-authored-by: Ahmed Sagdati <37515857+segfault-magnet@users.noreply.github.com>
    Co-authored-by: Brandon Kite <brandonkite92@gmail.com>
    Co-authored-by: Brandon Vrooman <brandon.vrooman@fuel.sh>
    Co-authored-by: Mitchell Turner <james.mitchell.turner@gmail.com>
    Co-authored-by: Green Baneling <XgreenX9999@gmail.com>
    8 people authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c4946de View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. merge master

    MujkicA committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    16817f2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Stream reader for chain state (#1519)

    Imports chain state via streams and enables regenesis
    MujkicA authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a4021f1 View commit details
    Browse the repository at this point in the history
  2. merge master part 1

    MujkicA committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e9324c4 View commit details
    Browse the repository at this point in the history
  3. fmt

    MujkicA committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cfb7eab View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. merge

    MujkicA committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fd725ee View commit details
    Browse the repository at this point in the history
  2. off chain genesis

    MujkicA committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f33eb56 View commit details
    Browse the repository at this point in the history
  3. off chain generated utxos

    MujkicA committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    590793e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    290c932 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503f177 View commit details
    Browse the repository at this point in the history
  3. merge]

    MujkicA committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c3818fa View commit details
    Browse the repository at this point in the history
  4. put rand behind std flag

    MujkicA committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ca96107 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Revert removing optional fields from config

    This reverts commit ca96107.
    MujkicA committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    81a0a98 View commit details
    Browse the repository at this point in the history
  2. revert

    MujkicA committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5c74cb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d95ad9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edf72fa View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. review comments

    MujkicA committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8188f9e View commit details
    Browse the repository at this point in the history
  2. fix chain config

    MujkicA committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    650257d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. merge

    MujkicA committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2bc8303 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10077ca View commit details
    Browse the repository at this point in the history
  3. merge now, fix tests later

    MujkicA committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    88938c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4b98c6 View commit details
    Browse the repository at this point in the history
  5. fix build

    MujkicA committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4f2f988 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    caded52 View commit details
    Browse the repository at this point in the history
  2. fix p2p tests

    MujkicA committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2535d48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd14783 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    037686c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e12b37 View commit details
    Browse the repository at this point in the history
  6. Added mroe TODOS

    xgreenx committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b5d8e75 View commit details
    Browse the repository at this point in the history