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

Merge Ohmcoin performance to Develop #67

Merged
merged 70 commits into from
Oct 28, 2020
Merged

Conversation

squidicuzz
Copy link
Contributor

Performance enhancements and improvements.

2a5A1Ghu1 and others added 30 commits September 2, 2020 23:20
* Fix croscompile for win32

* Update Segwit and Zerocoin (#47)

* 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

* Fix Spork Typo

* Develop (#48)

* 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

* Update README.md

* Fixes issues when building in 10.15

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.

* Qt Frontend Performace

Limits amount of txs loaded

* Added Qt Dependencies for Cross Compile

* Update spork.h

* [Qt][Bug] Load the most recent instead of the first transactions

PIVX-Project/PIVX@ec72107

* Fix QT and Boost bugs

phoreproject/Phore#140

* Update Seeders

* Update Budget and Regtest

* More Budget and Regtest

* Too Expressive

removed arrant parenthesis

* Added select coin strategy

phoreproject/Phore@5928d0b

* allow openssl1.0/1.1 to coexist

phoreproject/Phore@d1b6037

* Prevent RPC calls during warmup

* Changed for loop copies to references, and added stake logging

phoreproject/Phore@3e7f6cf

* Fixed masternode edit deleting two masternodes in list

* Fix staking assertion

phoreproject/Phore@0a6a243

* Added Python test for transaction too large issue

phoreproject/Phore@5b08df9

* Added benchmark in mutex lock

phoreproject/Phore@be2f913

* Fix bugs in mnemonic selection and mint maturity

phoreproject/Phore@c118242

* Revert "Fix bugs in mnemonic selection and mint maturity"

This reverts commit 2f242b0.

* Replaced mapNextTx with smaller map to reduce memory usage.

phoreproject/Phore@3a7c813

* Move ThreadStakeMinter out of net.cpp

phoreproject/Phore@5568806

* Revert "Changed for loop copies to references, and added stake logging"

This reverts commit 113aeea.

* Add missing QPainterPath include

PIVX-Project/PIVX@2e226ad

* Lighter Icons

* Update Checkpoints

* Switch Sporks

* Update Placeholder Address

* Ohmify

* Merge Block Changes (#56)

* Version 3.0.0.1 dev (#53)

* Version 3.0.0.1 dev
- Increase time between blocks at block 2977924 or when network has reached 95% upgrade threshold
- Change block time to 4 minutes
- Set  block reward to 6 on activation of new time
- Adjust new block enforce policy to 24 hour span

* fix flag check for; add fIgnoreLegacyBlocks

* move variable out of if statement, fix compile.

* Improve2 (#54)

* WIP: upgrade network upgrade features; testnet fixes..

* add this back for now..

* add missed file, optional.h

* more imports

* adjust imports for consensus.h

* correction

* fix moar missing imports

* add missing vars and fixes

* missing header declare

* changes..

* update makefile

* need this here too..

* fixed compile

* further fixed.

* Zerocoin is not active; Actually use new block version parameter..

* Don't do this, zerocoin not active..

* remove or fix zerocoin at some later point.

* zerocoin is off.

* Adjust new block version update to use protocol version
Prepare for removal of zercoin; refactoring..
Implement sporks to enforce new version lock ins.

* fix compile issues

* get height for tip

* get consensus params

* add missing spork info

* Version 3.0.2.0

* Fixes Wallet Lock Issue (#55)

* Fix block height condition

* Combine Spork 24 into 23

Co-authored-by: Ra's Al Ghul <contact@ohmcoin.org>
Co-authored-by: squidicuz <squid@sqdmc.net>
bitcoin/bitcoin@30973e9

JSON calls do not use the raw data generated for
the .bin and .hex calls. By moving the raw data
creation into the .bin and .hex switch branches,
JSON calls become faster.
Delete arrant pkg.m4 file never was needed
rebase from upstream. Windows doesn't initialize CService properly
during startup before the masternode.conf file is read.

PIVX-Project/PIVX@9837f53
Return the accumulator values associated with a particular block height.

PIVX-Project/PIVX@8a6d425
Tor Icon is displayed when the client is initialized with a successful
tor service connection.

Icon is hidden otherwise.

PIVX-Project/PIVX@f9e18aa
2a5A1Ghu1 and others added 28 commits October 28, 2020 05:00
rebase from upstream. Windows doesn't initialize CService properly
during startup before the masternode.conf file is read.

PIVX-Project/PIVX@9837f53
Return the accumulator values associated with a particular block height.

PIVX-Project/PIVX@8a6d425
Tor Icon is displayed when the client is initialized with a successful
tor service connection.

Icon is hidden otherwise.

PIVX-Project/PIVX@f9e18aa
qt: clean up initialize/shutdown signals

 - Change initializeResult(int) to initializeResult(bool) to avoid
   implicit type conversion.
 - Use EXIT_FAILURE and EXIT_SUCCESS instead of magic numbers.
 - Remove the argument from shutdownResult(int); it was called with a
   constant argument.

bitcoin/bitcoin#9834
and

[Startup][Refactor][Backport] Memory allocation fail handler + init step 1 refactored.

PIVX-Project/PIVX#1029

PIVX-Project/PIVX#769
@2a5A1Ghu1 2a5A1Ghu1 merged commit 6b1fc78 into develop Oct 28, 2020
@2a5A1Ghu1 2a5A1Ghu1 deleted the ohmcoin-performance branch November 3, 2020 02:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants