Documentation ¶
Overview ¶
mempool implements a buffer of requests sent to the ISCP chain, essentially a backlog of requests It contains both on-ledger and off-ledger requests. The mempool consists of 2 parts: the in-buffer and the pool All incoming requests are stored into the in-buffer first. Then they are asynchronously validated and moved to the pool itself.
Index ¶
Constants ¶
View Source
const FallbackDeadlineMinAllowedInterval = time.Minute * 10
don't process any request which deadline will expire within 10 minutes
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.