Commit Graph

6 Commits

Author SHA1 Message Date
Ray Engelking
04225f95ec Test net sync'd fine; still needs new EXT keys 2018-01-11 19:21:07 -05:00
Ray Engelking
cc07563557 Misc FLO corrections 2018-01-07 15:34:32 -05: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
John Newbery
d8c218f9c2 [tests] Functional tests call self.start_node(s) and self.stop_node(s)
This commit changes the individual test scripts to call the
start_node(s) and stop_node(s) methods in BitcoinTestFramework.
2017-05-31 16:59:38 -04:00
John Newbery
c9cc76dcaa [tests] Remove is_network_split from funtional test cases 2017-05-02 13:31:54 -04:00
John Newbery
c28ee91db0 Rename rpc-tests directory to functional 2017-03-20 10:40:31 -04:00