lotus/node/impl/full
Steven Allen d192b821a9
fix: gas: estimate gas with a zero base-fee
Otherwise, an account will need funds to estimate the max possible gas a
message could take (which is usually the block gas limit).

This does mean gas estimation no longer checks if the sending account
has enough funds to cover the message cost, but MpoolPush will now do
this.
2022-07-08 09:47:45 -07:00
..
chain.go chore: fix imports 2022-06-14 17:00:51 +02:00
gas_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
gas.go fix: gas: estimate gas with a zero base-fee 2022-07-08 09:47:45 -07:00
mpool.go fix: gas: estimate gas with a zero base-fee 2022-07-08 09:47:45 -07:00
multisig.go chore: fix imports 2022-06-14 17:00:51 +02:00
state.go Remove StateActorManifestCID 2022-06-29 15:16:13 -04:00
sync.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
wallet.go API proxy struct codegen (#5854) 2021-03-23 13:42:56 +01:00