-
Notifications
You must be signed in to change notification settings - Fork 146
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
patch up master merge (takes 94dca86) + refactor customheaders #844
Conversation
newConfig := *c | ||
set(&newConfig) | ||
return &newConfig | ||
} |
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.
I think this style reads nicer but feel free to put it back
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.
Fine with me, I just moved it to a "normal" function instead of being a global var which is a bit strange-ish.
clone header
67aa412
to
a82c6be
Compare
1cfe453
to
0097caa
Compare
I incorporated the changes in the merge commits of #828 given we need to merge commit this branch into libevm, to keep a cleaner history. I managed to split it in minimal requirements per merge commit to make CI pass, but overall it's all integrated in there. |
Closing this in favor of #828 Relevant commits where this is incorporated (no link/commit hash due to future rebases)
|
may want to review & merge 1st commit separately