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
I'm frustrated by not being able to retrieve the state of a specific chain's conditional order registry from the leveldb database in order to compare with what's running in the current Tenderly Web3 Actions watchtower.
Details
Implement a dump-db subcommand that will query the registry from leveldb, and return it in JSON prettified for comparison.
Acceptance criteria
Able to retrieve 1:1 comparison of the registry.
The text was updated successfully, but these errors were encountered:
Background
I'm frustrated by not being able to retrieve the state of a specific chain's conditional order registry from the
leveldb
database in order to compare with what's running in the current Tenderly Web3 Actions watchtower.Details
Implement a
dump-db
subcommand that will query the registry fromleveldb
, and return it in JSON prettified for comparison.Acceptance criteria
The text was updated successfully, but these errors were encountered: