You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in o1-labs/Archive-Node-API#114 we enforce a block scan limit that is configurable, and defaults to 10,000 blocks at a time. Without specifying a block range, requests will default to the most recent sequence of n blocks.
The text was updated successfully, but these errors were encountered:
The existing filter options for
fetchEvents
andfetchActions
do not includeto:
andfrom:
, which are required to make an efficient query.The existing function signatures are:
in o1-labs/Archive-Node-API#114 we enforce a block scan limit that is configurable, and defaults to 10,000 blocks at a time. Without specifying a block range, requests will default to the most recent sequence of n blocks.
The text was updated successfully, but these errors were encountered: