-
Notifications
You must be signed in to change notification settings - Fork 19
Release 3.0 #52
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
Merged
Release 3.0 #52
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Added all of the code for the update * Fix URL Path * Fixed default directory path * Change masternode declarations to karmanode * change to ohmcoin * Create .gitignore * Update .gitignore * Update .gitignore * karmanodefy * Update proposallist.cpp * Missing class * Docs Masternode to karmanode * Change mn(masternode) to kn(karmanode) * Update doc and comment collateral * More doc updates * Fixed Karmanode references in proposal related files. * Ckarmanode -> CKarmanode * Karmanodefy Budget System * Porotocol and Version Bump * Protocol Enforcement * Fix typo * Spork fixes
* Added all of the code for the update * Fix URL Path * Fixed default directory path * Change masternode declarations to karmanode * change to ohmcoin * Create .gitignore * Update .gitignore * Update .gitignore * karmanodefy * Update proposallist.cpp * Missing class * Docs Masternode to karmanode * Change mn(masternode) to kn(karmanode) * Update doc and comment collateral * More doc updates * Fixed Karmanode references in proposal related files. * Ckarmanode -> CKarmanode * Karmanodefy Budget System * Porotocol and Version Bump * Protocol Enforcement * Fix typo * Spork fixes
This will need to be built against different brew formulas that will be provided on release... This is also a temporary solution once fixes are made for building against updated dependencies.
Limits amount of txs loaded
removed arrant paranthesis
This reverts commit 2f242b0.
This reverts commit 113aeea.
Revert "Changed for loop copies to references, and added stake logging"
squidicuzz
approved these changes
Aug 13, 2020
Contributor
squidicuzz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK - Daemon working and tested on nix.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Includes various performance fixes
Segwit Support
Zerocoin code(needs vote for activation)
Note: after installing zerocoin a new bug was found that proved that privacy could be broken. It is suggest that we do not enable the zerocoin protocol at all and instead move directly to PIVX's sapling implementation PIVX-Project/PIVX#1798
Known issues:
Major gui performance issues are still unresolved especially for large wallets with lots of transactions
Coin Control with lots of TXs
Unlocked wallet staking
Processing new block with unlocked wallet
Note: much of these issues can mitigated by slowing down block times, increased network participation and or moving to a new crossplatform frontend(electronjs?). New crossplatform is currently being developed, QT is just too much trouble and antiquated in its implementation.