Skip to content

Releases: iExecBlockchainComputing/generic-oracle-contracts

v2.2.1

14 Nov 16:30
9332c03
Compare
Choose a tag to compare
  • 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

18 Nov 15:17
eca9f34
Compare
Choose a tag to compare
  • #7 #8 #9 VerifiedResultOracle and SingleReporterOracle contracts inherit from a same GenericOracle contract.

v2.1.0

18 Nov 15:16
1f23a0b
Compare
Choose a tag to compare
  • #5 An oracle contract can be updated with meta transactions thanks to a forwarder contract.

v2.0.0

18 Nov 15:14
c076058
Compare
Choose a tag to compare
  • #4 Add an oracle contract featuring a receiveResult(bytes32 _callID, bytes memory callback) method restricted to a single authorized reporter.