Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
Geth-Modification
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • 张蕾
  • Geth-Modification
  • Repository

Switch branch/tag
  • geth-modification
  • cmd
  • evm
  • testdata
  • 12
  • alloc.json
Find file
BlameHistoryPermalink
  • Marius van der Wijden's avatar
    core: fix pre-check for account balance under EIP-1559 (#23244) · 97aacd9b
    Marius van der Wijden authored Jul 22, 2021
    When processing a transaction with London fork rules, EIP-1559 mandates
    checking that the sender must have sufficient balance to cover gas * gasFeeCap.
    
    In the EIP's pseudocode, this check happens after the value transferred by the
    transaction has already been deducted. However, in go-ethereum, the balance
    has not yet been updated when the check happens, and therefore needs to be
    added explicitly.
    Co-authored-by: 's avatarMartin Holst Swende <martin@swende.se>
    97aacd9b
alloc.json 205 Bytes
EditWeb IDE

Replace alloc.json

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.