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: implement dev mode for post-merge #27327

Merged
merged 49 commits into from Jul 6, 2023

Commits on Jul 2, 2023

  1. devmode (rebased again)

    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    667a585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4d5583 View commit details
    Browse the repository at this point in the history
  3. fix/add comments

    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    e5ca14a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59850ce View commit details
    Browse the repository at this point in the history
  5. remove unused file. remove unused code from node.go. move mutex opera…

    …tions out of dev mode rpc api
    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    797494a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a33ad4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d7dc00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fe5db72 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c32fc8d View commit details
    Browse the repository at this point in the history
  10. simulated_beacon: fixes

    holiman authored and jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    fa9267d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8d91eaa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f04806 View commit details
    Browse the repository at this point in the history
  13. lint

    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    650374a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    92441a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    942a841 View commit details
    Browse the repository at this point in the history
  16. remove usage of log.Crit

    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a0938fb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    434cc20 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b7408af View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c8c920d View commit details
    Browse the repository at this point in the history
  20. Update cmd/geth/config.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    jwasinger and holiman committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    59df562 View commit details
    Browse the repository at this point in the history
  21. Update cmd/geth/simulatedbeacon/simulatedbeacon.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    jwasinger and holiman committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    9c91d84 View commit details
    Browse the repository at this point in the history
  22. Update cmd/geth/simulatedbeacon/simulatedbeacon.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    jwasinger and holiman committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    cca59ec View commit details
    Browse the repository at this point in the history
  23. goimports

    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    06213ac View commit details
    Browse the repository at this point in the history
  24. add license

    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    12b410a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7d4d5cf View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    30ca6f5 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f59982e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7c98200 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f687ee4 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1bb92db View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    be5e29e View commit details
    Browse the repository at this point in the history
  32. Update eth/catalyst/simulated_beacon.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    jwasinger and holiman committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    c8d9ef3 View commit details
    Browse the repository at this point in the history
  33. Update eth/catalyst/simulated_beacon.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    jwasinger and holiman committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    bb7b0cd View commit details
    Browse the repository at this point in the history
  34. Update eth/catalyst/simulated_beacon.go

    Co-authored-by: Martin Holst Swende <martin@swende.se>
    jwasinger and holiman committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    402ac2e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    27f0bb0 View commit details
    Browse the repository at this point in the history
  36. cmd/geth: prefer utils.Fatalf over returning an error object in makeF…

    …ullNode. rename feeTarget->feeRecipient and remove getter function
    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8d3330a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e21dc29 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e3ab2db View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    714bf98 View commit details
    Browse the repository at this point in the history
  40. better naming for feeRecipientMutex. move initialization of Simulated…

    …Beacon fields into constructor.
    
    Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
    jwasinger and rjl493456442 committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    4fd9197 View commit details
    Browse the repository at this point in the history
  41. Update eth/catalyst/simulated_beacon.go

    Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
    jwasinger and lightclient committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    5eac860 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1340352 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c6b50e9 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e83d22d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    68608ca View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    3a16d22 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    c592736 View commit details
    Browse the repository at this point in the history
  48. comments

    jwasinger committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a504a80 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ba286e5 View commit details
    Browse the repository at this point in the history