| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
fixes Trezor connectivity issues on Windows 10/11
Co-authored-by: selsta <selsta@sent.at>
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
4414ed4 cmake: test is a reserved keyword (selsta)
|
| | | |
|
| |\ \
| |/
|/|
| | |
42b74a3 Include Libusb and hidapi on android (malinero)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
0c13623 cmake: fix check_linker_flag (selsta)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
4969f39 cmake: use CMAKE_CURRENT_LIST_DIR in FindLibUSB (selsta)
|
| | |/ |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
8ee3ec729 cmake: fix "release" version string on tagged releases (moneromooo-monero)
|
| | |
| |
| |
| | |
It would not say "release" if we're on a previous tag
|
| |/
|
|
|
| |
Can be called from the source directory with:
utils/health/clang-tidy-run.sh
|
| |\
| |
| |
| | |
826a84478 cmake: Version - use CMAKE_CURRENT_LIST_DIR (xiphon)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
5ef0607da Update copyright year to 2020 (SomaticFanatic)
|
| | |
| |
| |
| | |
Update copyright year to 2020
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
It does not leak much since you can make a fair guess by RPC
version already, and some people want to avoid non release
clients when using third parties' nodes (because they'd never
lie about it)
|
| | |
|
| | |
|
| |
|
|
| |
It fixes at least one case of building on ARM with Docker
|
| |\
| |
| |
| | |
d4a78c74 build: libusb static compilation fix (Dusan Klinec)
|
| | | |
|
| |/ |
|
| |\
| |
| |
| | |
1f2930ce Update 2019 copyright (binaryFate)
|
| | | |
|
| |/ |
|
| |
|
|
|
|
| |
- docker protobuf dependencies, cross-compilation
- device/trezor protobuf build fixes, try_compile
- libusb built under all platforms, used by trezor for direct connect
|
| |
|
|
|
|
|
| |
- checks if the device is in the correct usable state
- implements check for the v2.0.9 firmware which does not support payment IDs
- simple transacttion check, payment id fmt consistency
- minor fixes, refactoring, webusb session counting fix
|
| |
|
|
|
|
|
|
|
| |
- webusb transport based on libusb added. Provides direct access to Trezor via USB, no need for Trezor bridge.
- trezor protocol message handler improved, no recursion used. Ready for upcoming integration tests.
- libusb (for docker) bumped from v1.0.9 to v1.0.22, newer version required for webusb transport, for device enumeration.
- cmake improvements and fixes. Cmake Trezor checks are moved to a dedicated CheckTrezor.cmake file. In case of a problem Trezor is excluded from build.
- ifdefs made consistent to Ledger.
- UDP Transport enumeration disabled by default in release mode
|
| | |
|
| |
|
|
| |
This should enable building static binaries on Linux systems where dependencies are already built with -fPIC, such as Ubuntu 18.04.
|
| |
|
|
| |
a69271fa Fixed a typo (Piotr KÄ…kol)
|
| |
|
|
|
|
| |
Remove PCSC dependencies which is a bit hard (not user friendly) to install on linux and Mac
Split Ledger logic and device IO
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
42397359 Fixup 32bit arm build (TheCharlatan)
a06d2581 Fix Windows build (TheCharlatan)
ecaf5b3f Add libsodium to the packages, the arm build was complaining about it. (TheCharlatan)
cbbf4d24 Adapt translations to upstream changes (TheCharlatan)
db571546 Updated pcsc url (TheCharlatan)
f0ba19fd Add lrelease to the depends (TheCharlatan)
cfb30462 Add Miniupnp submodule (TheCharlatan)
5f7da005 Unbound is now a submodule. Adapt depends for this. (TheCharlatan)
d6b9bdd3 Update readmes to reflect the usage of depends (TheCharlatan)
56b6e41e Add support for apple and arm building (TheCharlatan)
29311fd1 Disable stack unwinding for mingw32 depends build. (TheCharlatan)
8db3d573 Modify depends for monero's dependencies (TheCharlatan)
0806a23a Initial depends addition (TheCharlatan)
|
| | |
| |
| |
| |
| | |
Drop miniupnp and unbound depends builds. Make sure that build variables are propageted properly to unbound and miniupnp.
Rebase to after the v0.12 release
|
| |/
|
|
| |
Let it be autodiscovered instead to avoid cmake thinking it's crosscompiling builds where host = target. This resolves a cmake configure error in MSYS2 caused by CMAKE_CROSSCOMPILING checks in #4294.
|