Commit Graph

13083 Commits (bdb0523bdcbbd4d6c1ec5610a5d9036df62cde7b)
 

Author SHA1 Message Date
M1nd3r bdb0523bdc Add derive_cardano field to ThpCreateNewSession protobuf message
1 month ago
M1nd3r 7c7b9406d0 Remove code duplication in pairing.py
1 month ago
M1nd3r 889de25a6b Remove unnecessary abstractions with handlers
1 month ago
M1nd3r 60df5adc50 Improve pairing handling
1 month ago
M1nd3r 71f506d779 Fix broken pairing workflow
1 month ago
M1nd3r 07ca11c6de Fix handling of pairing request
1 month ago
M1nd3r 36b8545e8d Change pairing process into a workflow
1 month ago
M1nd3r e5664cebe1 Add ThpPairingPreparationsFinished message
1 month ago
M1nd3r 18014795e3 Connect pairing handlers with appropriate messages
1 month ago
M1nd3r 352aeec8af Fix handshake completion message decoding
1 month ago
M1nd3r 2f635bacaa Allow channel to handle only ThpCreateNewSession message
1 month ago
M1nd3r 38b9cb4e9c Fix logging of passphrase
1 month ago
M1nd3r 5c7ab5c7cd Update protobuf messages continuity
1 month ago
M1nd3r 81bea23878 Redundant logging removal
1 month ago
M1nd3r ddb2ab3357 Implement Pairing flow
1 month ago
M1nd3r 14186e4970 Adjust loop clear
1 month ago
M1nd3r e77f8e78ed Adjust imports
1 month ago
M1nd3r 92c0a03a77 Clean session creation
1 month ago
M1nd3r 9538de4fdb Adjust create session function params
1 month ago
M1nd3r cc5e057b3a Add pairing and channel EnumValueOptions to protobuf
1 month ago
M1nd3r 177d9e8c0c Fix common prebuild protobuf naming error
1 month ago
M1nd3r f08a533ccf Adjust control bytes
1 month ago
M1nd3r 1854890cf4 Fix protobuf message wire types and pb2py error
1 month ago
M1nd3r 3a73164d21 Work on pairing, updated protobuf, note that it crashes during build
1 month ago
M1nd3r a692a4aa52 Partial fix for bug in session creation response, will fail checks
1 month ago
M1nd3r 563dfcc41e Improve logging of expected message type in session context
1 month ago
M1nd3r 01ec2f0998 Fix order of checks
1 month ago
M1nd3r d785423c8a Fix loading of sessions from cache, improve logging
1 month ago
M1nd3r fc2540e202 Fix cyclic imports of constants
1 month ago
M1nd3r d0031a9b7b Add new Failure types to switch enumeration for legacy builds
1 month ago
M1nd3r aa410031ee Extract duplicated write to wire
1 month ago
M1nd3r e23754e21e Remove unused code
1 month ago
M1nd3r 9b8db0a73e Unallocated session error, debug log improvements
1 month ago
M1nd3r 6214823825 Warning suppression
1 month ago
M1nd3r f9421b8b03 Allow to encode protobuf into memoryview buffer
1 month ago
M1nd3r cbf9a96525 Add ThpUnallocatedChannel and ThpUnallocatedSession Failure types
1 month ago
M1nd3r 4f65a62b74 Remove unnecessary session_ids in old Codec, fix storage test, suppress invalid warnings
1 month ago
M1nd3r dacc7279b8 Require noise tag with encrypted messages, improve debug logging
1 month ago
M1nd3r 6ef1bb66e1 Add build_unix_frozen_debug config to makefile
1 month ago
M1nd3r 1d763fbf5a FIx style
1 month ago
M1nd3r c7b41a227f Count with encryption tag for channel messages
1 month ago
M1nd3r 5fa5dd06cc Improve logging of channel state, reduce logging of sessions
1 month ago
M1nd3r e5017cb534 Add default value (None) to channel.waiting_for_ack_timeout, create pairing state if branch
1 month ago
M1nd3r df7b1a54e4 Fix old codec write, enhance new session response message
1 month ago
M1nd3r 4a0e093a6a Improve debug log of sync bits
1 month ago
M1nd3r a3506a5608 Remove unnecessary protocol abstraction
1 month ago
M1nd3r 057996b77e Remove unnecessary channel state
1 month ago
M1nd3r cdd1dae0ed Fix continuation packet ignoring, unify logging
1 month ago
M1nd3r 761225b9e1 Remove redundant ack
1 month ago
M1nd3r 95bb220c46 Fix debug log, crashing and mock noise tags
1 month ago