ef8c2f00b9
This commit adds UR functions for UR tasks, I believe that the right place to get UR strings is the wallet code itself, especially because it allows us to skip the part when we have to store things to file to encode them later. Now we are fully in memory Things broken in the commit - ledger support. AUTO_LOCK_CMD macro causes compile time issues with this patch. I don't know why just yet, this is a issue that I'll fix later. However (considering the purpose of this patch) it is not a dealbreaker.
25 lines
787 B
Plaintext
25 lines
787 B
Plaintext
[submodule "external/rapidjson"]
|
|
path = external/rapidjson
|
|
url = https://github.com/Tencent/rapidjson
|
|
[submodule "external/trezor-common"]
|
|
path = external/trezor-common
|
|
url = https://github.com/trezor/trezor-common.git
|
|
[submodule "external/randomx"]
|
|
path = external/randomx
|
|
url = https://github.com/MrCyjaneK/RandomX
|
|
branch = cyjan-fix-ios
|
|
[submodule "external/supercop"]
|
|
path = external/supercop
|
|
url = https://github.com/monero-project/supercop
|
|
branch = monero
|
|
[submodule "external/bc-ur"]
|
|
path = external/bc-ur
|
|
url = https://github.com/MrCyjaneK/bc-ur
|
|
branch = misc
|
|
[submodule "external/miniupnp"]
|
|
path = external/miniupnp
|
|
url = https://github.com/miniupnp/miniupnp
|
|
[submodule "external/mx25519"]
|
|
path = external/mx25519
|
|
url = https://github.com/tevador/mx25519
|