Adrian Gallagher
845fc69ab3
Litecoin: Update windeploy cert and timestamping server
7 years ago
Adrian Gallagher
cfa0c65f4e
Litecoin: Update gitian-keys
7 years ago
Adrian Gallagher
23c519fe2e
Litecoin: Disable RBF UI
7 years ago
Nirmit Patel
f496412ed8
Fix incorrect comment relating to STALE_CHECK_INTERVAL ( #434 )
7 years ago
Crypto Nexii
dc21b3ee03
Litecoin: Latest windows build instructions ( #430 )
...
Tested both 32 and 64 bit builds on Windows 10 Pro 1709 (16299.192)
7 years ago
Adrian Gallagher
8246d7876e
Litecoin: Disable mempool replacement by default and update tests
7 years ago
Adrian Gallagher
c44278e77e
Litecoin: Prepare release notes for v0.15.1
7 years ago
Adrian Gallagher
154dbfdb12
Litecoin: Add historical release notes
7 years ago
Adrian Gallagher
98d3c15325
Litecoin: Update seeds
7 years ago
Adrian Gallagher
42dddc2f9e
Litecoin: Adjust chainparams and blockchain size
7 years ago
Adrian Gallagher
11fd90dea3
Litecoin: Adjust STALE_CHECK_INTERVAL value for DoS_tests
7 years ago
Adrian Gallagher
d4a9d24930
Litecoin: Fix tests
7 years ago
Adrian Gallagher
98d755d140
Litecoin: Relax minrelayfee to prepare for fee drop in next release
7 years ago
Adrian Gallagher
05f8d743e8
Litecoin: Adjust license year range to 2018
7 years ago
ppm0
3fd09de6f0
change DEFAULT_MAX_MEMPOOL_SIZE to 300(MB) ( #411 )
...
issue #410
7 years ago
spl0i7
c20788a13e
freebsd compilation fix ( #416 )
7 years ago
Valtteri Koskivuori
dfefdeab8f
cherry-pick 1ec0c0a01c
from BTC repo to fix build on macOS ( #419 )
7 years ago
Ryan Romanchuk
ecc1cc06e5
Making a note about ZeroMQ support ( #420 )
7 years ago
Adrian Gallagher
d3ef66b9fc
Litecoin: Update release notes
7 years ago
Adrian Gallagher
120952f18e
Litecoin: Re-enable RBF listtransaction tests
7 years ago
Charlie Lee
a9275c8d10
Litecoin: Rename mLTC/μLTC to lites/photons. ( #375 )
7 years ago
Adrian Gallagher
332efb2469
Litecoin: Update trusted keys
...
GPG keys for coblee, shaolinfry, thrasher and xinxi
7 years ago
Gerald Nash⚡️
826e81155f
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.
7 years ago
Adrian Gallagher
83d36e7e24
Litecoin: Update Qt translations
7 years ago
Adrian Gallagher
dc8c90bddb
Litecoin: Update Travis
7 years ago
Adrian Gallagher
b6a8a1b28d
Litecoin: Update chainparams and blockchain size
7 years ago
Adrian Gallagher
98dcbd7856
Litecoin: Update hardcoded seeds
7 years ago
Romano
d8b8d96d23
Litecoin: enable support for SSE2 instructions in scrypt via configure --enable-sse2 ( #362 )
7 years ago
Adrian Gallagher
da8306292d
Litecoin: Adjust splashscreen for testnet/regtest
7 years ago
Adrian Gallagher
231fb558a9
Litecoin: Fix build system
7 years ago
Adrian Gallagher
d3fe529369
Litecoin: Update man files
...
# Conflicts:
# doc/man/litecoin-cli.1
# doc/man/litecoin-qt.1
# doc/man/litecoin-tx.1
# doc/man/litecoind.1
7 years ago
Adrian Gallagher
53aa681e0d
Litecoin: Fix various tests
7 years ago
Charlie Lee
e1ec1a548a
Set final alert message for Litecoin
7 years ago
romanornr
e9801c248d
Litecoin: Zeitgeist2 bool fshift bnNew.bits()
7 years ago
Adrian Gallagher
293d7cac1d
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
7 years ago
Adrian Gallagher
ec665bae20
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
7 years ago
Adrian Gallagher
a5d4ed049f
Litecoin: Fix copyright year value
7 years ago
Adrian Gallagher
b41ecc6feb
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
7 years ago
Xinxi Wang
837ee5b597
Litecoin: M prefix added for script addresses
7 years ago
shaolinfry
6a61d434b3
Litecoin: Update gitian descriptors
...
# Conflicts:
# contrib/gitian-descriptors/gitian-linux.yml
# contrib/gitian-descriptors/gitian-osx.yml
# contrib/gitian-descriptors/gitian-win.yml
7 years ago
ultragtx
ddbdcd482a
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
7 years ago
shaolinfry
c61a4c8126
Litecoin: Developer gpg keys
7 years ago
Martin Smith
dd764bb478
Litecoin: Add Litecoin logos and icons
...
# Conflicts:
# share/pixmaps/nsis-header.bmp
# share/pixmaps/nsis-wizard.bmp
7 years ago
shaolinfry
166fcb2aec
Litecoin: Add scrypt N=1024 PoW
...
# Conflicts:
# src/txdb.cpp
7 years ago
shaolinfry
5c06f19e31
Litecoin: Adjust chain parameters
7 years ago
shaolinfry
fec11b7e9c
Litecoin: Move 0.13.2 release notes
7 years ago
Adrian Gallagher
4905522b3b
Litecoin: Update README.md
7 years ago
Wladimir J. van der Laan
7b57bc998f
Merge #11610 : [0.15] Update release notes for 0.15.1
...
4fcb915
Update release notes for 0.15.1 (MeshCollider)
Pull request description:
Adds info for the more notable changes since 0.15.0.1 to the release notes.
~Still needs the list of commits added too.~ (added in 2ce9e586d5
)
Tree-SHA512: 54d30b1f0105d0d9d86a0dba017471bfa13b6bdd39fc4ee785cb515958c0f72874fb2d1e967076ac61762a16ff7b23b0eebc016f2ab0fb0aa9d6941fd6662042
7 years ago
MeshCollider
4fcb915944
Update release notes for 0.15.1
7 years ago
Wladimir J. van der Laan
2ce9e586d5
doc: Fill in 0.15.1 changelog and authors in release notes
...
Tree-SHA512: 569816ca62319650d803b2dd4bc3a8791aaea1f573cd52a9e2cf220dc1ec08180a66fbb0ac44441f6b9f48cb9041ce08f56ff2e864b58510308b9a4b6898f8e8
7 years ago