good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 02, 2019
  2. Aug 23, 2019
  3. Aug 22, 2019
  4. Aug 19, 2019
  5. Aug 15, 2019
  6. Aug 12, 2019
  7. Jul 25, 2019
  8. Jul 23, 2019
  9. Jul 22, 2019
  10. Jul 17, 2019
  11. Jul 13, 2019
  12. Jul 11, 2019
  13. Jul 10, 2019
  14. Jul 09, 2019
  15. Jul 08, 2019
    • Gary Rong's avatar
      cmd/puppeth: integrate blockscout (#18261) · 16e31369
      Gary Rong authored
      * cmd/puppeth: integrate blockscout
      
      * cmd/puppeth: expose debug namespace for blockscout
      
      * cmd/puppeth: fix dbdir
      
      * cmd/puppeth: run explorer in archive mode
      
      * cmd/puppeth: ensure node is synced
      
      * cmd/puppeth: fix explorer docker alignment + drop unneeded exec
      
      * cmd/puppeth: polish up config saving and reloading
      
      * cmd/puppeth: check both web and p2p port for explorer service
      16e31369
    • Gary Rong's avatar
      cmd/abigen: refactor command line interface (#19797) · 22060611
      Gary Rong authored
      * cmd, common: refactor abigen command line interface
      
      * cmd/abigen: address comment
      22060611
    • Guillaume Ballet's avatar
      accounts/abi/bind: link dependent libs in deploy (#19718) · 5bc9ccfa
      Guillaume Ballet authored
      * accounts, abigen: link dependent libs in deploy
      
      * abigen: add java generation
      
      * bind: Fix unit tests
      
      * abigen: add unit test
      
      * Fix CI
      
      * Post-rebase fixes
      
      * Fix rebase issue
      
      * accounts/abi: Gary's review feedback
      
      * accounts/abi: More Gary feedback
      
      * accounts/abi: minor fixes
      5bc9ccfa
  16. Jul 05, 2019
  17. Jul 03, 2019
  18. Jul 02, 2019
  19. Jun 28, 2019
    • Gary Rong's avatar
      all: on-chain oracle checkpoint syncing (#19543) · f7cdea2b
      Gary Rong authored
      * all: implement simple checkpoint syncing
      
      cmd, les, node: remove callback mechanism
      
      cmd, node: remove callback definition
      
      les: simplify the registrar
      
      les: expose checkpoint rpc services in the light client
      
      les, light: don't store untrusted receipt
      
      cmd, contracts, les: discard stale checkpoint
      
      cmd, contracts/registrar: loose restriction of registeration
      
      cmd, contracts: add replay-protection
      
      all: off-chain multi-signature contract
      
      params: deploy checkpoint contract for rinkeby
      
      cmd/registrar: add raw signing mode for registrar
      
      cmd/registrar, contracts/registrar, les: fixed messages
      
      * cmd/registrar, contracts/registrar: fix lints
      
      * accounts/abi/bind, les: address comments
      
      * cmd, contracts, les, light, params: minor checkpoint sync cleanups
      
      * cmd, eth, les, light: move checkpoint config to config file
      
      * cmd, eth, les, params: address comments
      
      * eth, les, params: address comments
      
      * cmd: polish up the checkpoint admin CLI
      
      * cmd, contracts, params: deploy new version contract
      
      * cmd/checkpoint-admin: add another flag for clef mode signing
      
      * cmd, contracts, les: rename and regen checkpoint oracle with abigen
      f7cdea2b
  20. Jun 27, 2019
    • Gary Rong's avatar
      mobile: fix mobile interface (#19180) · 6069b1a5
      Gary Rong authored
      * mobile: fix mobile interface
      
      * mobile, accounts: generate correct java binding
      
      * accounts: fix java type binding
      
      * mobile: support integer slice
      
      * accounts/abi/bind, cmd/abigen: implement java binding tests
      6069b1a5
  21. Jun 25, 2019
  22. Jun 24, 2019
  23. Jun 20, 2019
  24. Jun 07, 2019
    • Felix Lange's avatar
      p2p/enode: improve IPv6 support, add ENR text representation (#19663) · e83c3ccc
      Felix Lange authored
      * p2p/enr: add entries for for IPv4/IPv6 separation
      
      This adds entry types for "ip6", "udp6", "tcp6" keys. The IP type stays
      around because removing it would break a lot of code and force everyone
      to care about the distinction.
      
      * p2p/enode: track IPv4 and IPv6 address separately
      
      LocalNode predicts the local node's UDP endpoint and updates the record.
      This change makes it predict IPv4 and IPv6 endpoints separately since
      they can now be in the record at the same time.
      
      * p2p/enode: implement base64 text format
      * all: switch to enode.Parse(...)
      
      This allows passing base64-encoded node records to all the places that
      previously accepted enode:// URLs. The URL format is still supported.
      
      * cmd/bootnode, p2p: log node URL instead of ENR
      
      ...and return the base64 record in NodeInfo.
      e83c3ccc
    • Felix Lange's avatar
      cmd/devp2p: add devp2p debug tool (#19657) · 896322bf
      Felix Lange authored
      * p2p/discover: export Ping and RequestENR
      
      These two are useful for checking the status of a node.
      
      * cmd/devp2p: add devp2p debug tool
      
      This is a new tool for debugging p2p issues. It supports a few
      basic tasks for now, but many more things can and will be added
      in the near future.
      
         devp2p enrdump            -- prints ENRs readably
         devp2p discv4 ping        -- checks if a node is up
         devp2p discv4 requestenr  -- gets a node's record
         devp2p discv4 resolve     -- finds a node through the DHT
      896322bf
  25. Jun 05, 2019
  26. Jun 04, 2019
Loading