lotus/node
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
..
bundle chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
config feat: recovery: Config for maximum partition count per message 2022-07-07 12:46:33 -04:00
hello chore: fix imports 2022-06-14 17:00:51 +02:00
impl fix: gas: estimate gas with a zero base-fee 2022-07-08 09:47:45 -07:00
modules chore: stop using the deprecated github.com/libp2p/go-libp2p-yamux (#8998) 2022-07-08 09:44:24 -07:00
repo chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
builder_chain.go storage: Cleanup interfaces a bit 2022-06-17 13:52:19 +02:00
builder_miner.go wdpost: Config for disabling sector prechecks 2022-07-01 22:20:05 +02:00
builder.go storage: Move storage/sealer/stores to storage/paths 2022-06-14 20:25:52 +02:00
fxlog.go chore: fix imports 2022-06-14 17:00:51 +02:00
health.go chore: fix imports 2022-06-14 17:00:51 +02:00
options.go chain: Cleanup consensus logic 2021-09-02 18:09:37 +02:00
rpc.go Merge pull request #8692 from filecoin-project/feat/health-endpoints 2022-05-30 15:42:06 +02:00
shutdown_test.go feat: Add additional test annotations (#8272) 2022-03-16 18:37:34 +01:00
shutdown.go decouple rpc server and shutdown logic from cmd. 2021-05-21 21:34:17 +01:00
testopts.go enable libp2p options 2021-06-30 12:55:43 +02:00