mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-25 17:39:27 +00:00
Brings in keycard-commands (merged as PR #451) plus all subsequent main commits (bench tools, test_fixtures, faucet/audit fixes, CI updates). Conflict resolution: - keycard_wallet/: kept HEAD throughout (S-padding fix, zeroize, private key methods, get_public_account_id_for_path_with_connect naming) - wallet/src/signing.rs: kept HEAD (add_required/add_optional names, KeycardSessionContext) - wallet/src/lib.rs: kept HEAD (ExecutionFailureKind::from_anyhow helper) - wallet/src/cli/mod.rs: kept HEAD (key_path() method) - wallet/src/program_facades/native_token_transfer/public.rs: kept HEAD (main's register_account references undefined nonces) - Cargo.toml: HEAD + added test_fixtures/tools members and criterion dep from main; kept zeroize workspace dep - docs/keycard.md: merged both (HEAD content + main's Testing/SigningGroups sections; added wallet_with_keycard.sh mention)