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

Hide Default params under the "test-helper" feature #708

Merged
merged 16 commits into from
Mar 25, 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. Configuration menu
    Copy the full SHA
    bd12db3 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. 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
  3. Configuration menu
    Copy the full SHA
    408737e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into feature/hide-default-params-under-the-feature

    # Conflicts:
    #	fuel-tx/src/transaction/consensus_parameters.rs
    #	fuel-tx/src/transaction/types/script.rs
    #	fuel-vm/src/interpreter.rs
    xgreenx committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e2a96ea View commit details
    Browse the repository at this point in the history
  5. Updated CHANGELOG.md

    xgreenx committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    890b1fd View commit details
    Browse the repository at this point in the history
  6. Fixed WASM compilation

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