Commit Graph

  • bef6ed6982 refactor(core): adjust create session function params M1nd3r 2024-04-10 10:16:31 +0200
  • e55634b97f feat(core): add pairing_in/_out and channel_in/_out EnumValueOptions to protobuf M1nd3r 2024-04-29 12:26:34 +0200
  • f532880ab2 feat(core): adjust control bytes M1nd3r 2024-04-09 17:02:04 +0200
  • bed1bbc25d feat(core): improve thp protobuf M1nd3r 2024-04-09 16:28:02 +0200
  • b121b748fe feat(core): work on pairing, updated protobuf M1nd3r 2024-04-09 12:27:55 +0200
  • 1a42a2fe1b fix(core): partial fix for bug in session creation response M1nd3r 2024-04-08 19:11:47 +0200
  • 7f9b47b063 fix(core): fix order of checks in channel.py M1nd3r 2024-04-05 14:31:59 +0200
  • 0c8a207787 fix(core): fix loading of sessions from cache, improve logging M1nd3r 2024-04-05 12:59:52 +0200
  • af1ecf17e1 feat(core): add new Failure types for legacy builds M1nd3r 2024-04-29 11:35:40 +0200
  • a5ebef8518 fix(core): fix cyclic import of constants M1nd3r 2024-04-29 11:34:24 +0200
  • 38e63152a3 refactor(core): extract duplicated write_to_wire M1nd3r 2024-04-05 09:47:31 +0200
  • 6b9d04fc79 refactor(core): remove unused code M1nd3r 2024-04-05 09:15:36 +0200
  • 4f699dc83c feat(core): add sending of unallocated session error message, debug log improvements M1nd3r 2024-04-04 16:22:38 +0200
  • d02ad2a02d feat(core): allow to encode protobuf into memoryview buffer M1nd3r 2024-04-04 12:55:17 +0200
  • c552df5b38 feat(core): add ThpUnallocatedChannel and ThpUnallocatedSession Failure types M1nd3r 2024-04-04 11:47:25 +0200
  • 9e92f81937 fix(core): remove unnecessary session_ids in old Codec, fix storage test, suppress invalid warnings M1nd3r 2024-04-04 11:12:31 +0200
  • 31cdfb39cb chore(core): Add build_unix_frozen_debug config to makefile M1nd3r 2024-04-04 09:39:50 +0200
  • 6ffd28cef1 feat(core): expect channel messages with noise tag M1nd3r 2024-04-03 17:58:38 +0200
  • e2396c9348 chore(core): improve logging of channel state, reduce logging of sessions M1nd3r 2024-04-03 17:31:24 +0200
  • 2fe7334313 feat(core): create pairing state if branch M1nd3r 2024-04-29 11:11:56 +0200
  • e6eb23f807 fix(core): add default value to channel.waiting_for_ack_timeout M1nd3r 2024-04-29 11:11:18 +0200
  • f3feab7569 fix(core): fix old codec write, enhance new session response message M1nd3r 2024-04-03 16:04:47 +0200
  • 771f6a9661 chore(core): improve debug log of sync bits M1nd3r 2024-04-03 15:40:26 +0200
  • 95e064ae0c refactor(core): remove unnecessary protocol abstraction M1nd3r 2024-04-03 15:33:59 +0200
  • 932f3c395e refactor(core): remove unnecessary channel state M1nd3r 2024-04-03 15:07:41 +0200
  • f1ecd551be fix(core): fix continuation packet ignoring, unify logging M1nd3r 2024-04-03 15:04:27 +0200
  • 9b875427bc fix(core): remove redundant ack M1nd3r 2024-04-03 14:03:35 +0200
  • a4bb91a2b9 fix(core): fix debug log, crashing and mock noise tags M1nd3r 2024-04-03 13:56:26 +0200
  • 16ac856699 feat(core): change channel allocation response control byte to 0x41 and error control byte to 0x42 M1nd3r 2024-04-03 10:56:06 +0200
  • 9a0c25111a feat(core): create new session response M1nd3r 2024-04-02 20:40:22 +0200
  • 040a130fd8 refactor(core): refactor channel M1nd3r 2024-04-02 17:36:14 +0200
  • 99987b215a refactor(core): clean thp code M1nd3r 2024-04-02 17:09:38 +0200
  • 686259c700 chore(core): fix debug message M1nd3r 2024-04-02 16:57:25 +0200
  • 52842f5caf fix(core): fix synchronization M1nd3r 2024-04-02 16:44:12 +0200
  • 3b79ba33b6 chore(core): update legacy protobuf makefile to ignore Thp messages M1nd3r 2024-04-02 13:59:38 +0200
  • 0048e2540b feat(core): add messages-thp.proto symbolic link M1nd3r 2024-04-02 13:40:33 +0200
  • ddecf6f8af fix(core): fix retransmission, adjust debug prints M1nd3r 2024-04-29 10:39:50 +0200
  • affc557a93 feat(core): implement SessionContext write M1nd3r 2024-04-27 02:24:59 +0200
  • 3573c14e21 refactor(core): denote to-be-replaced functions as deprecated M1nd3r 2024-03-31 19:08:25 +0200
  • 42078cf113 feat(core): implement SessionContext M1nd3r 2024-04-27 02:23:34 +0200
  • 894292b95f fix(core): resolve issues with checks M1nd3r 2024-05-09 14:57:36 +0200
  • 666663ac09 feat(core): session creation, part 2 M1nd3r 2024-03-27 17:22:07 +0100
  • e04ceb8649 fix(core): fix handshake reading, session creation part 1 M1nd3r 2024-03-27 14:16:09 +0100
  • 8557922c2f fix(core): fix use of buffers M1nd3r 2024-03-26 16:25:33 +0100
  • b45c3f29ac refactor(core): remove unused handlers, clean ChannelContext M1nd3r 2024-03-26 12:38:45 +0100
  • a8957930f4 feat(core): improve channels, sessions and handshake M1nd3r 2024-04-27 02:21:30 +0200
  • bd678b14d8 refactor(core): change structure of channels and sessions M1nd3r 2024-04-27 02:14:56 +0200
  • f565f6acfa feat(core): make changes to thp cache, part 1 M1nd3r 2024-03-21 11:57:36 +0100
  • cf75103c0f feat(core): remove message type from device properties message M1nd3r 2024-04-27 02:02:21 +0200
  • a9b6af580c feat(core): add packet handlers M1nd3r 2024-03-21 09:42:02 +0100
  • 74999a7664 feat(core): add thp module to frozen build M1nd3r 2024-03-20 11:05:18 +0100
  • 94ddaa7c6d fix(core): fix bugs in thp unittests M1nd3r 2024-03-19 14:29:30 +0100
  • 261604fb56 feat(core): improve logging M1nd3r 2024-03-18 19:06:59 +0100
  • 9a58a70936 fix(core): fix bugs in synchronization and handler finding M1nd3r 2024-03-18 18:59:28 +0100
  • 06240e8c52 feat(core): change structure of THP implementation [Part 1] M1nd3r 2024-03-15 18:09:21 +0100
  • 7d2a14725c fix(core): fix typo in fido2 comment M1nd3r 2024-03-15 09:28:22 +0100
  • 2863261b5d feat(core): introduce timeout to loop.wait() matejcik 2023-06-29 17:08:13 +0200
  • 6fbb2195dc feat(core): improve thp unittests M1nd3r 2024-04-27 01:54:58 +0200
  • abe4a73107 fix(core): update all_modules M1nd3r 2024-04-27 01:54:23 +0200
  • babbe10f96 feat(core): channel allocation handling and refactor M1nd3r 2024-03-14 14:07:47 +0100
  • 7b5e4335df feat(core): basic THP functionality (not-polished prototype) M1nd3r 2024-03-01 12:30:10 +0100
  • b430232454 feat(core): T3T1 loaders improvement tychovrahe 2024-05-06 11:35:16 +0200
  • af6c2fdbf3 feat(core): expand menu button touch area a bit more tychovrahe 2024-05-09 11:54:27 +0200
  • 946e855e5d ci: actions: don't fill logs with junk when uploading to s3 Martin Milata 2024-05-09 15:27:57 +0200
  • 067daa790c ci: bump action dependencies Martin Milata 2024-05-09 15:22:36 +0200
  • 5ef428ef55 ci: run common.yml and prebuild.yml nightly Martin Milata 2024-05-09 15:21:46 +0200
  • 2c86b4d900 chore(core): update cs.json and fixtures #3812 Jan Šetina 2024-05-09 15:29:35 +0200
  • f98130555f ci: actions: don't fill logs with junk when uploading to s3 #3811 Martin Milata 2024-05-09 15:27:57 +0200
  • 3c991f3824 ci: bump action dependencies Martin Milata 2024-05-09 15:22:36 +0200
  • 0ef3ffec62 ci: run common.yml and prebuild.yml nightly Martin Milata 2024-05-09 15:21:46 +0200
  • 561e1146ea
    chore(core/rust): bump buildgen to 0.62.0 #3782 Pavol Rusnak 2024-05-06 12:54:48 +0200
  • d04ecba815 fix(core): fix tt ui loader haptic feedback tychovrahe 2024-05-02 09:29:05 +0200
  • c680187b0e feat(core): add disable haptic option to tt ui button tychovrahe 2024-05-02 09:27:53 +0200
  • 04d5017228 feat(core): improve loader haptic effect cepetr 2024-04-29 10:37:00 +0200
  • 0e0182928e ci: avoid ASAN related failures on build_bootloader_emu #3810 matejcik 2024-05-09 14:23:45 +0200
  • 64fd318c09 feat(core): handle cancelation of passphrase, fix displaying of passphrase M1nd3r/thp6 M1nd3r 2024-05-09 14:22:45 +0200
  • 0f5dd27d14 fail onvej-sl/elligator2_test Ondřej Vejpustek 2024-05-09 14:02:30 +0200
  • 2e58a4959f docs(core): fix reference to SLIP-23 in cardano node derivation [no changelog] M1nd3r 2024-05-08 13:41:27 +0200
  • e901c2c56e feat(core): send failure message as response when ThpCreateNewSession has on_device=true and passphrase M1nd3r 2024-05-09 12:59:03 +0200
  • ab4cff8c6d fix(core): fix tt ui loader haptic feedback #3763 tychovrahe 2024-05-02 09:29:05 +0200
  • bff6901544 feat(core): add disable haptic option to tt ui button tychovrahe 2024-05-02 09:27:53 +0200
  • c9e7bf4412 feat(core): improve loader haptic effect cepetr 2024-04-29 10:37:00 +0200
  • db9fa1398d feat(core): expand menu button touch area a bit more #3809 tychovrahe 2024-05-09 11:54:27 +0200
  • 2cc5461cc5 feat(core): show passphrase on Trezor when creating a session M1nd3r 2024-05-09 11:25:20 +0200
  • c59d1b97c2 fix(core/ui): T3T1 UI tests: GetAddress Martin Milata 2024-05-07 00:06:32 +0200
  • 72c0cc62e2 chore(core) delete "(shamir)" from "create wallet" #3808 Ioan Bizău 2024-05-09 11:07:50 +0200
  • b9d4afdf30 feat(core): animate status screen in mercury ui tychovrahe 2024-05-09 10:47:14 +0200
  • 3522247d95 fixup! feat(core): implement tap to confirm in mercury UI tychovrahe 2024-05-09 10:46:44 +0200
  • 95bdd1b82e fixup! feat(core): implement tap to confirm in mercury UI tychovrahe 2024-05-08 23:24:51 +0200
  • 30b50c6462 refactor(core): update T3T1 fixtures obrusvit 2024-05-08 18:07:35 +0200
  • 50eba3cfbb refactor(core): update other langs fixtures obrusvit 2024-05-07 15:09:26 +0200
  • 069ed1eb32 refactor(core): no all-caps in other langs jsons obrusvit 2024-05-07 15:08:56 +0200
  • ef3c49c347 fix(tests): update fixtures of T2B1 obrusvit 2024-05-06 20:07:59 +0200
  • df9f9f6cb4 refactor(core): update EN fixtures obrusvit 2024-04-28 14:40:55 +0200
  • aaff0fe2d3 refactor(core): do not use all-caps in en.json obrusvit 2024-04-09 13:33:23 +0200
  • b24e044499 fix(tests): button content comparison obrusvit 2024-04-28 20:28:51 +0200
  • fccfa43ac9 fix(core/ui): fix model R common title obrusvit 2024-04-28 15:49:30 +0200
  • 68e01a48cb fix(core/ui): fix model R altcoin summary obrusvit 2024-04-17 12:37:41 +0200
  • f8fcb49ba6 refactor(core): allow changing button font on R obrusvit 2024-04-09 21:27:26 +0200
  • f9e55a215d refactor(core): replace upper calls by upper font obrusvit 2024-04-09 13:24:47 +0200