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

V0.12.1.x voting fix #782

Closed
wants to merge 2,713 commits into from
Closed

Conversation

eduffield222
Copy link

  • 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

UdjinM6 and others added 30 commits February 1, 2016 10:31
…up ties based on time.

8e09f91 Decide eviction group ties based on time. (Gregory Maxwell)
46dbcd4 Do not absolutely protect local peers from eviction. (Gregory Maxwell)
- 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)
- 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.
+ 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
…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
thelazier and others added 27 commits May 10, 2016 21:53
Revert to master branch
Add Update Masternode List from created masternode broadcast before relay.
[UI] Enable themed *.png icons again for Linux
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.
[UI] Change default theme to "DASH-light"
- Use function instead of chainparams directly
@eduffield222
Copy link
Author

wrong branch!

@eduffield222 eduffield222 deleted the v0.12.1.x-voting-fix branch May 23, 2016 18:12
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.