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
It would be extremely useful to the Metadata API (and other users) if that contract ABI was included as part of the transaction metadata in chainhook events. Something like:
The Stacks node sends the
contract_abi
in RPC events whenever it finds a transaction that deployed a smart contract:It would be extremely useful to the Metadata API (and other users) if that contract ABI was included as part of the transaction metadata in chainhook events. Something like:
Implementation idea: Hide this feature behind
CONTRACT_ABI
flag. Make it opt-in (default FALSE).The text was updated successfully, but these errors were encountered: