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

Wallet scans. Tx Records. Encryption. Mempool filtering. #254

Merged
merged 13 commits into from Jan 11, 2019

Conversation

presstab
Copy link
Contributor

@presstab presstab commented Jan 10, 2019

  • Additional filtering of transactions in mempool
  • Additional checks performed in block creation (same checks as were added to mempool)
  • Remove any conflicting zerocoin spends/mint from mempool when a new block is added.
  • Replace certain areas using IsInitialBlockDownload() with HeadersAndBlocksSynced().
  • Consider certain zerocoinspend as not standard
  • Add addresses to transaction records for stealth addresses.
  • Better recognition of transaction types for GUI tx records.
  • Fix errors that were deleting blockchain zerocoin records when reconsiderzerocoins is used.
  • Database information about stealth destinations and fix decryption error caused by previous code (fixes Decryption crash. Assert crypter.cpp 207. #208)
  • Fix wallet flags marking outputs as the wrong type.
  • Mark RingCT outputs used when rescanning.

@presstab presstab changed the title [WIP] Wallet scans. Tx Records. Encryption. Wallet scans. Tx Records. Encryption. Mempool filtering. Jan 11, 2019
@presstab presstab merged commit b95d458 into Veil-Project:master Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants