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: implement NotValidBefore and Reserved tx attributes #1496

Merged
merged 5 commits into from
Oct 23, 2020

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    368ff82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09b8b8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6579a0 View commit details
    Browse the repository at this point in the history
  4. core: verify transaction attributes before adding it into mempool

    Attributes check should be done before adding transaction to
    the pool, otherwise there might be a case when transaction with invalid
    attributes is in the pool.
    AnnaShaleva committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    95630b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7947e99 View commit details
    Browse the repository at this point in the history