Re-exportsยง
pub use events::MpoolSubscriber;pub use events::MpoolUpdate;
Modulesยง
- events ๐
- Event types published by the pending pool.
- metrics ๐
- msg_
pool ๐ - msg_set ๐
- Per-sender message set.
- pending_
store ๐ - Pending message storage and event broadcast.
- provider ๐
- reorg ๐
- Reorg handling: revert + apply tipsets against the pending pool.
- republish ๐
- Tracks which CIDs were already broadcast in the current republish cycle and exposes a trigger to wake the republish task early.
- selection
- Contains routines for message selection APIs.
Whenever a miner is ready to create a block for a tipset, it invokes the
select_messagesAPI which selects an appropriate set of messages such that it optimizes miner reward and chain capacity. See https://docs.filecoin.io/mine/lotus/message-pool/#message-selection for more details - utils ๐
Constantsยง
- BASE_
FEE_ ๐LOWER_ BOUND_ FACTOR_ CONSERVATIVE - MIN_GAS ๐
- RBF_
DENOM ๐ - REPLACE_
BY_ ๐FEE_ RATIO_ MIN