Module forest_filecoin::message_pool::msgpool

source Β·

Modules§

Constants§

Functions§

  • This is a helper function for head_change. This method will add a signed message to the given messages selected by priority HashMap.
  • Get the state of the base_sequence for a given address in the current Tipset
  • This function will revert and/or apply tipsets to the message pool. This function should be called every time that there is a head change in the message pool.
  • This is a helper function for head_change. This method will remove a sequence for a from address from the messages selected by priority hash-map. It also removes the β€˜from’ address and sequence from the MessagePool.
  • Select messages from the mempool to be included in the next block that builds on a given base tipset. The messages should be eligible for inclusion based on their sequences and the overall number of them should observe block gas limits.