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

Integration Test #17

Merged
merged 27 commits into from
Sep 6, 2024
Merged

Integration Test #17

merged 27 commits into from
Sep 6, 2024

Conversation

CarsonCase
Copy link
Collaborator

No description provided.

@CarsonCase CarsonCase changed the base branch from master to carson/dvm-script August 26, 2024 17:51
@CarsonCase
Copy link
Collaborator Author

To-do

  • Makefile and no magic numbers
  • depositAndBridge
  • rate changes for each asset

Copy link
Contributor

@junkim012 junkim012 left a comment

Choose a reason for hiding this comment

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

codesepll and solhint should pass

src/base/Roles/AccountantWithRateProviders.sol Outdated Show resolved Hide resolved
src/base/Roles/AccountantWithRateProviders.sol Outdated Show resolved Hide resolved
deployment-config/exampleL1.json Outdated Show resolved Hide resolved
script/deploy/01_DeployRateProviders.s.sol Outdated Show resolved Hide resolved
test/RateMath.t.sol.working Outdated Show resolved Hide resolved
test/LiveDeploy.t.sol Outdated Show resolved Hide resolved
script/deploy/deployAll.s.sol Outdated Show resolved Hide resolved
test/LiveDeploy.t.sol Show resolved Hide resolved
test/LiveDeploy.t.sol Outdated Show resolved Hide resolved
test/LiveDeploy.t.sol Show resolved Hide resolved
@@ -356,7 +356,7 @@ contract AccountantWithRateProviders is Auth, IRateProvider {
} else {
uint256 quoteRate = data.rateProvider.getRate();
uint256 oneQuote = 10 ** quoteDecimals;
rateInQuote = oneQuote.mulDivDown(exchangeRateInQuoteDecimals, quoteRate);
rateInQuote = oneQuote.mulDivDown((exchangeRateInQuoteDecimals), quoteRate);
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

remove this

@CarsonCase CarsonCase merged commit 884446f into carson/dvm-script Sep 6, 2024
3 of 6 checks passed
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.

2 participants