lotus/chain
Hector Sanjuan 875c09840b
chainstore: Fix raw blocks getting scanned for links during snapshots (#10684)
We have to save raw blocks to the snapshot, but we should not be scanning them
for additional links as if they were CBOR blocks.

This cleans the logic a bit (we were checking that the parent was a CBOR block
before queueing up the children, but then scanning the children... it was weird).

Additionally, more verbose logging is added for the next time ScanForLinks
fails (currently very little info was given).

Our ScanForLinks callback should only enqueue CBOR for further processing.
2023-04-21 15:16:26 -07:00
..
actors refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
beacon Merge remote-tracking branch 'origin/master' into feat/go-data-transfer-v2 2023-03-15 11:37:53 +01:00
consensus fix: remove pointless panic 2023-04-18 15:44:56 -07:00
ethhashlookup simplify transaction hash db queries, prevent fd leaks 2023-01-30 11:03:12 -05:00
events Merge pull request #10562 from Jorropo/boxo 2023-04-20 16:24:22 +02:00
exchange fix: error checks 2023-01-04 20:10:21 +08:00
gen chore: all: migrate from go-libipfs to boxo 2023-04-18 17:22:18 +02:00
index chore: all: migrate from go-libipfs to boxo 2023-04-18 17:22:18 +02:00
market Address simple linter issues 2022-11-24 16:32:27 +00:00
messagepool address review comment 2023-04-21 20:03:13 +00:00
messagesigner fix: Don't call WalletExport in msg signing flows 2023-02-10 02:37:59 +01:00
rand fix make gen 2022-08-29 16:25:30 +02:00
state lint 2022-11-09 11:38:16 +02:00
stmgr Merge pull request #10587 from filecoin-project/10583-enable-index-for-statewaitformessage 2023-03-29 18:38:39 +02:00
store chainstore: Fix raw blocks getting scanned for links during snapshots (#10684) 2023-04-21 15:16:26 -07:00
sub Merge pull request #10562 from Jorropo/boxo 2023-04-20 16:24:22 +02:00
types chore: all: migrate from go-libipfs to boxo 2023-04-18 17:22:18 +02:00
vectors NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
vm chore: all: migrate from go-libipfs to boxo 2023-04-18 17:22:18 +02:00
wallet NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
badtscache.go refactor: update cache to the new generic version (#10463) 2023-03-13 15:29:09 -07:00
block_receipt_tracker.go refactor: update cache to the new generic version (#10463) 2023-03-13 15:29:09 -07:00
checkpoint.go chore: fix imports 2022-06-14 17:00:51 +02:00
sync_manager_test.go fix make gen 2022-08-29 16:25:30 +02:00
sync_manager.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
sync_test.go Merge branch 'master' into adlrocha/consistent-bcast 2023-03-28 16:55:06 +02:00
sync.go chore: all: migrate from go-libipfs to boxo 2023-04-18 17:22:18 +02:00
syncstate.go Expose WorkerID 2020-10-28 20:22:07 +01:00
types_test.go fix make gen 2022-08-29 16:25:30 +02:00