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
We should have an admin RPC that can import a contract directly from the chain without needing to consume a full block, for debugging and testing purposes.
We used to have something like this when we depended on the API's database, but now that we're on Chainhook we would need to call the API client directly to get the required info given that the Stacks node does not have an endpoint to give us all the data we need from a contract deployment event.
The text was updated successfully, but these errors were encountered:
We should have an admin RPC that can import a contract directly from the chain without needing to consume a full block, for debugging and testing purposes.
We used to have something like this when we depended on the API's database, but now that we're on Chainhook we would need to call the API client directly to get the required info given that the Stacks node does not have an endpoint to give us all the data we need from a contract deployment event.
The text was updated successfully, but these errors were encountered: