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
  • common
  • compiler
History Find file
  • Source code
  • Download zip
  • Download tar.gz
  • Download tar.bz2
  • Download tar
  • Marius van der Wijden's avatar
    common/compiler: fix parsing of solc output with solidity v.0.8.0 (#22092) · 9ba306d4
    Marius van der Wijden authored 4 years ago
    Solidity 0.8.0 changes the way that output is marshalled. This patch allows to parse both
    the legacy format used previously and the new format.
    
    See also https://docs.soliditylang.org/en/breaking/080-breaking-changes.html#interface-changes
    Unverified
    9ba306d4
Name
Last commit
Last update
..
helpers.go accounts/abi/bind: Accept function ptr parameter (#19755) 5 years ago
solidity.go common/compiler: fix parsing of solc output with solidity v.0.8.0 (#22092) 4 years ago
solidity_test.go all: update author list and licenses 5 years ago
test.v.py Modified Abigen to Support Vyper (#19120) 6 years ago
test_bad.v.py Modified Abigen to Support Vyper (#19120) 6 years ago
vyper.go Modified Abigen to Support Vyper (#19120) 6 years ago
vyper_test.go Modified Abigen to Support Vyper (#19120) 6 years ago