lotus/node/impl/full
Steven Allen d1364caa84
fix: cap the message gas limit at the block gas limit (#10637)
Technically, if a message is near the block gas limit, this method could
over-estimate past the block gas limit. Instead, cap at the block gas
limit.
2023-04-08 14:57:28 -07:00
..
chain.go feat: api: optimize ChainGetParentReceipts 2023-03-10 16:01:34 -08:00
dummy.go feat: apply gateway lookback limit to eth API lookback 2023-03-15 16:11:11 -07:00
eth_test.go eth_feeHistory: migrate to using TipSetState. 2023-03-11 17:25:00 +00:00
eth.go perf: eth: gas estimate set applyTsMessages false (#10546) 2023-03-23 18:27:01 -04:00
gas_test.go fix make gen 2022-08-29 16:25:30 +02:00
gas.go fix: cap the message gas limit at the block gas limit (#10637) 2023-04-08 14:57:28 -07:00
mpool.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
multisig.go introduce v9 actors and nv17 2022-09-09 21:40:15 -04:00
raft.go Address comments 2022-11-14 15:46:58 -05:00
state.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
sync.go fix some bugs and address some comments 2022-10-16 22:52:22 -04:00
wallet.go fix: Don't call WalletExport in msg signing flows 2023-02-10 02:37:59 +01:00