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
fix unsubscribe in Executor, that caused issues, when event based result handling was used, but transaction was rejected because estimation predicted an error
add timeout of 1s to Executor event unsubscribe if transaction caused an error to ensure proper unsubscribe
add check to ignore all log messages above level 'technical' (100), which includes 'gasLog'; gasLog messages can still be retrieved from Loggers 'logLog' property
make typescript devDepency instead of dependency
add LogLogInterface to allow one central logging storage