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
Is your feature request related to a problem? Please describe.
We need to GC LOCK, TS, and REGULAR objects with expiration set. neo-go has a GC mechanism that is run every block approval; this should be reused, it should not be a separate chain call.
Is your feature request related to a problem? Please describe.
We need to GC LOCK, TS, and REGULAR objects with expiration set. neo-go has a GC mechanism that is run every block approval; this should be reused, it should not be a separate chain call.
Describe the solution you'd like
Describe alternatives you've considered
Separate routine triggered externally.
Additional context
#3759 (comment), smth should GC objects anyway.