FLO-wallet-core/contrib
Adrian Gallagher 4871eea3a1
Litecoin: Protocol and default settings
0) Adjust BIP16 & BIP30 enforcement values

1) Reduce amount that peers can adjust our time to eliminate an attack vector. Thanks to
coblee for this fix.

2) Zeitgeist2 patch - thanks to Lolcust and ArtForz. This fixes an issue where a
51% attack can change difficulty at will. Go back the full period unless it's the
first retarget after genesis.

3) Avoid overflow in CalculateNextWorkRequired(). Thanks to pooler for the overflow fix.

4) SegWit ContextualCheckBlockHeader adjustment and extra coverage

5) Reject peer proto version below 70002. Thanks to wtogami for this patch.

6) Adjust default settings for Litecoin

# Conflicts:
#	src/rpc/net.cpp
#	src/validation.cpp
#	test/functional/nulldummy.py
#	test/functional/p2p-segwit.py
#	test/functional/prioritise_transaction.py
#	test/functional/rawtransactions.py
2017-09-19 18:22:34 -07:00
..
debian Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
devtools Add undocumented -forcecompactdb to force LevelDB compactions 2017-08-03 23:42:26 -07:00
gitian-descriptors Litecoin: Update gitian descriptors 2017-09-19 18:22:34 -07:00
gitian-keys Litecoin: Developer gpg keys 2017-09-19 18:22:34 -07:00
init Merge #10451: contrib/init/bitcoind.openrcconf: Don't disable wallet by default 2017-06-01 15:05:18 +02:00
linearize Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
macdeploy Use with in macdeployqtplus script. 2017-04-25 09:18:08 +01:00
qos Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
rpm Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
seeds Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
spendfrom Litecoin: Protocol and default settings 2017-09-19 18:22:34 -07:00
testgen Litecoin: Fix various tests 2017-09-19 18:22:34 -07:00
verify-commits Update trusted-sha512-root-commit for new bad tree hash 2017-03-09 09:53:19 -05:00
verifybinaries Verify binaries from bitcoincore.org and bitcoin.org 2017-06-22 13:54:27 -04:00
windeploy
zmq Remove accidental trailing semicolons in Python code 2017-03-28 15:19:19 +02:00
bitcoin-cli.bash-completion
bitcoin-qt.pro
bitcoin-tx.bash-completion
bitcoind.bash-completion
filter-lcov.py Filter subtrees and and benchmarks from coverage report 2017-06-12 15:53:30 -07:00
gitian-build.sh Litecoin: Update gitian descriptors 2017-09-19 18:22:34 -07:00
README.md Fix typo and spelling inconsistency in CONTRIBUTING.md 2017-02-09 11:56:44 +09:00
tidy_datadir.sh

Repository Tools

Developer tools

Specific tools for developers working on this repository. Contains the script github-merge.py for merging GitHub pull requests securely and signing them using GPG.

Verify-Commits

Tool to verify that every merge commit was signed by a developer using the above github-merge.py script.

Linearize

Construct a linear, no-fork, best version of the blockchain.

Qos

A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Bitcoin network. This means one can have an always-on bitcoind instance running, and another local bitcoind/bitcoin-qt instance which connects to this node and receives blocks from it.

Seeds

Utility to generate the pnSeed[] array that is compiled into the client.

Build Tools and Keys

Debian

Contains files used to package bitcoind/bitcoin-qt for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.

Gitian-descriptors

Notes on getting Gitian builds up and running using KVM.

Gitian-keys

PGP keys used for signing Bitcoin Core Gitian release results.

MacDeploy

Scripts and notes for Mac builds.

RPM

RPM spec file for building bitcoin-core on RPM based distributions

Gitian-build

Script for running full Gitian builds.

Test and Verify Tools

TestGen

Utilities to generate test vectors for the data-driven Bitcoin tests.

Verify Binaries

This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org.