Open
Description
As a user I would like to fetch all the events and transactions obtained after connecting to a network.
This behavior should be able to be defined by the user giving the following parameters at the agent start:
FETCH_ALL_TRANSACTIONS
(boolean, false if not given)FETCH_ALL_EVENTS
(boolean, false if not given)
Any of these flags affect the events/transactions registered using the API ignoring that configuration.