Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update author list and licenses | Péter Szilágyi | 2019-07-22 | 1 | -1/+1 |
| | |||||
* | accounts/usbwallet: recreate Trezor protocol, support old and new | Péter Szilágyi | 2019-06-03 | 11 | -5474/+4751 |
| | |||||
* | accounts/usbwallet/trezor: expose protobuf package (#17980) | benma | 2019-01-26 | 5 | -0/+5643 |
When some of the same messages are redefined anywhere in a Go project, the protobuf package panics (see https://github.com/golang/protobuf/issues/178). Since this package is internal, there is no way to work around it, as one cannot use it directly, but also cannot define the same messages. There is no downside in making the package accessible. |