lotus/chain/types
Steven Allen 89499bfd40 fvm: chore: update FVM
This:

1. Updates the builtin actors bundle (for actors v10).
2. Updates the event entry type to include the codec.
3. Removes the cbor encoding and zero trimming from event data.

I've chose to:

1. _Not_ add codec handling to the event filtering system for now.
2. _Skip_ events with unexpected codecs.

We don't actually _allow_ these events in the FVM right now, and it
simplifies the implementation.

However, I _am_ recording the codecs in the database so we don't have to
migrate it later.
2023-02-07 18:15:40 -08:00
..
ethtypes fix: ethtypes: Correct 'no transactions' hash in NewEthBlock 2023-02-06 17:17:19 +01:00
mock chore: fix imports 2022-06-14 17:00:51 +02:00
testdata Add golden test for exp function 2020-06-23 16:33:10 +02:00
actor.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
bigint_test.go fix make gen 2022-08-29 16:25:30 +02:00
bigint.go Adjust various CLI display ratios to arbitrary precision 2021-05-25 14:09:01 +02:00
blockheader_test.go fix make gen 2022-08-29 16:25:30 +02:00
blockheader.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
blockmsg.go scaffolding and refactoring to make post scheduler work 2019-09-17 19:50:03 -07:00
cbor_gen.go fvm: chore: update FVM 2023-02-07 18:15:40 -08:00
electionproof_test.go fix make gen 2022-08-29 16:25:30 +02:00
electionproof.go chore: fix imports 2022-06-14 17:00:51 +02:00
event.go fvm: chore: update FVM 2023-02-07 18:15:40 -08:00
execresult.go Review fixes 2022-11-16 15:07:23 -05:00
fil_test.go fix make gen 2022-08-29 16:25:30 +02:00
fil.go Fix some more linter errors 2022-11-25 16:19:20 -05:00
fullblock.go refactoring to accomodate the bls message changes in the spec 2019-08-01 18:19:22 -07:00
keystore.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
logs.go Structure logs 2019-10-11 02:00:04 +02:00
message_fuzz.go feat: expose ChainGetPath on the gateway 2021-08-30 16:43:21 -07:00
message_receipt_cbor.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
message_receipt_test.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
message_receipt.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
message_test.go fix make gen 2022-08-29 16:25:30 +02:00
message.go feat: future proof against new address protocols 2022-11-08 12:28:23 -08:00
mpool.go Add GasLimitOverestimation to mpool config 2020-08-08 17:09:47 +02:00
signature_test.go fix make gen 2022-08-29 16:25:30 +02:00
signedmessage.go chore: fix imports 2022-06-14 17:00:51 +02:00
state.go define StateTreeVersion5 for NetworkVersion18 2022-11-09 08:30:42 +02:00
tipset_key_test.go fix make gen 2022-08-29 16:25:30 +02:00
tipset_key.go feat: fvm: add support for looking up past tipset CIDs (#9687) 2022-11-22 12:41:03 -05:00
tipset.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
types_test.go fix make gen 2022-08-29 16:25:30 +02:00
vmcontext.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00