-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Additional even emitting + sanity checks + version #10419
Additional even emitting + sanity checks + version #10419
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
@@ -7,7 +7,7 @@ import {IVerifier} from "./interfaces/IVerifier.sol"; | |||
import {TypeAndVersionInterface} from "../interfaces/TypeAndVersionInterface.sol"; | |||
import {AccessControllerInterface} from "../interfaces/AccessControllerInterface.sol"; | |||
import {IERC165} from "../vendor/openzeppelin-solidity/v4.8.0/contracts/interfaces/IERC165.sol"; | |||
import {IVerifierFeeManager} from "./interfaces/IVerifierFeeManager.sol"; | |||
import {IVerifierFeeManager} from "./dev/interfaces/IVerifierFeeManager.sol"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once we receive final audit feedback, let's remember to pull everything out of the /dev
folder.
What about other
Constructor/setters in chainlink/contracts/src/v0.8/llo-feeds/dev/FeeManager.sol Lines 125 to 144 in 9c6447f
|
…ll_improvements_and_tweaks
address indexed subscriber, | ||
Common.Asset fee, | ||
Common.Asset reward, | ||
uint256 appliedDiscountQuantity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't a quantity but a scalar
8e130ba
to
faee5ac
Compare
3f9d85c
to
33fd9ba
Compare
…ll_improvements_and_tweaks
Go solidity wrappers are out-of-date, regenerate them via the |
1 similar comment
Go solidity wrappers are out-of-date, regenerate them via the |
b6d2be3
to
aa532d9
Compare
aa532d9
to
ced335a
Compare
8519bae
to
5e49173
Compare
SonarQube Quality Gate |
No description provided.