lotus/node
raulk b46258d0bf
feat: evm: align events implementation with FIP-0049 and FIP-0054. (#10152)
- Event keys are now t1, t2, t3, t4 for topics; and d for data.
- ref-fvm no longer stores events in the blockstore for us. It just
  returns events to the client, who is now responsible for handling
  them as it wishes / according to its configuration.
- Add a flag to VMOpts to have the events AMT be written in the blockstore.
- Add a flag to the ChainStore to advertise to the rest of the system
  if the ChainStore is storing events.
- Enable that flag if the EthRPC is enabled (can also add an explicit
  configuration flag if wanted).
2023-02-02 19:10:30 -08:00
..
bundle introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
config remove extra event doc 2023-01-19 19:53:21 -05:00
hello fix: error checks 2023-01-04 20:10:21 +08:00
impl feat: evm: align events implementation with FIP-0049 and FIP-0054. (#10152) 2023-02-02 19:10:30 -08:00
modules feat: evm: align events implementation with FIP-0049 and FIP-0054. (#10152) 2023-02-02 19:10:30 -08:00
repo Store mapping from hashes for Ethereum transactions to Filecoin Message Cids 2023-01-16 01:17:56 -05:00
builder_chain.go feat: evm: align events implementation with FIP-0049 and FIP-0054. (#10152) 2023-02-02 19:10:30 -08:00
builder_miner.go make config not depend on ffi 2022-11-08 09:37:43 +00:00
builder.go feat: evm: align events implementation with FIP-0049 and FIP-0054. (#10152) 2023-02-02 19:10:30 -08:00
fxlog.go chore: fix imports 2022-06-14 17:00:51 +02:00
health.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
options.go feat: Add node uptime rpc / output in info command 2022-10-11 10:11:09 +02:00
rpc.go fix: should not serve non v0 api in v1 2023-01-31 17:06:02 -05:00
shutdown_test.go fix make gen 2022-08-29 16:25:30 +02:00
shutdown.go Set notifications for SIGTERM and SIGINT when we start the cli 2022-12-15 12:54:41 -05:00
testopts.go enable libp2p options 2021-06-30 12:55:43 +02:00