lotus/chain
Steven Allen 1fc47eb7d8 feat: vm: allow raw "cbor" in state and use the new go-multicodec
1. Switch to go-multicodec as the source of multicodec code information.
This gives us a central, generated source of multicodec codes.
2. Use this library inside the VM and shapshot logic to consistently
allow CBOR, in addition to DagCBOR.
3. Remove the hard-coded CBOR constant.
2023-07-17 11:24:01 -07:00
..
actors feat: miner cli: sectors list upgrade-bounds tool 2023-05-26 12:29:36 +02:00
beacon Merge remote-tracking branch 'origin/master' into feat/go-data-transfer-v2 2023-03-15 11:37:53 +01:00
consensus Merge branch 'releases' into asr/merge-release-into-master 2023-04-23 14:58:50 -04:00
ethhashlookup simplify transaction hash db queries, prevent fd leaks 2023-01-30 11:03:12 -05:00
events Add tmp indices to events table while performing migration to V2 2023-07-11 10:16:47 +00:00
exchange fix: error checks 2023-01-04 20:10:21 +08:00
gen feat: refactor slashfilter to return bool indicating fault 2023-07-08 11:14:41 -04:00
index fix: improve perf of msgindex backfill 2023-06-01 14:36:05 +00:00
market Address simple linter issues 2022-11-24 16:32:27 +00:00
messagepool Invert msg validation check to explicitly specify reject errors 2023-06-28 13:35:21 -04: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 chore: build: Merge/v22 into 21 for 23 (#10702) 2023-04-19 18:40:18 -04:00
stmgr Merge pull request #10628 from filecoin-project/asr/exec-trace-compute 2023-05-29 12:56:43 -04:00
store feat: vm: allow raw "cbor" in state and use the new go-multicodec 2023-07-17 11:24:01 -07:00
sub keep default action as reject and make all error actions explicit 2023-07-05 12:13:01 -04:00
types fix: DecodeRLP can panic 2023-07-14 11:49:50 +00:00
vectors NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
vm feat: vm: allow raw "cbor" in state and use the new go-multicodec 2023-07-17 11:24:01 -07: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 Revert "Merge pull request #9858 from adlrocha/adlrocha/consistent-bcast" 2023-04-27 12:25:30 -07:00
sync.go feat: chainstore: batch writes of tipsets 2023-05-02 17:26:07 -04: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