Jeremiah Buddenhagen
d01a4deb79
remove log spam
2017-12-31 05:26:22 -06:00
Jeremiah Buddenhagen
d63f4a6554
BIPs 34, 65, 66
2017-12-31 05:26:12 -06:00
Jeremiah Buddenhagen
d2626e1c08
parameters were swapped
2017-12-31 05:25:12 -06:00
Jeremiah Buddenhagen
f43fe1e283
More difficulty adjustment progress?
2017-12-19 15:28:12 -08:00
Jeremiah Buddenhagen
4af0b18e91
Difficulty adjustment forks
2017-12-17 12:12:14 -08:00
Jeremiah Buddenhagen
791b2745e2
Comment out "Final Alert" until a properly encoded value is entered
2017-12-15 17:58:55 -08:00
Jeremiah Buddenhagen
ee436c4425
d != b
2017-12-15 17:39:13 -08:00
Jeremiah Buddenhagen
6ccb9f8a7a
fix seed ip
2017-12-15 17:38:17 -08:00
Jeremiah Buddenhagen
3c4f0c33f5
Initial consensus parameters
2017-12-15 16:09:47 -08:00
Jeremiah Buddenhagen
a3e60bddc6
seeds
2017-12-15 15:43:25 -08:00
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