1. 03 May, 2021 2 commits
    • Felix Lange's avatar
      params: remove dependency on crypto (#22788) · afb097ed
      Felix Lange authored
      * params: remove dependency on crypto
      
      Package params should not depend on package crypto because building
      crypto requires cgo.
      
      Since build/ci.go needs package params to get the go-ethereum version
      number, C code must be compiled in order to run the build tool, which is
      annoying for certain cross-compilation setups.
      
      * params: add SectionHead
      afb097ed
    • aaronbuchwald's avatar
      core/vm: fix interpreter comments (#22797) · ca9c576e
      aaronbuchwald authored
      * Fix interpreter comment
      
      * Fix comment
      ca9c576e
  2. 01 May, 2021 1 commit
  3. 30 Apr, 2021 12 commits
  4. 29 Apr, 2021 10 commits
  5. 28 Apr, 2021 8 commits
  6. 27 Apr, 2021 7 commits