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

Add Compound Asset Proxy #220

Merged
merged 39 commits into from
Jan 27, 2022
Merged

Add Compound Asset Proxy #220

merged 39 commits into from
Jan 27, 2022

Conversation

smmackey
Copy link
Contributor

No description provided.

@smmackey smmackey marked this pull request as ready for review September 24, 2021 05:07
@aleph-v aleph-v requested a review from satyamakgec December 9, 2021 15:11
contracts/CompoundAssetProxy.sol Show resolved Hide resolved
contracts/CompoundAssetProxy.sol Outdated Show resolved Hide resolved
contracts/CompoundAssetProxy.sol Outdated Show resolved Hide resolved
contracts/CompoundAssetProxy.sol Outdated Show resolved Hide resolved
contracts/CompoundAssetProxy.sol Outdated Show resolved Hide resolved
contracts/CompoundAssetProxy.sol Show resolved Hide resolved
contracts/interfaces/CTokenInterfaces.sol Outdated Show resolved Hide resolved
import "../WrappedPosition.sol";
import "./TestCToken.sol";

contract TestCAssetProxy is WrappedPosition {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of copy-pasting the whole code can't we inherit the main code and make the function virtual to override as we want. It will be more cleaner approach

test/compoundAssetProxyTest.ts Show resolved Hide resolved
@smmackey smmackey force-pushed the smmackey/compound-asset-proxy branch 3 times, most recently from f12e7c2 to 3611058 Compare January 13, 2022 02:10
@coveralls
Copy link

coveralls commented Jan 13, 2022

Coverage Status

Coverage increased (+0.3%) to 94.069% when pulling 2ea3b67 on smmackey/compound-asset-proxy into 8856664 on main.

@smmackey smmackey force-pushed the smmackey/compound-asset-proxy branch from d9541a1 to a58479d Compare January 25, 2022 05:46
@smmackey smmackey merged commit c8b5671 into main Jan 27, 2022
@smmackey smmackey deleted the smmackey/compound-asset-proxy branch January 27, 2022 00:14
@CPSTL
Copy link
Contributor

CPSTL commented Jan 28, 2022

Task linked: PD-29 Compound Asset Proxy

@CPSTL
Copy link
Contributor

CPSTL commented Jan 28, 2022

Task linked: PD-110 Contract implementation

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.

5 participants