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

Added validation of the coin's fields during block production and validation #1506

Merged
merged 3 commits into from
Nov 22, 2023

Commits on Nov 21, 2023

  1. Added validation of the coin's fields during block production and val…

    …idation.
    
    Moved field comparison to `fuel-core-types` crates from `fuel-core-txpool`. Reused it in the executor.
    Added verification that contract exists. It helps to catch the error before hitting the VM.
    Included `Nonce`, `UtxoId`, `ContractId` into error message.
    xgreenx committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3144544 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d422fd9 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG.md

    xgreenx committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    e151254 View commit details
    Browse the repository at this point in the history