Roman Zeyde
Roman Zeyde
Maybe we can add a new entry to the dictionary returned by `server.features` RPC: https://electrumx-spesmilo.readthedocs.io/en/latest/protocol-methods.html#server-features ``` Result A dictionary of keys and values. Each key represents a feature or service...
Green wallet is using [libwally-core](https://github.com/ElementsProject/libwally-core) for generating the Bitcoin scripts for CSV-based multisig. There are currently two types of such scripts (where `main` key is controlled by the server and...
Sounds good, thanks for the update!
Updated and rebased [`csv-multisig`](https://github.com/trezor/trezor-firmware/compare/master...romanz:csv-multisig) branch over the latest `master`.
Rebased over latest master and force-pushed https://github.com/trezor/trezor-firmware/commit/95979fc9ff7fe312e80280d5f75a199153e640b7.
Could we use [rust-cpuid](https://github.com/dlrobertson/rust-cpuid) to conditionally disable [the compilation flags above](https://github.com/rust-rocksdb/rust-rocksdb/blob/3c810163091fb8d343a3fa8373edd4b5685ed84d/librocksdb-sys/build.rs#L98-L108) for older x86 processors?
Oops, you're right.
Also, consider using https://github.com/marketplace/actions/arm-runner.
https://cirrus-ci.org/ seems to support free ARM builders for open-source projects.
Done in #900.