-
Notifications
You must be signed in to change notification settings - Fork 20
1 #1
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
Open
ramo89omar
wants to merge
274
commits into
pitdmd:master
Choose a base branch
from
DMDcoin:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
1 #1
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
Update Diamond wallet to version 2.0.2
Some changes to compile on recent OS X
Update wallet to version 2.0.2.2
Using the client past this change requires rebuilding the block chain index, either via load block loading or from the network.
Idea borrowed from MintCoin.
very weak protection, it only disables the GUI sending of coins! Idea borrowed from MintCoin. Got rid of the useless lock button in the overview page. Minor other fixes.
Add minting icon for transactions.
Includes significant checks to attempt to avoid mini-forks...
Fix reactor rate
changed the 30% for a month is base stakerate for all addresses not only addresses without stakeboost
Update reactors.cpp
Update reactors.cpp
Diamond v2.1.0.3
update base
Even if fDebugNet was false, some network debugging was still active.
If it is a debug print, it should only happen when the appropriate debug option is activated, in this case --debugnet
Some of the networking code outputs diagnostic messages, that are useful for debug. Make these conditional on fDebugNet There are more out there..
There are many more cases, but some of the prints are useless without context
Make --debugnet behave as expected
Safer checks for GetAdjustedCoinYear
Update diamond.pro
Update clientversion.h
Update main.cpp
Update README.md with DMDv3 info
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.
No description provided.