Releases: iExecBlockchainComputing/generic-oracle-contracts
Releases · iExecBlockchainComputing/generic-oracle-contracts
v2.2.1
- Deploy cross-chain contracts on Sepolia testnet & Polygon Amoy testnet. (#23, #24)
- Add whitelist. (#19, #20, #21, #22)
- Add iExec internal network. (#16, #17, #18)
- Migrate to Drone CI. (#13, #14, #15)
- Add prettier. (#11, #12)
- Generate test chain. (#10)
v2.2.0
- #7 #8 #9
VerifiedResultOracle
and SingleReporterOracle
contracts inherit from a same GenericOracle
contract.
v2.1.0
- #5 An oracle contract can be updated with meta transactions thanks to a forwarder contract.
v2.0.0
- #4 Add an oracle contract featuring a
receiveResult(bytes32 _callID, bytes memory callback)
method restricted to a single authorized reporter.