UMA Audit

Off-Chain (Private)
Audited on 2020/04/28
No active critical issues

Summary

UMA is a platform that allows users to enter trust-minimized financial contracts on the Ethereum blockchain. One component of the system is a decentralized oracle, which was the subject of this audit. The audited commit is 9d403ddb5f2f07194daefe7da51e0e0a6306f2c4 and the scope includes all... and assumptions. These were explored to the extent that they clarified the intention of the code base, but we did not audit the mechanism design itself. Lastly, the oracle includes a mechanism for voters to store encrypted votes on the Ethereum blockchain. The encryption and decryption procedure...

Issues (29)

Low
Medium
High
Critical
Total
Not fixed
2---2
Fixed
2043-27
Total2243029

Contracts (15)

#File Name
1

core/contracts/oracle/implementation/Voting.sol

2

core/contracts/oracle/implementation/VoteTiming.sol

3

core/contracts/oracle/implementation/ResultComputation.sol

4

core/contracts/oracle/implementation/Registry.sol

5

core/contracts/oracle/interfaces/IdentifierWhitelistInterface.sol

6

core/contracts/oracle/implementation/DesignatedVoting.sol

7

core/contracts/oracle/implementation/Store.sol

8

core/contracts/common/implementation/Withdrawable.sol

9

core/contracts/oracle/interfaces/OracleInterface.sol

10

core/contracts/oracle/interfaces/VotingInterface.sol