Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: on-Ethereum listing engines #52

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

eboadom
Copy link
Contributor

@eboadom eboadom commented Feb 14, 2023

  • Added base contracts for listings on non-Ethereum networks.
  • Added scripts for listing engine deployment on non-Ethereum networks.

- Added base contracts for listings on non-Ethereum networks.
- Added scripts for listing engine deployment on non-Ethereum networks.
@github-actions
Copy link
Contributor

Foundry report

forge 0.2.0 (3861b3f 2023-02-14T00:04:02.369811784Z)
Build log
installing solc version "0.8.17"
Successfully installed solc 0.8.17
Compiling 59 files with 0.8.17
Solc 0.8.17 finished in 12.17s
Compiler run successful
| Contract                 | Size (kB) | Margin (kB) |
|--------------------------|-----------|-------------|
| AaveGovernanceV2         | 0.272     | 24.304      |
| AaveMisc                 | 0.086     | 24.49       |
| AaveV2Ethereum           | 0.086     | 24.49       |
| AaveV2EthereumAssets     | 0.086     | 24.49       |
| AaveV3Polygon            | 0.086     | 24.49       |
| AaveV3PolygonAssets      | 0.086     | 24.49       |
| AaveV3PolygonMockListing | 1.976     | 22.6        |
| Address                  | 0.086     | 24.49       |
| BridgeExecutorHelpers    | 0.086     | 24.49       |
| ConfiguratorInputTypes   | 0.086     | 24.49       |
| DataTypes                | 0.086     | 24.49       |
| GenericV3ListingEngine   | 10.088    | 14.488      |
| GovHelpers               | 0.086     | 24.49       |
| MockExecutor             | 0.437     | 24.139      |
| ProxyHelpers             | 0.086     | 24.49       |
| console                  | 0.086     | 24.49       |
| console2                 | 0.086     | 24.49       |
| stdError                 | 0.591     | 23.985      |
| stdJson                  | 0.086     | 24.49       |
| stdMath                  | 0.086     | 24.49       |
| stdStorage               | 0.086     | 24.49       |
| stdStorageSafe           | 0.086     | 24.49       |
Test success 🌈
No files changed, compilation skipped

Running 1 test for src/test/ProtocolV2TestBase.t.sol:ProtocolV2TestBaseTest
�[32m[PASS]�[0m testSnpashot() (gas: 4095616)
Test result: �[32mok�[0m. 1 passed; 0 failed; finished in 182.69ms

Running 1 test for src/test/GenericV3ListingEngineTest.t.sol:GenericV3ListingEngineTest
�[32m[PASS]�[0m testEngine() (gas: 7601530)
Test result: �[32mok�[0m. 1 passed; 0 failed; finished in 201.68ms

Running 1 test for src/test/GovTest.t.sol:GovernanceTest
�[32m[PASS]�[0m testCreateProposal() (gas: 532274)
Test result: �[32mok�[0m. 1 passed; 0 failed; finished in 2.14ms

Running 1 test for src/test/ProtocolV3TestBase.t.sol:ProtocolV3TestBaseTest
�[32m[PASS]�[0m testSnpashot() (gas: 2438119)
Test result: �[32mok�[0m. 1 passed; 0 failed; finished in 58.67ms

Running 2 tests for src/test/ProxyHelpersTest.t.sol:ProxyHelpersTest
�[32m[PASS]�[0m testAdmin() (gas: 3229)
�[32m[PASS]�[0m testImplementation() (gas: 3196)
Test result: �[32mok�[0m. 2 passed; 0 failed; finished in 45.55ms

@sakulstra sakulstra merged commit b063743 into master Feb 14, 2023
@sakulstra sakulstra deleted the feat/listing-engine-non-ethereum branch February 14, 2023 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants