good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jul 22, 2019
  2. Jul 09, 2019
  3. 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
  4. Jun 20, 2019
  5. Apr 02, 2019
  6. Feb 07, 2019
  7. Jan 24, 2019
  8. Nov 29, 2018
  9. Sep 03, 2018
  10. Aug 23, 2018
  11. Aug 03, 2018
  12. Jul 30, 2018
    • Anton Evangelatov's avatar
      build: rename swarm deb package to ethereum-swarm; change swarm deb version... · a5d5609e
      Anton Evangelatov authored
      build: rename swarm deb package to ethereum-swarm; change swarm deb version from 1.8.x to 0.3.x (#16988)
      
      * build: add support for different package and binary names
      
      * build: bump up copyright date
      
      * build: change default PackageName to empty string
      
      * build, internal, swarm: enhance build/release process
      
      * build: hack ethereum-swarm as a "depends" in deb package
      
      * build/ci: remove redundant variables
      
      * build, cmd, mobile, params, swarm: remove VERSION file; rename Version to VersionMeta;
      
      * internal: remove VERSION() method which reads VERSION file
      
      * build: fix VersionFilePath to Version
      
      * Makefile: remove clean_go_build_cache.sh until it works
      
      * Makefile: revert removal of clean_go_build_cache.sh
      a5d5609e
  13. Jun 21, 2018
  14. Jun 19, 2018
  15. May 07, 2018
  16. Apr 23, 2018
  17. Apr 19, 2018
  18. Apr 05, 2018
    • Steven Roose's avatar
      core/types: remove String methods from struct types (#16205) · ec8ee611
      Steven Roose authored
      Most of these methods did not contain all the relevant information
      inside the object and were not using a similar formatting type.
      Moreover, the existence of a suboptimal String method breaks usage
      with more advanced data dumping tools like go-spew.
      ec8ee611
  19. Mar 22, 2018
  20. Jan 24, 2018
  21. Jan 23, 2018
  22. Jan 22, 2018
    • Zsolt Felföldi's avatar
      p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) · 92580d69
      Zsolt Felföldi authored
      This commit affects p2p/discv5 "topic discovery" by running it on
      the same UDP port where the old discovery works. This is realized
      by giving an "unhandled" packet channel to the old v4 discovery
      packet handler where all invalid packets are sent. These packets
      are then processed by v5. v5 packets are always invalid when
      interpreted by v4 and vice versa. This is ensured by adding one
      to the first byte of the packet hash in v5 packets.
      
      DiscoveryV5Bootnodes is also changed to point to new bootnodes
      that are implementing the changed packet format with modified
      hash. Existing and new v5 bootnodes are both running on different
      ports ATM.
      92580d69
  23. Jan 03, 2018
  24. Dec 09, 2017
  25. Nov 10, 2017
  26. Nov 06, 2017
  27. Oct 05, 2017
  28. Oct 01, 2017
    • Felix Lange's avatar
      ethclient, mobile: add TransactionSender (#15127) · d78ad226
      Felix Lange authored
      * core/types: make Signer derive address instead of public key
      
      There are two reasons to do this now: The upcoming ethclient signer
      doesn't know the public key, just the address. EIP 208 will introduce a
      new signer which derives the 'entry point' address for transactions with
      zero signature. The entry point has no public key.
      
      Other changes to the interface ease the path make to moving signature
      crypto out of core/types later.
      
      * ethclient, mobile: add TransactionSender
      
      The new method can get the right signer without any crypto, and without
      knowledge of the signature scheme that was used when the transaction was
      included.
      d78ad226
  29. Jul 31, 2017
  30. Jul 17, 2017
    • Elias Naur's avatar
      mobile: don't retain transient []byte in CallMsg.SetData (#14804) · 23c6fcdb
      Elias Naur authored
      * mobile: don't retain transient []byte in CallMsg.SetData
      
      Go mobile doesn't copy []byte parameters, for performance and to allow
      writes to the byte array be reflected in the native byte array.
      Unfortunately, that means []byte arguments are only valid during the
      call it is being passed into.
      
      CallMsg.SetData retains such a byte array. Copy it instead
      
      Fixes #14675
      
      * mobile: copy all []byte arguments from gomobile
      
      To avoid subtle errors when accidentially retaining an otherwise
      transient byte slice coming from gomobile, copy all byte slices before
      use.
      
      * mobile: replace copySlice with common.CopyBytes
      23c6fcdb
    • ligi's avatar
      mobile: use EIP155 signer (#14817) · cf5d4b55
      ligi authored
      * mobile: Use EIP155Signer - closes #14762
      
      * mobile: Correctly fall back on HomesteadSigner when no chainID is passed in
      cf5d4b55
  31. Jun 15, 2017
  32. Jun 13, 2017
  33. May 23, 2017
  34. May 22, 2017
  35. May 13, 2017
  36. May 11, 2017
Loading