lotus/chain
Steven Allen 00b6d06041
feat: eth: parse revert data (#10295)
We don't really want to do this in the FVM because it's Ethereum
specific, but this makes sense to do in the Ethereum API.

See:

See https://docs.soliditylang.org/en/latest/control-structures.html#panic-via-assert-and-error-via-require
2023-02-17 01:18:03 +00:00
..
actors itests: Test EVM bytecode getters, check bytecode hash 2023-02-09 13:23:17 +01:00
beacon gas estimation shed command 2022-11-15 21:39:56 -05:00
consensus fix: null rounds: pass correct timestamp to the FVM. 2023-02-06 16:58:58 +00:00
ethhashlookup simplify transaction hash db queries, prevent fd leaks 2023-01-30 11:03:12 -05:00
events fvm: chore: update FVM 2023-02-07 18:15:40 -08:00
exchange fix: error checks 2023-01-04 20:10:21 +08:00
gen NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
market Address simple linter issues 2022-11-24 16:32:27 +00:00
messagepool NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11: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 Revert "fix: stmgr: check message validity before invoking vm" (#10270) 2023-02-14 14:06:33 +00:00
store Merge pull request #10119 from filecoin-project/gstuart/tx-hash-on-simport-napshot 2023-02-09 19:06:20 +01:00
sub fix make gen 2022-08-29 16:25:30 +02:00
types feat: eth: parse revert data (#10295) 2023-02-17 01:18:03 +00:00
vectors NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
vm fix: gas: update ffi & correct the message inclusion cost in nv18 (#10228) 2023-02-10 12:48:20 +00:00
wallet NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
badtscache.go chore: fix imports 2022-06-14 17:00:51 +02:00
block_receipt_tracker.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
checkpoint.go chore: fix imports 2022-06-14 17:00:51 +02:00
signatures.go Refactor: Unify EthTx to FilecoinMessage methods v2 (#10095) 2023-01-30 18:40:14 +00: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 NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
sync.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00: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