Implement contract ABI database #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement the contract ABI knowledge base referenced in ARCHITECTURE.md section 6.2.1.
The permission engine needs to decode transactions against known contracts to enforce semantic policies. This requires maintaining a database of contract addresses and their ABIs.
Requirements:
alloyorethabicrates)