Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15776 from ProChain/master | Martin Holst Swende | 2018-02-22 | 1 | -5/+13 |
|\ | | | | | accounts/abi: Fix the bug of mobile framework crashing | ||||
| * | accounts/abi: fix the `output` at the beginning instead of making a workaround | croath | 2018-01-23 | 1 | -5/+13 |
| | | |||||
* | | accounts/abi/bind: support event filtering in abigen | Péter Szilágyi | 2018-01-24 | 1 | -1/+1 |
| | | |||||
* | | all: switch gas limits from big.Int to uint64 | Péter Szilágyi | 2018-01-03 | 1 | -2/+2 |
|/ | |||||
* | mobile: fix variadic argument expansion | ligi | 2017-10-06 | 1 | -1/+1 |
| | |||||
* | mobile: don't retain transient []byte in CallMsg.SetData (#14804) | Elias Naur | 2017-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 1 | -24/+5 |
| | |||||
* | mobile: iOS naming and API fixes for generators and Swift (#3408) | Péter Szilágyi | 2016-12-08 | 1 | -11/+11 |
| | | | | | * 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: port wrappers to EIP155 and EIP158 fork | Péter Szilágyi | 2016-11-15 | 1 | -2/+2 |
| | |||||
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 1 | -0/+202 |