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
RegisterRun -> Create multiple small extensions rather than singular big extensions:
[RegisterRunMetadata] Extension to record metadata and record error if it happens
[RegisterBlockTracker / RegisterRequestTracker] Tracker (an extension to wrap BlockProgressTracker/RequestProgressTracker or simply use as-is) dynamically whether it is aida-vm-sdb or aida-rpc.
a. Currently Tracker is close, e.g. private so register cannot access it -> to be open up
b. Tracker currently hard-coded tracker.log.Noticef as output -> to extend this to arbitrary f() (not necessary printer) so that we can inject "insert into db" functionality.
RegisterRun list of extensions -> to be added properly to each application because order matters
RegisterPostRun has to be the first into the list to capture any error -> make sure it doesn't have any functionality
Any functionality to create stateDb must be after the creation of StateDb.
The text was updated successfully, but these errors were encountered:
This item is developed and tested in branch /rapol/experimental/amneris.
However, this relies on the backend to work. This branch should be merged after the backend is tested and reviewed.
RegisterRun -> Create multiple small extensions rather than singular big extensions:
a. Currently Tracker is close, e.g. private so register cannot access it -> to be open up
b. Tracker currently hard-coded
tracker.log.Noticef
as output -> to extend this to arbitraryf()
(not necessary printer) so that we can inject "insert into db" functionality.RegisterRun list of extensions -> to be added properly to each application because order matters
The text was updated successfully, but these errors were encountered: