-
-
Notifications
You must be signed in to change notification settings - Fork 257
Conversation
Properly use HD node with 'pubkey_n' to obtain a key from the HD hierarchy |
What needs to be done to get this pull request merged eventually? I had to fix merge conflicts twice already and don't know if it makes sense to fix them again if I don't know that the PR will be merged |
Hey Fabian! No need for the rebase, I'll do it. I returned back to merging T1 features recently and this is on my list. Sorry for not merging this earlier :-( Can you please sumarize the state of integration efforts from Steem side? i.e. what software and/or services already integrated TREZOR and what software/services are waiting for it? |
The current firmware supports account_updates and transfers for STEEM, so the very basic feature of a secure MVP. The firmware is almost ready and I plan to add more tests to the actual firmware using python-trezor in the weeks ahead. Our biggest problem is that we don't yet know how to fund further development of steem-trezor. There are many opportunities and features that can and should still be added to Trezor. If we manage to secure some funding, we would like to put more work and time into this. We have already tried to reach out to Alena to begin discussions of a joint venture of some kind but haven't heard back yet. I would request to continue the funding discussion off-github. You can reach me at |
4eda2ba
to
6eb7441
Compare
We are moving to monorepo: https://github.com/trezor/trezor-firmware |
Basic Steem integration to support:
Only relevant changes are in:
Makefile
steem.h
andsteem.c
fsm.h
andfsm.c
messages.c
andmessages.options
The submodules require an merged/updated
trezor-crypto
(already merged into the official release) andtrezor-common
(pull request pending)