Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mobile: don't retain transient []byte in CallMsg.SetData (#14804) | Elias Naur | 2017-07-17 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | * 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: support importing flat ecdsa keyst too | Péter Szilágyi | 2017-05-23 | 1 | -3/+17 |
| | |||||
* | mobile: accept nil for chainid as homestead signing (#14463) | Péter Szilágyi | 2017-05-13 | 1 | -0/+6 |
| | |||||
* | accounts, cmd, internal, mobile, node: canonical account URLs | Péter Szilágyi | 2017-02-13 | 1 | -3/+3 |
| | |||||
* | accounts, cmd, eth, internal, mobile, node: split account backends | Péter Szilágyi | 2017-02-13 | 1 | -41/+58 |
| | |||||
* | accounts, mobile: make account manager API a bit more uniform | Péter Szilágyi | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | mobile: rename passphrase signing method to avoid Swift rewrite | Péter Szilágyi | 2017-01-06 | 1 | -3/+3 |
| | |||||
* | accounts, internal, mobile: polish accounts API, extend Android tests | Péter Szilágyi | 2017-01-05 | 1 | -12/+14 |
| | |||||
* | mobile: iOS naming and API fixes for generators and Swift (#3408) | Péter Szilágyi | 2016-12-08 | 1 | -22/+22 |
| | | | | | * 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 support | Péter Szilágyi | 2016-11-14 | 1 | -0/+181 |