good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 13, 2021
  2. Oct 12, 2021
  3. Oct 11, 2021
  4. Oct 08, 2021
  5. Sep 28, 2021
  6. Sep 27, 2021
  7. Sep 21, 2021
  8. Sep 20, 2021
  9. Sep 19, 2021
  10. Sep 17, 2021
  11. Sep 15, 2021
  12. Sep 13, 2021
  13. Sep 07, 2021
    • Zachinquarantine's avatar
      cmd/geth, cmd/utils: remove legacy rpc flags (#23358) · 9a0df80b
      Zachinquarantine authored
      * remove rpc flags
      
      * remove legacy rpc flags
      
      * remove legacy rpc flags
      
      * remove legacy rpc commands
      
      * (hopefully) fix most of the build errors
      
      * fix build errors
      
      https://app.travis-ci.com/github/ethereum/go-ethereum/jobs/530318686
      
      
      
      * cmd/utils: fix syntax error
      
      * empty commit to unbreak travis ci
      
      * fix syntax error
      
      * syntax fixes
      
      * syntax fixes
      
      * fix
      
      fixes "cmd/geth/usage.go:234:7: expected '(', found init (typecheck)"
      
      * fix
      
      * various fixes in usage.go
      
      * various fixes in flags.go
      
      * adds extra space
      
      reverts the spacing to how it was before I resolved the merge conflict
      
      * more fixes in usage.go
      
      * fix
      
      fix for cmd/geth/usage.go:243:17: expected operand, found ':=' (typecheck) in travis
      
      * Update cmd/utils/flags.go
      
      Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
      
      * 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"
      
      	^
      
      * goimports
      
      Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
      9a0df80b
  14. Sep 02, 2021
  15. Aug 31, 2021
  16. Aug 25, 2021
    • Sina Mahmoodi's avatar
      node: remove dependency on wallet backend packages (#23019) · 108eec3f
      Sina Mahmoodi authored
      * accounts: new AddBackends method in manager
      
      * node,cmd/geth: mv accman backend init to cmd/geth
      
      * node,cmd/geth: mv scrypt config downstreawm from node
      
      * accounts: use static buffer size for accman sub chan
      
      minor fix
      
      * accounts,cmd/geth: update accman backends through its event loop
      
      * accounts,node: add comments
      
      * accounts: un-export newBackendEvent
      
      * accounts: use chan instead of wg in newBlockEvent
      
      * node: rename isKeyDirEphem
      
      * accounts,cmd: AddBackends->AddBackend
      
      * accounts: fix potential blocking when adding backend
      108eec3f
    • baptiste-b-pegasys's avatar
      cmd/devp2p/internal/ethtest: remove WriteTo method (#23379) · 154b525c
      baptiste-b-pegasys authored
      WriteTo is unused, and go vet warns about it because it
      doesn't match the usual signature of the io.WriterTo method.
      154b525c
    • Felix Lange's avatar
      all: add go:build lines (#23468) · 8a134014
      Felix Lange authored
      Generated by go1.17 fmt ./...
      8a134014
    • Martin Holst Swende's avatar
      cmd/evm: add difficulty calculation to t8n tool (#23353) · 84c51bc5
      Martin Holst Swende authored
      This PR adds functionality to the evm t8n to calculate ethash difficulty. If the caller does not provide a currentDifficulty, but instead provides the parentTimestamp (well, semi-optional, will default to 0 if not given), and parentDifficulty, we can calculate it for him.
      
      The caller can also provide a parentUncleHash. In most, but not all cases, the parent uncle hash also affects the formula. If no such hash is provided (or, if the empty all-zero hash is provided), it's assumed that there were no uncles.
      84c51bc5
  17. Aug 24, 2021
  18. Aug 20, 2021
  19. Aug 17, 2021
  20. Aug 10, 2021
  21. Aug 07, 2021
  22. Aug 03, 2021
  23. Aug 02, 2021
  24. Jul 29, 2021
  25. Jul 27, 2021
  26. Jul 22, 2021
Loading