1. 21 Sep, 2020 1 commit
  2. 27 Jun, 2019 1 commit
    • 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
  3. 17 Jul, 2017 1 commit
    • 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
  4. 23 May, 2017 1 commit
  5. 08 Dec, 2016 1 commit
  6. 14 Nov, 2016 1 commit