lotus/chain
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
..
actors Remove StateActorManifestCID 2022-06-29 15:16:13 -04:00
beacon chore: fix imports 2022-06-14 17:00:51 +02:00
consensus more review 2022-06-29 14:23:35 -04:00
events chore: fix imports 2022-06-14 17:00:51 +02:00
exchange chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
gen Remove old functions for getting actors cids 2022-06-29 14:58:58 -04:00
market chore: fix imports 2022-06-14 17:00:51 +02:00
messagepool chore: fix imports 2022-06-14 17:00:51 +02:00
messagesigner chore: fix imports 2022-06-14 17:00:51 +02:00
rand chore: fix imports 2022-06-14 17:00:51 +02:00
state chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
stmgr fix: gas: estimate gas with a zero base-fee 2022-07-08 09:47:45 -07:00
store Upgrade to go-blockstore 1.2.0 and go-cid 0.2.0 2022-06-29 14:55:22 -04:00
sub chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
types chore: state: clarify state tree versioning in comment 2022-06-29 17:37:35 -04:00
vectors chore: fix imports 2022-06-14 17:00:51 +02:00
vm address review 2022-06-29 11:57:46 -04:00
wallet wallet: Move key.go into separate pkg to avoid import loops 2022-06-14 19:21:40 +02:00
badtscache.go chore: fix imports 2022-06-14 17:00:51 +02:00
block_receipt_tracker.go chore: fix imports 2022-06-14 17:00:51 +02:00
checkpoint.go chore: fix imports 2022-06-14 17:00:51 +02:00
sync_manager_test.go chore: fix imports 2022-06-14 17:00:51 +02:00
sync_manager.go chore: remove redundant import prefixes 2022-06-15 12:06:22 +02:00
sync_test.go chore: fix imports 2022-06-14 17:00:51 +02:00
sync.go Upgrade to go-blockstore 1.2.0 and go-cid 0.2.0 2022-06-29 14:55:22 -04:00
syncstate.go Expose WorkerID 2020-10-28 20:22:07 +01:00
types_test.go chore: fix imports 2022-06-14 17:00:51 +02:00