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

A new Upgrade transaction to perform network upgrades #707

Merged
merged 45 commits into from
Apr 9, 2024

Commits on Mar 21, 2024

  1. Versioned GasCosts

    xgreenx committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cb9d324 View commit details
    Browse the repository at this point in the history
  2. Versioned ConsensusParametersю

    Reduced default `MAX_SIZE` to be 110kb.
    Reduced default `MAX_CONTRACT_SIZE` to be 100kb.
    xgreenx committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2feab92 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG.md

    xgreenx committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    57c7730 View commit details
    Browse the repository at this point in the history
  4. Versioned FeeParameters

    xgreenx committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    41a537c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83721d9 View commit details
    Browse the repository at this point in the history
  6. Versioned TxParameters

    xgreenx committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ed2e94b View commit details
    Browse the repository at this point in the history
  7. Updated CHANGELOG.md

    xgreenx committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    34aa7dc View commit details
    Browse the repository at this point in the history
  8. Make CI happy

    xgreenx committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0ca4ddf View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into feature/versioning-sub-parameters

    # Conflicts:
    #	CHANGELOG.md
    #	fuel-tx/src/builder.rs
    #	fuel-tx/src/tests/valid_cases/transaction.rs
    #	fuel-tx/src/transaction/consensus_parameters.rs
    #	fuel-vm/src/checked_transaction.rs
    #	fuel-vm/src/tests/limits.rs
    #	fuel-vm/src/tests/validation.rs
    xgreenx committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    38e515d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Reshuffled fields Script and Create transactions to unify part us…

    …ed by all chargeable transactions
    xgreenx committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5c5b009 View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG.md

    xgreenx committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5eae221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd12db3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3618cc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

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

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

Commits on Mar 24, 2024

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

    xgreenx committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3ebe1d8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/privileged-address' into feature/upgrade-transa…

    …ction
    
    # Conflicts:
    #	fuel-tx/src/transaction/consensus_parameters.rs
    xgreenx committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    8f8fdf0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    27d18ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f2cfdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13592ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa4c795 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbee779 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into feature/versioning-sub-parameters

    # Conflicts:
    #	fuel-tx/src/transaction/consensus_parameters.rs
    #	fuel-vm/src/tests/validation.rs
    xgreenx committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e374ea3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4cbc5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6db8b16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5532d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9f2f39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0fbcb44 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Merge branch 'feature/common-payable-part' into feature/chargeable-tr…

    …ansaction
    
    # Conflicts:
    #	fuel-tx/src/transaction/types/script.rs
    #	fuel-vm/src/interpreter.rs
    xgreenx committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    50502cf View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/chargeable-transaction' into feature/upgrade-tr…

    …ansaction
    
    # Conflicts:
    #	fuel-tx/Cargo.toml
    #	fuel-tx/src/lib.rs
    #	fuel-tx/src/transaction/consensus_parameters.rs
    #	fuel-tx/test-helpers/Cargo.toml
    xgreenx committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    87424ec View commit details
    Browse the repository at this point in the history
  3. Update fuel-tx/src/transaction/id.rs

    Co-authored-by: Hannes Karppila <[email protected]>
    xgreenx and Dentosal authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    4496d2b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into feature/chargeable-transaction

    # Conflicts:
    #	CHANGELOG.md
    #	fuel-tx/src/transaction/types/create.rs
    #	fuel-tx/src/transaction/types/script.rs
    xgreenx committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f975aab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09327bd View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Merge branch 'master' into feature/upgrade-transaction

    # Conflicts:
    #	CHANGELOG.md
    #	fuel-tx/src/builder.rs
    #	fuel-tx/src/transaction.rs
    #	fuel-tx/src/transaction/consensus_parameters/gas.rs
    #	fuel-tx/src/transaction/id.rs
    #	fuel-tx/src/transaction/types/create.rs
    #	fuel-vm/src/interpreter.rs
    xgreenx committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    652157e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    080e73c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Updated CHANGELOG.md

    xgreenx committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0b815be View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG.md

    xgreenx committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    68a41da View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG.md

    xgreenx committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    919560d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Added a comment

    xgreenx committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3510e37 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 6, 2024

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

Commits on Apr 7, 2024

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

Commits on Apr 9, 2024

  1. Applied comments from PR

    xgreenx committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    29aa53b View commit details
    Browse the repository at this point in the history
  2. Removed iow

    xgreenx committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    120de10 View commit details
    Browse the repository at this point in the history