forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
V0.12.1.x voting fix #782
Closed
eduffield222
wants to merge
2,713
commits into
dashpay:master
from
eduffield222:v0.12.1.x-voting-fix
Closed
V0.12.1.x voting fix #782
eduffield222
wants to merge
2,713
commits into
dashpay:master
from
eduffield222:v0.12.1.x-voting-fix
Conversation
This file contains 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
eduffield222
commented
May 19, 2016
- Disabled flatfile dat checking on write, something is weird with the code and it's causing the data to be overwritten. I kept getting the same file that was loaded, instead of what was in memory until I disabled it.
- Fixed various issues with voting and vote storage
- Add whitelistforcerelay to control forced relaying. Also renames whitelistalwaysrelay. Nodes relay all transactions from whitelisted peers, this gets in the way of some useful reasons for whitelisting peers-- for example, bypassing bandwidth limitations. The purpose of this forced relaying is for specialized gateway applications where a node is being used as a P2P connection filter and multiplexer, but where you don't want it getting in the way of (re-)broadcast. This change makes it configurable with whitelistforcerelay. - Blacklist -whitelistalwaysrelay; replaced by -whitelistrelay. Github-Pull: bitcoin#7439 Rebased-From: 325c725 89d113e
- support ix and ds from cmd-line for sendtoaddress and sendmany - darksend cmd only controls process of mixing now (can't send funds anymore) Closes dashpay#692
… provide minimal string-list forward compatibility af9f564 release-notes: Update for replacebyfee->mempoolreplacement rename (Luke Dashjr) 4ad418b Rename replacebyfee=opt-in to mempoolreplacement=fee (Luke Dashjr) b2287a7 release-notes: Update for permitrbf->replacebyfee rename (Luke Dashjr) 5f456a6 Simplify check for replacebyfee=opt-in (Luke Dashjr) e8d19ab Accept replacebyfee=opt-in for turning on opt-in RBF (Luke Dashjr) 1205f87 Rename permitrbf to replacebyfee (Luke Dashjr)
Github-Pull: bitcoin#7384 Rebased-From: faa9011
- Syncing process is now event based, rather than timeout based. This means the system can tell when it's done with each step and moves on between phases much faster. In initial testing it seems to be about 10-15x faster and has synced everytime successfully. - Please remove print debugging when the syncing system is proven to be debugged.
Take full names from github API if available, otherwise github username.
+ merge fixes + keepass on evhttp
+ fix AcceptToMemoryPool fDryRun for mnb
Conflicts: doc/release-process.md Github-Pull: bitcoin#7465 Rebased-From: fa616c2
A WWW-Authenticate header must be present in the 401 response to make clients know that they can authenticate, and how. WWW-Authenticate: Basic realm="jsonrpc" Fixes bitcoin#7462. Github-Pull: bitcoin#7472 Rebased-From: 7c06fbd
Github-Pull: bitcoin#7482 Rebased-From: 301bc7b
…tainty of priority calculation being changed back, and request community input
If number of conflict confirms cannot be determined, this means that the block is still unknown or not yet part of the main chain, for example during a reindex. Do nothing in that case, instead of crash with an assertion. Fixes bitcoin#7234. Github-Pull: bitcoin#7491 Rebased-From: 40e7b61
Github-Pull: bitcoin#7502 Rebased-From: e4eebb6
Github-Pull: bitcoin#7500 Rebased-From: 9d95187
Revert to master branch
Fix Hot Masternode
Add Update Masternode List from created masternode broadcast before relay.
[UI] Enable themed *.png icons again for Linux
Fix Hot Masternode
fix pid dash.pid -> dashd.pid
- colorized few images/icons to use “Strong blue” #1c75bc - replaced "smile" icon with pick-axe - fixed ds status overlap - trying to make theme less "heavy" - fewer bold labels, lighter colors for labels - removed unused files
- set initial columns size - use resizable columns - use theme-dependent masternodes icon (placeholder, should be replaced) - removed unused event binding - capitalization, more verbose ui element names
…be set to true at first run for those who have masternodes in their masternode.conf and false for others.
Add masternode tab in qt wallet
[UI] Change default theme to "DASH-light"
Fixing light theme
- Use function instead of chainparams directly
wrong branch! |
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.