agent0.hyperfuzz.fork_fuzz ========================== .. py:module:: agent0.hyperfuzz.fork_fuzz .. autoapi-nested-parse:: Functions for fork fuzzing. .. !! processed by numpydoc !! Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/agent0/hyperfuzz/fork_fuzz/accrue_interest_ezeth/index /autoapi/agent0/hyperfuzz/fork_fuzz/accrue_interest_fork/index Functions --------- .. autoapisummary:: agent0.hyperfuzz.fork_fuzz.accrue_interest_fork Package Contents ---------------- .. py:function:: accrue_interest_fork(interface: agent0.ethpy.hyperdrive.HyperdriveReadWriteInterface, variable_rate: fixedpointmath.FixedPoint, block_number_before_advance: int) -> None Function to accrue interest in underlying yields when fork fuzzing. This function looks at the kind of pool defined in the interface, and matches the correct accrual function to call. :param interface: The interface to the Hyperdrive pool. :type interface: HyperdriveReadWriteInterface :param variable_rate: The variable rate of the pool. :type variable_rate: FixedPoint :param block_number_before_advance: The block number before time was advanced. :type block_number_before_advance: int .. !! processed by numpydoc !!