Gregory Maxwell 6484930690 Apply AreSane() checks to the fees from the network.
'Sane' was already defined by this code as:
 fee.GetFeePerK() > minRelayFee.GetFeePerK() * 10000
 But sanity was only enforced for data loaded from disk.

Note that this is a pretty expansive definition of 'sane': A 10 BTC
 fee is still passes the test if its on a 100kb transaction.

This prevents a single insane fee on the network from making us reject
 our stored fee data at start.  We still may reject valid saved fee
 state if minRelayFee is changed between executions.

This also reduces the risk and limits the damage from a cascading
 failure where one party pays a bunch of insane fees which cases
 others to pay insane fees.
2014-12-15 14:50:24 -08:00
..
2014-11-20 17:22:06 +01:00
2014-12-11 11:10:23 +01:00
2014-12-11 01:58:25 +01:00
2014-12-09 10:07:35 +01:00
2014-11-03 16:16:40 +01:00
2014-10-27 04:16:48 -07:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-12-05 16:50:48 +01:00
2014-12-03 10:52:58 +00:00
2014-12-03 10:52:58 +00:00
2014-11-03 16:16:40 +01:00
2014-11-03 16:16:40 +01:00
2014-12-03 10:52:58 +00:00
2014-12-03 10:52:58 +00:00
2014-11-24 14:43:10 +01:00
2014-12-03 10:52:58 +00:00
2014-12-05 11:24:39 +01:00
2014-11-20 17:22:02 +01:00
2014-11-20 17:22:02 +01:00
2014-12-01 14:57:58 +01:00
2014-12-05 16:50:48 +01:00
2014-12-03 10:52:58 +00:00
2014-12-05 11:39:18 +01:00
2014-08-28 22:25:21 +02:00
2014-12-03 10:52:58 +00:00
2014-11-03 16:16:40 +01:00
2014-11-25 08:18:33 +01:00
2014-11-25 16:26:35 +01:00
2014-11-25 16:26:35 +01:00
2014-12-03 10:52:58 +00:00
2014-11-03 16:16:40 +01:00
2014-12-02 08:32:10 +01:00
2014-12-10 08:22:20 +01:00
2014-10-03 04:29:51 +02:00