-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Dynamic fee types cleanup #14602
Dynamic fee types cleanup #14602
Conversation
3c4acdb
WF: CI Core#3936f1eNo errors found in this run. 🎉 |
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.
ccip-offchain related renames ✅
|
||
// HexToInt64 performs the inverse of Int64ToHex | ||
// Returns 0 on invalid input | ||
func HexToInt64(input interface{}) int64 { |
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.
Where is this used?
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.
Here and a few other places in BHE. I just moved them, nothing new was added.
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.
Do they need to be exported?
Quality Gate passedIssues Measures |
BCFR-965
Update dynamic fees to align with Geth's spec