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
Move the type across without making any major changes to RPC method's logic. This will include moving the watcher from RPC context to storage's transaction type.
This should hopefully be a minimally invasive change.
Finally, refactor the PendingWatcher::get(tx) accessor to a tx.pending_data() method. This will require cosmetic refactoring for the RPC methods.
The text was updated successfully, but these errors were encountered:
Move the type across without making any major changes to RPC method's logic. This will include moving the watcher from RPC context to storage's transaction type.
This should hopefully be a minimally invasive change.
Finally, refactor the
PendingWatcher::get(tx)
accessor to atx.pending_data()
method. This will require cosmetic refactoring for the RPC methods.The text was updated successfully, but these errors were encountered: