lotus/chain
Aayush Rajasekaran 6fda3c877e Re: #1302: Refine invalid message filtering
- This commit slightly weakens the current invalid message check
- The behaviour is that if you can't add a message to your pool, you *probably* won't broadcast it to your peers
- The exceptions are that you will broadcast a message if you fail to validate it because nonce / balance lookup fails
- This commit also lowers the invalid message log to debug (to lessen the annoyance of several invalid messages coming in, and hopefully to prevent confusion among node operators)
2020-03-18 03:14:18 -04:00
..
actors WIP: update sectorbuilder 2020-02-26 14:54:34 -08:00
blocksync Regen cbor marshalers 2020-02-28 00:34:48 +01:00
events Fix up client storage deal matcher 2020-02-28 16:05:56 -08:00
gen move power deduction out of the loop 2020-03-11 00:29:17 -07:00
market self review fixes 2020-02-28 18:02:40 -08:00
messagepool Re: #1302: Refine invalid message filtering 2020-03-18 03:14:18 -04:00
metrics Merge branch 'testnet/3' into feat/specs-actors 2020-02-24 18:32:02 +01:00
state squash the spec shim and the vmcontext into the new runtime type 2020-03-09 21:44:29 -07:00
stmgr Merge pull request #1394 from filecoin-project/fix/fallbackpost-finally 2020-03-10 23:41:41 -07:00
store Don't double account for miner power when setting up genesis blocks 2020-03-10 15:42:41 -07:00
sub Re: #1302: Refine invalid message filtering 2020-03-18 03:14:18 -04:00
types squash the spec shim and the vmcontext into the new runtime type 2020-03-09 21:44:29 -07:00
validation Enable full validation tests 2020-03-18 02:57:11 -04:00
vm Put the correct error into ExecutionResult 2020-03-18 02:57:11 -04:00
wallet spects-actors: More type propagation 2020-02-13 04:50:45 +01:00
badtscache.go mark down reason for block inclusion in bad tipset cache 2020-02-11 23:21:11 -08:00
block_receipt_tracker.go Tag peers who send us good blocks over pubsub 2019-12-19 12:47:55 -08:00
sync_manager_test.go fix incoming tipset bucketing 2019-12-11 21:41:24 +01:00
sync_manager.go cache load tipset 2019-12-16 11:22:56 -08:00
sync_test.go Don't double account for miner power when setting up genesis blocks 2020-03-10 15:42:41 -07:00
sync.go Merge branch 'master' into testnet/3 2020-03-07 16:46:12 -08:00
syncstate.go Spec Actors integration 2020-02-08 03:18:32 +01:00
types_test.go refactor(address): use extracted address library 2020-01-07 14:53:27 +01:00