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

Fix issue tx verification #765

Merged
merged 3 commits into from
Mar 17, 2020
Merged

Fix issue tx verification #765

merged 3 commits into from
Mar 17, 2020

Commits on Mar 17, 2020

  1. core: add issuer hashes into the verification list for Issue TX

    As it should be done.
    roman-khimov committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    10601cb View commit details
    Browse the repository at this point in the history
  2. core: verify results of issue transaction

    It shouldn't try to issue more tokens than there is available.
    roman-khimov committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    d5d0479 View commit details
    Browse the repository at this point in the history
  3. mempool: disallow more than one issue tx at once

    Technically they could conflict for available asset amount, but as they're
    very rare (and even can be considered obsolete) we can simplify this check.
    roman-khimov committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    ec76a0b View commit details
    Browse the repository at this point in the history