Git Oracle
The Git Oracle is an off-chain service that pulls data from GitHub and interacts with the TreasuryManager contracts. It determines when bounties have been resolved, i.e when a solver pull request has been merged into the main branch, and then calls a function in TreasuryManager to move the escrowed bounty amount from the contract to the solver address. The oracle is the safe_entity
address mentioned in the TreasuryManager.
Last updated