Commit Graph

14765 Commits

Author SHA1 Message Date
Jeremiah Buddenhagen
739add65fa fix silly syntax oopses 2017-12-15 14:42:37 -08:00
Jeremiah Buddenhagen
c123b4d4ea Genesis 2017-12-15 13:51:42 -08:00
Jeremiah Buddenhagen
8e2d7007f3 add txComments 2017-12-15 13:51:26 -08:00
Adrian Gallagher
ba8ed3a93b
Litecoin: Adjust BIP16 value 2017-09-26 17:56:01 -07:00
Adrian Gallagher
303b13b72c
Litecoin: Update release notes 2017-09-19 19:13:40 -07:00
Adrian Gallagher
36d359764f
Litecoin: Re-enable RBF listtransaction tests 2017-09-19 19:13:37 -07:00
Charlie Lee
4ed5b733b0
Litecoin: Rename mLTC/μLTC to lites/photons. (#375) 2017-09-19 19:13:36 -07:00
Adrian Gallagher
a0cef4bbc7
Litecoin: Update trusted keys
GPG keys for coblee, shaolinfry, thrasher and xinxi
2017-09-19 19:13:34 -07:00
Gerald Nash⚡️
875786427d
Change references from BTC Core to LTC Core (#373)
In this commit, all references to `Bitcoin` or `Bitcoin Core` are replaced with `Litecoin` and `Litecoin Core`, respectively.  

In addition, I added a copyright line for *The Litecoin Core Developers* and provided the rightful attribution to the original `Bitcoin Core` team as per their MIT license.
2017-09-19 19:13:31 -07:00
Adrian Gallagher
fe53d9349c
Litecoin: Update Qt translations 2017-09-19 18:45:01 -07:00
Adrian Gallagher
ac8e944f5f
Litecoin: Update Travis 2017-09-19 18:39:26 -07:00
Adrian Gallagher
d00acd07f7
Litecoin: Update chainparams and blockchain size 2017-09-19 18:39:26 -07:00
Adrian Gallagher
2ac2d3121c
Litecoin: Update hardcoded seeds 2017-09-19 18:39:26 -07:00
Romano
0a0e235740
Litecoin: enable support for SSE2 instructions in scrypt via configure --enable-sse2 (#362) 2017-09-19 18:39:26 -07:00
Adrian Gallagher
157a314b19
Litecoin: Adjust splashscreen for testnet/regtest 2017-09-19 18:39:26 -07:00
Adrian Gallagher
7eb117e875
Litecoin: Fix build system 2017-09-19 18:39:26 -07:00
Adrian Gallagher
95944745ae
Litecoin: Update man files
# Conflicts:
#	doc/man/litecoin-cli.1
#	doc/man/litecoin-qt.1
#	doc/man/litecoin-tx.1
#	doc/man/litecoind.1
2017-09-19 18:39:26 -07:00
Adrian Gallagher
74bb6de5ed
Litecoin: Fix various tests 2017-09-19 18:22:34 -07:00
Charlie Lee
159e98ef2e
Set final alert message for Litecoin 2017-09-19 18:22:34 -07:00
romanornr
a831c6e98a
Litecoin: Zeitgeist2 bool fshift bnNew.bits() 2017-09-19 18:22:34 -07:00
Adrian Gallagher
1574f807a2
Litecoin: Adjust fee system
# Conflicts:
#	src/policy/policy.h
#	src/test/transaction_tests.cpp
#	src/wallet/wallet.h
#	test/functional/abandonconflict.py
#	test/functional/bumpfee.py
2017-09-19 18:22:34 -07:00
Adrian Gallagher
58b7acc2e3
Litecoin: Branding
# Conflicts:
#	.gitignore
#	contrib/seeds/README.md
#	doc/README.md
#	doc/README_windows.txt
#	doc/release-process.md
#	qa/rpc-tests/README.md
#	src/Makefile.qt.include
#	src/Makefile.qttest.include
#	src/Makefile.test.include
#	src/bitcoind.cpp
#	src/qt/forms/intro.ui
#	src/qt/test/test_main.cpp
#	src/rpc/mining.cpp
#	src/rpc/rawtransaction.cpp
#	src/validation.cpp
#	src/wallet/rpcdump.cpp
#	src/wallet/rpcwallet.cpp
2017-09-19 18:22:34 -07:00
Adrian Gallagher
bf7d9d6c20
Litecoin: Fix copyright year value 2017-09-19 18:22:34 -07:00
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
Xinxi Wang
a737735328
Litecoin: M prefix added for script addresses 2017-09-19 18:22:34 -07:00
shaolinfry
cc5e7b8c39
Litecoin: Update gitian descriptors
# Conflicts:
#	contrib/gitian-descriptors/gitian-linux.yml
#	contrib/gitian-descriptors/gitian-osx.yml
#	contrib/gitian-descriptors/gitian-win.yml
2017-09-19 18:22:34 -07:00
ultragtx
07bf9007d3
Litecoin: Fix various tests
# Conflicts:
#	.travis.yml
#	qa/README.md
#	qa/pull-tester/rpc-tests.py
#	qa/rpc-tests/test_framework/test_framework.py
#	src/test/README.md
#	src/test/blockencodings_tests.cpp
#	src/test/main_tests.cpp
#	src/test/pow_tests.cpp
#	src/test/test_bitcoin.cpp
#	test/functional/fundrawtransaction.py
#	test/functional/multi_rpc.py
#	test/functional/p2p-compactblocks.py
#	test/functional/test_framework/mininode.py
#	test/functional/test_framework/util.py
2017-09-19 18:22:34 -07:00
shaolinfry
374d422118
Litecoin: Developer gpg keys 2017-09-19 18:22:34 -07:00
Martin Smith
cd21948d61
Litecoin: Add Litecoin logos and icons
# Conflicts:
#	share/pixmaps/nsis-header.bmp
#	share/pixmaps/nsis-wizard.bmp
2017-09-19 18:22:34 -07:00
shaolinfry
0303a5a15a
Litecoin: Add scrypt N=1024 PoW
# Conflicts:
#	src/txdb.cpp
2017-09-19 18:22:34 -07:00
shaolinfry
f51e0a25f4
Litecoin: Adjust chain parameters 2017-09-19 18:22:34 -07:00
shaolinfry
b1b53b8517
Litecoin: Move 0.13.2 release notes 2017-09-19 18:22:34 -07:00
Adrian Gallagher
18f3172c2f
Litecoin: Update README.md 2017-09-19 18:22:34 -07:00
Wladimir J. van der Laan
fb7b529384
doc: Release notes for 0.15.0.1
Tree-SHA512: ce2e874659ea59fa3f1f34a02ed910f655db2ec5b030ef40f89dca0b90932a3b579768db4e7f30773ca9cbbf72891369efe34fdbf111669c3bb583e8c69eda85
2017-09-15 16:00:59 +02:00
Wladimir J. van der Laan
f266f2668b
qt: Translations update pre-0.15.0.1
Tree-SHA512: 942fbba8a959ec5430afeecbb663731944fd646fa3b997252e599d835faff12f329d1b70509b161275c3c88845de031357c8317d7f7c801e24be488912cf4035
2017-09-15 15:38:06 +02:00
Wladimir J. van der Laan
7123b95bea
doc: Bump manpages to 0.15.0.1
Tree-SHA512: 8097788934031d0ef47ebac8ddda10e4d124c14e8d0ccee697faba971a68ad7bfcc2f838ae53b1110719ade879743187d170c4d2e69446343c6e2e89febf633c
2017-09-15 15:20:37 +02:00
Wladimir J. van der Laan
843233277d
build: Bump version to 0.15.0.1
Tree-SHA512: 7ee9ff3941737aae3086cabcd792c6a00054e911045b4ee198bdc03ffed01328bce504bf7d4fb177e78da8c01812d1a5081dca13e767433aa9ac441e979102e6
2017-09-15 14:59:07 +02:00
Matt Corallo
46c8d23dad
Fix Qt 0.14.2->0.15.0 segfault if "total at least" is selected
A button was removed, so now button(1) is nullptr

Github-Pull: #11332
Rebased-From: cdaf3a1f9e93be273ebf3e470dc709828c55476c
Tree-SHA512: 0a49bf4e9ab08e5869170c8a212da60c9a6b90c36427d788de384aa4be6d87bb5e00a21edf78eed34f81bbc554b6f15565bb9b493dafcbfe9d6f4664d7424d9d
2017-09-15 09:56:11 +02:00
Wladimir J. van der Laan
7c53587101
doc: Clean out release notes on 0.15 branch
Prepare for 0.15.1

Tree-SHA512: d306369ebf2090dd3f74ead6ca6b9f3f2d56bcde6eb6aaab22ac38a5f7ab6cdf3da1142ad6fe266f793f27bbed4247397375f6177f2c7ccc1a57de9acaa5a181
2017-09-14 16:17:21 +02:00
Wladimir J. van der Laan
3751912e8e
Merge #11295: doc: Old fee_estimates.dat are discarded by 0.15.0
fa120bd01 doc: Old fee_estimates.dat are discarded by 0.15.0 (MarcoFalke)

Pull request description:

Tree-SHA512: b4b1cb3efa307a7a0c37b8cc0a35f8fd31c8268747be59efba6530c36ba6423d9fb37e752782c7ebd5bc22a4aa1d2730b0e9ab560239fb2874afd42197ed9fd0
2017-09-11 00:13:03 +02:00
MarcoFalke
fa120bd01c doc: Old fee_estimates.dat are discarded by 0.15.0 2017-09-10 04:24:12 +02:00
Pieter Wuille
5f2cf88c23
Merge #11292: travis: filter out pyenv
0ced455b9 travis: filter out pyenv (Cory Fields)

Pull request description:

  Backport of #11271

Tree-SHA512: 34fa201051e4bc3600c2ee6121380c93f03a0639361e4955cdc22af0f95b787a3eb590a5246133377357c803dbb5d17a543672b382de8afa2226e480b63e7555
2017-09-08 16:54:01 -07:00
Cory Fields
0ced455b99 travis: filter out pyenv 2017-09-08 16:20:13 -07:00
Wladimir J. van der Laan
adcc788f2a
Merge #11279: doc: Add missing contributors to release notes
fad16a90b doc: Add missing contributors to release notes (MarcoFalke)

Pull request description:

  Guido Vranken via commit 9fe1f6b

Tree-SHA512: 9f5c860ed8e23ad679e8c9e9392a66b7ee25c7be84d256855ef65caf335a8e819c7146be47d90686e61450d2501ed96b04b813860725856619088a4378dbfa90
2017-09-08 00:38:04 +02:00
Wladimir J. van der Laan
d4c9d00e7e
doc: Add PRs list to release notes
Tree-SHA512: 1dd5e19a2ece38002da1d4bcf017a0a1a3ab2dc8b31fe7b3e7ebc6fef58de4547abbff3fb6555496da1ecf1f9a0cc941f980b053a0376a776e8301de3834aac1
2017-09-07 23:52:48 +02:00
Wladimir J. van der Laan
134d824193
Merge #11255: Release Notes: Fix SHA256-with-SSE4 PR link
58f1e54cb Release Notes: Fix SHA256-with-SSE4 PR link (Janus Troelsen)

Pull request description:

Tree-SHA512: 7f3dc2a1fb1e602fa947f4a00e39f4958eabeb47800b5b85a2035568258f0679c026d7ffe377c9256a97019b174868db82fd4aaac9c218bed145ba86f56330b1
2017-09-06 18:38:29 +02:00
Janus Troelsen
58f1e54cbf Release Notes: Fix SHA256-with-SSE4 PR link 2017-09-06 12:30:44 +02:00
MarcoFalke
fad16a90b2 doc: Add missing contributors to release notes
Guido Vranken via commit 9fe1f6b
2017-09-01 15:14:37 +02:00
Wladimir J. van der Laan
48790e0efa
Merge #11180: [release-notes.md] Remove alias
a461cf4 Update release-notes.md (kallewoof)

Pull request description:

  They're the same person.

Tree-SHA512: dcdcf18d57db87445ce09d5e20ea17b0cb0653e749028b2662d708e2798e38296f0598210fb196bf3255a6bfd0837724e56419c39ebe9564406f11296c40be68
2017-08-28 17:05:28 +02:00
kallewoof
a461cf4e37 Update release-notes.md 2017-08-29 00:00:43 +09:00