good morning!!!!

Skip to content
Snippets Groups Projects
  1. Nov 04, 2019
    • Gary Rong's avatar
      cmd/puppeth: integrate istanbul into puppeth (#19926) · 7a6d5d0c
      Gary Rong authored
      * cmd/puppeth: integrate istanbul into puppeth
      
      * cmd/puppeth: address comment
      
      * cmd/puppeth: use hexutil.Big for fork indicator
      
      * cmd/puppeth: finalize istanbul fork
      
      * cmd/puppeth: fix 2200 for parity, rename is to eip1283ReenableTransition
      
      * cmd/puppeth: fix eip1108
      
      * cmd/puppeth: add blake2f for parity
      
      * cmd/puppeth: add aleth istanbul precompiled
      
      * cmd/puppeth: use hexutil.Big
      
      * cmd/puppeth: fix unit tests
      
      * cmd/puppeth: update testdata
      7a6d5d0c
    • Péter Szilágyi's avatar
      Merge pull request #20231 from SamuelMarks/go1.13.4 · 0ff73804
      Péter Szilágyi authored
      appveyor: bump to Go 1.13.4
      0ff73804
  2. Nov 02, 2019
  3. Oct 31, 2019
  4. Oct 30, 2019
  5. Oct 29, 2019
    • Péter Szilágyi's avatar
    • Péter Szilágyi's avatar
      Merge pull request #20204 from holiman/fix_downloader_race · e3063044
      Péter Szilágyi authored
      eth/downloader: fix data race in downloader
      e3063044
    • Felix Lange's avatar
      cmd/devp2p, p2p: dial using node iterator, discovery crawler (#20132) · 2c37142d
      Felix Lange authored
      * p2p/enode: add Iterator and associated utilities
      
      * p2p/discover: add RandomNodes iterator
      
      * p2p: dial using iterator
      
      * cmd/devp2p: add discv4 crawler
      
      * cmd/devp2p: WIP nodeset filter
      
      * cmd/devp2p: fixup lesFilter
      
      * core/forkid: add NewStaticFilter
      
      * cmd/devp2p: make -eth-network filter actually work
      
      * cmd/devp2p: improve crawl timestamp handling
      
      * cmd/devp2p: fix typo
      
      * p2p/enode: fix comment typos
      
      * p2p/discover: fix comment typos
      
      * p2p/discover: rename lookup.next to 'advance'
      
      * p2p: lower discovery mixer timeout
      
      * p2p/enode: implement dynamic FairMix timeouts
      
      * cmd/devp2p: add ropsten support in -eth-network filter
      
      * cmd/devp2p: tweak crawler log message
      2c37142d
    • Martin Holst Swende's avatar
      3eca7b5d
    • Michael Forney's avatar
      core/asm: assembly parser label fixes (#20210) · b0b27752
      Michael Forney authored
      * core/asm: Fix encoding of pushed labels
      
      EVM uses big-endian byte-order, so to pad a label value to 4 bytes,
      zeros must be added to the front, not the end.
      
      * core/asm: Fix PC calculations when a label is pushed
      
      Incrementing PC by 5 is only correct if the label appears after a jump,
      in which case there is an implicit push. When it appears after an explicit
      push, PC should only be incremented by 4.
      
      * core/asm: Allow JUMP with no argument
      
      This way, a label can be pushed explicitly, or loaded from memory to
      implement a jump table.
      b0b27752
  6. Oct 28, 2019
  7. Oct 24, 2019
  8. Oct 21, 2019
  9. Oct 20, 2019
  10. Oct 18, 2019
  11. Oct 17, 2019
  12. Oct 16, 2019
  13. Oct 15, 2019
    • Gary Rong's avatar
      cmd/utils: fix command line flag resolve (#20167) · 028af345
      Gary Rong authored
      In Geth, we have two sources for configuration:
      (1) Config file
      (2) Command line flag
      
      Basically geth will first resolve config file and then overwrite
      configs with command line flags.
      
      This issue is: geth should only overwrite configs if flags are truly
      set. So before we apply any flag to configs, `GlobalIsSet` check
      is necessary.
      028af345
  14. Oct 03, 2019
  15. Oct 02, 2019
  16. Sep 30, 2019
  17. Sep 27, 2019
  18. Sep 26, 2019
Loading