aboutsummaryrefslogtreecommitdiffstats
path: root/mobile/big.go
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-1/+1
|
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-1/+1
|
* mobile: added constructor for BigInts (#17828)Eugene Valeyev2018-11-291-0/+7
|
* mobile: Add GetSign to BigInt (#15558)Alejandro Isaza2017-12-101-0/+10
|
* mobile: don't retain transient []byte in CallMsg.SetData (#14804)Elias Naur2017-07-171-1/+3
| | | | | | | | | | | | | | | | | | | | | * 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
* mobile: remove support for Go < 1.7Felix Lange2017-03-231-0/+5
|
* mobile: iOS naming and API fixes for generators and Swift (#3408)Péter Szilágyi2016-12-081-1/+1
| | | | | * build: modify the iOS namespace to iGeth (gomobile limitation) * mobile: assign names to return types for ObjC wrapper * mobile: use more expanded names for iOS/Swift API
* mobile: initial wrappers for mobile supportPéter Szilágyi2016-11-141-0/+95