tellor-io / layer

tellor chain - a cosmos sdk chain for reporting and validating arbitrary data
https://www.tellor.io
14 stars 6 forks source link

Oracle unit testing #137

Closed CJPotter10 closed 3 months ago

CJPotter10 commented 3 months ago

Created test files for tip.go and aggregate.go with all tests passing. Includes a bug fix in tip.go to AddToTotalTips where we were returning the empty error all the time. And also adding totalTips to totalTips instead of tip to totalTips