forked from ethereum-optimism/op-geth
-
Notifications
You must be signed in to change notification settings - Fork 6
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
[R4R]-feat: merge from release to main; fix some audits #72
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* compatiable with 4844 * [WIP]-[4844]feat: fix tx receipt * update holiman uint256 version * update gen_receipt_json.go --------- Co-authored-by: LeoZhang <njustzhangl@163.com>
[R4R]-feat: merge from release to develop Core changes: - fee collection & estimataGas - eth_getLogs and eth_getBlockByNumber - BaseFee & PUSH0 upgrade - compatible with 4844
…GasPrice and BlobGasPrice
R4R: metatx add from field into MetaTxSignData, so that to sign hash with from's addr
…39) * [R4R]-[SenndTx]feat: add error message when failing to forward tx to sequencer
[R4R]-feat: merge from release/v0.5.0 to develop Core changes: - [R4R]feat: mint eth to msg.from and transfer revertable #31 - [R4R]feat: metatx add from field into MetaTxSignData, so that to sign hash with from's addr #37 - [R4R]feat: add error message when failing to forward tx to sequencer #39 - [R4R]fix: fix tx cost #41
…sferBVMETH R4R: add balance check for transferring bvm ethTxValue
…ation-user-balance R4R: fix incorrectly calculation of the user balance
…heck R4R: incorrect balance check
…re-than-zero R4R: sponsor percent should be more than zero
* feature: Optimize GasEstimate method
* [R4R]-bug: fix balanceCheck for shared pointer
* [R4R]-fix: N-09 Unnecessary Double Check of SponsorPercent
R4R-feat: fix some audits
R4R: fix balance check in tx replacement for metatx
Tri-stone
changed the title
[R4R]-feat: fix some audits
[R4R]-feat: merge from release to main; fix some audits
Mar 14, 2024
idyllsss
approved these changes
Mar 14, 2024
byteflyfunny
approved these changes
Mar 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Core changes: