trezord-go
trezord-go copied to clipboard
:smiling_imp: Trezor Communication Daemon (written in Go)
I have seen some external API to use our internal trezord packages - see https://github.com/xaionaro-go/cryptoWallet/blob/master/vendors/usb_devices.go (which is used by gocryptfs) We can prevent that by using `internal/` - see https://docs.google.com/document/d/1e8kOo3r51b2BWtTs_1uADIA5djfXhPT36s6eHVRIvaU/edit...
Currently used Go 1.18 and 1.19 are not supported anymore. After #300 it is now buildable with both Go 1.21 and upcoming 1.22 (now at 1.22rc1) Please * update github...
We recently had a bug opened in Gentoo for the release hash changing on 2.0.33. https://bugs.gentoo.org/904733 I believe the release was retagged? Please try to understand that your organization currently...
**Describe the bug** Two directly connected Trezors to mac M1 are never detected. This behavior is known since 03/2021 when we received our first M1 macbook. See last screenshot, even...
segfault
2020/12/09 14:15:24 trezord v2.0.30 is starting. POST / 127.0.0.1 - - [09/Dec/2020:14:15:29 +0100] "POST / HTTP/1.1" 200 21 POST /enumerate 127.0.0.1 - - [09/Dec/2020:14:15:29 +0100] "POST /enumerate HTTP/1.1" 200 94...
I want to use Trezor with Firefox in Windows. So for this I have to install trezord-go. I was able to download it via website. I also got a asc-file...
Build upon on https://github.com/trezor/trezord-go/pull/265 and create GitHub Actions job that will build and sign Bridge ready for Windows. See [release.sh](https://github.com/trezor/trezord-go/blob/f9f43aa0b11cdec6feb0197f547bd8a63e397609/release/windows/release.sh#L17-L18) for details.
Build upon on https://github.com/trezor/trezord-go/pull/259 and create GitHub Actions job that will build and sign Bridge ready for production.
the following script (requires trezorlib and a plugged in Trezor device) will reliably crash Bridge on MacOS M1 script ```python from threading import Thread from time import sleep from trezorlib.log...