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

Mempool updates #269

Merged
merged 2 commits into from
May 6, 2015
Merged

Commits on Apr 23, 2015

  1. Add mempool output to daemon via command and RPC

    This is for the "print_pool" command and "get_transaction_pool" RPC
    method.
    
    Add mempool's spent key images to the results.
    warptangent committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    b76857f View commit details
    Browse the repository at this point in the history
  2. Keep memory pool consistent when stuck tx removed

    When a stuck tx is removed from memory pool, first remove the associated
    spent key images.
    warptangent committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    641d824 View commit details
    Browse the repository at this point in the history