-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump up Dependencies This patch bumps up all of our JavaScript dependencies to match current npm packages and support node12/13. We make a variety of minor changes to match the current updates to these packages. * Change comment to properly note that we use e6 precision * Update Solidity versions * Add async signer * Bump up Solidity version * Specify test files * Bump up to version 1.1.0 * Ignore junit.xml * More test cleanup * Continue cleanup * Add caching to rest of packages * Use npx for jest * Fix another variety of test issues * Continued updates * Fix poster test * Use experimental ABI decoder * Fix contract deployment * Bump up to eth-saddle 27 with verification * Bump saddle to 0.0.28 with better verification * Update to Eth-Saddle 0.0.29 with updated contracts
- Loading branch information
Showing
51 changed files
with
11,920 additions
and
4,822 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"OpenOraclePriceData": "0x63189F27CeB083D88d83A2C70BEcD427e4adF972", | ||
"DelFiPrice": "0xA7637AD217af1DD781b7DDeD452CE339cfb4a312" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
.build/test.json | ||
.build/development.json | ||
yarn-error.log | ||
junit.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
pragma solidity ^0.5.10; | ||
pragma solidity ^0.5.12; | ||
pragma experimental ABIEncoderV2; | ||
|
||
/** | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
{ | ||
"name": "compound-open-oracle", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "The Compound Open Oracle", | ||
"main": "index.js", | ||
"repository": "https://github.com/compound-finance/open-oracle", | ||
"author": "Compound Labs, Inc.", | ||
"license": "MIT", | ||
"dependencies": { | ||
"eth-saddle": "^0.0.9", | ||
"truffle-hdwallet-provider": "^1.0.10", | ||
"web3": "1.0.0-beta.55", | ||
"yargs": "^13.2.4" | ||
"eth-saddle": "^0.0.29", | ||
"web3": "^1.2.4", | ||
"yargs": "^15.0.2" | ||
}, | ||
"devDependencies": { | ||
"docker-compose": "^0.17.5", | ||
"ganache-core": "^2.5.5", | ||
"jest": "^24.8.0", | ||
"jest-cli": "^24.8.0", | ||
"jest-junit": "^6.4.0" | ||
"docker-compose": "^0.23.1", | ||
"ganache-core": "^2.8.0", | ||
"jest": "^24.9.0", | ||
"jest-cli": "^24.9.0", | ||
"jest-junit": "^10.0.0" | ||
}, | ||
"scripts": { | ||
"test": "npx saddle compile && npx saddle test" | ||
}, | ||
"resolutions": { | ||
"scrypt.js": "https://registry.npmjs.org/@compound-finance/ethereumjs-wallet/-/ethereumjs-wallet-0.6.3.tgz" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 0 additions & 12 deletions
12
poster/fixtures/generated/01f94a5bfd7585a5381b77b763746245.missing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
poster/fixtures/generated/1e83d0e321ac539ef961571a3e9cbfc5.headers
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
poster/fixtures/generated/2ce40754482b0a537231820f6654abe7.headers
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.