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

core: remove contract script check on deploy/update #3052

Merged
merged 1 commit into from
Jul 8, 2023

Commits on Jul 4, 2023

  1. core: remove contract script check on deploy/update

    This check is good and was present here since #1729, but it was
    accidently removed from the reference implementation (see the
    discussion in neo-project/neo#2848). The
    removal of this check from the C# node leaded to the T5 testnet state
    diff since 1670095 heigh which causes inability to process new blocks
    since 2272533 height (see #3049). This check was added back to the
    C# node in neo-project/neo#2849, but it is
    planned to be the part of the upcoming 3.6.0 C# node release.
    
    We need to keep our testnet healthy, thus, strict contract script
    check will be temporary removed from the node code and is planned
    to be added back to be a part of the next 3.6.0-compatible release.
    
    Close #3049.
    
    Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
    AnnaShaleva committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    6fa4bcd View commit details
    Browse the repository at this point in the history