good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 08, 2019
  2. Aug 02, 2019
    • Gary Rong's avatar
      accounts/abi, signer/fourbyte: fix incorrect signature (#19881) · 947f5f2b
      Gary Rong authored
      The abi package already supports function overload by adding a suffix to the overloaded function name, but it uses the function name with suffix to calculate signature(both for the event and method).
      
      This PR fixes it by adding a new field named RawName, which can be used to calcuate all signatures but use Name to distinguish different overloaded function.
      947f5f2b
  3. Jul 31, 2019
  4. Jul 22, 2019
  5. Jul 18, 2019
  6. Jul 08, 2019
  7. Jul 04, 2019
  8. Jul 03, 2019
  9. Jul 02, 2019
  10. Jul 01, 2019
  11. 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
  12. 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
  13. Jun 24, 2019
  14. Jun 18, 2019
  15. Jun 12, 2019
  16. Jun 08, 2019
  17. Jun 05, 2019
  18. Jun 04, 2019
  19. Jun 03, 2019
  20. May 31, 2019
    • Guillaume Ballet's avatar
      accounts/scwallet: flag to specify path to smartcard daemon (#19439) · 7a22da98
      Guillaume Ballet authored
      * accounts/scwallet: Add a switch to enable smartcard support
      
      * accounts: change the meaning of the switch
      
      * disable card support in windows until tested
      * only activate account if pcscd socket file is present
      * the switch is now the path to the socket file
      
      * accounts/scwallet: holiman's review feedback
      
      * accounts/scwallet: send the path to go-pcsclite
      
      * accounts/scwallet: add default, per platform path
      
      * accounts/scwallet: fix error log warning
      
      * accounts/scwallet: update pcsc lib to latest
      
      * accounts/scwallet: use default path from pcsclite
      
      * scwallet: forgot to change switch name
      
      * cmd: minor style cleanups (error handling first, then happy path)
      7a22da98
  21. May 28, 2019
  22. May 27, 2019
  23. May 26, 2019
  24. May 25, 2019
  25. May 17, 2019
  26. May 15, 2019
  27. May 14, 2019
  28. May 07, 2019
  29. Apr 15, 2019
  30. Apr 10, 2019
Loading