forked from litecoin-project/litecoin
-
Couldn't load subscription status.
- Fork 0
v0.10.4 #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
hypercoin-project
wants to merge
343
commits into
0.13
Choose a base branch
from
0.10
base: 0.13
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
v0.10.4 #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
This is the first step in making the high priority transaction area available to more people. Future versions of Litecoin will eventually reduce this to 1KB per tx to match Bitcoin 0.8.6+.
Otherwise the old client may fail to receive an alert saying they need to upgrade.
Otherwise it spams the log with "ProcessMessage(version, 106 bytes) FAILED" for no good reason.
…put smaller than DUST_THRESHOLD Litecoin's current minimum relay tx fee is 0.001 LTC per 1000 bytes, which is also the DUST_THRESHOLD.
By default mininput is set to DUST_THRESHOLD / 100 which is currently 0.00001 LTC. Historically this patch allowed wallets to perform without delay after the dust spam attack during November 2011. Your wallet and transaction creation will ignore and hide values below this threshold. You can override the default by passing in -mininput on startup. If you wish to unhide previous transactions in your wallet you must also -rescan. Rebased from 2db4314 for Litecoin Core 0.10 20150126: removed setmininput RPC command as nobody has good reason to use it.
Added LitecoinNode Bootstrap.dat direct-links
Added IPv6 compatible DNSseed.
Litecoin: Added Debian package files.
s/Litcoin/Litecoin/
This commit does the same as bitcoin/bitcoin@a2b04dd.
build: fix newer boost build with c++11
This reverts commit b513bc4.
Author: maiiz <maiiz@users.noreply.github.com> Github-Issue: litecoin-project#247 Rebased-From: 94a34a5 Conflicts: src/coins.cpp
Thanks to Viacoin for this patch.
Function is stl; std::equal just makes more sense.
Cherry-picked from bitcoin/e2a30bc9a9f7d2969e52632f8e8942a4e72f4ba6 credit gavin andresen
Thanks to Sergio Lerner for identifying this issue and suggesting this kind of solution.
Based on an earlier patch by Peter Todd, though the rules here are different (P2SH scripts should not have a CLEANSTACK check before the P2SH evaluation).
Implement BIP62 rule 6
Optimize and Cleanup CScript::FindAndDelete
Litecoin: Reset testnet (now testnet4)
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.