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
DynProvider::watch_logs()(code) doesn't support pagination at the moment, which might lead to memory allocation problems when fetching events for very huge block ranges. That would be great to introduce the possibility of specifying the page size so the client side shouldn't care about manually implementing it each time.