Skip to content
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

cmd/geth, cmd/utils: remove legacy rpc flags #23358

Merged
merged 25 commits into from Sep 7, 2021

Commits on Aug 8, 2021

  1. remove rpc flags

    Zachinquarantine committed Aug 8, 2021
    Copy the full SHA
    0856298 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7cc9d7c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Copy the full SHA
    06c6993 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52d7b58 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c949201 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Copy the full SHA
    f89603d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bc90f16 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    74ccf8c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4d4cb90 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    098267e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Copy the full SHA
    a63c11a View commit details
    Browse the repository at this point in the history
  2. fix syntax error

    Zachinquarantine committed Aug 13, 2021
    Copy the full SHA
    491c6c6 View commit details
    Browse the repository at this point in the history
  3. syntax fixes

    Zachinquarantine committed Aug 13, 2021
    Copy the full SHA
    4419448 View commit details
    Browse the repository at this point in the history
  4. syntax fixes

    Zachinquarantine committed Aug 13, 2021
    Copy the full SHA
    4d5ada4 View commit details
    Browse the repository at this point in the history
  5. fix

    fixes "cmd/geth/usage.go:234:7: expected '(', found init (typecheck)"
    Zachinquarantine committed Aug 13, 2021
    Copy the full SHA
    38d21e1 View commit details
    Browse the repository at this point in the history
  6. fix

    Zachinquarantine committed Aug 13, 2021
    Copy the full SHA
    0b8b24d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Copy the full SHA
    9910394 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Copy the full SHA
    e677550 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Copy the full SHA
    c563b84 View commit details
    Browse the repository at this point in the history
  2. adds extra space

    reverts the spacing to how it was before I resolved the merge conflict
    Zachinquarantine committed Aug 22, 2021
    Copy the full SHA
    e885bff View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Copy the full SHA
    747fa22 View commit details
    Browse the repository at this point in the history
  2. fix

    fix for cmd/geth/usage.go:243:17: expected operand, found ':=' (typecheck) in travis
    Zachinquarantine committed Aug 24, 2021
    Copy the full SHA
    483558b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

  1. Update cmd/utils/flags.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    Zachinquarantine and holiman committed Aug 25, 2021
    Copy the full SHA
    a3c0c97 View commit details
    Browse the repository at this point in the history
  2. fix error

     fixes these errors:
    cmd/utils/flags_legacy.go:21:2: "strings" imported but not used (typecheck)
    
    	"strings"
    
    	^
    
    cmd/utils/flags_legacy.go:24:2: "github.com/ethereum/go-ethereum/node" imported but not used (typecheck)
    
    	"github.com/ethereum/go-ethereum/node"
    
    	^
    Zachinquarantine committed Aug 25, 2021
    Copy the full SHA
    5912450 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. goimports

    Zachinquarantine committed Aug 26, 2021
    Copy the full SHA
    d6149f7 View commit details
    Browse the repository at this point in the history