Greg Fitzgerald
Greg Fitzgerald
Looking at HelloServer in example-service, how would one add a "Press to shut down" feature?
Doesn't work, because of dependencies on Vec and HashMap: ```bash cargo test --no-default-features ```
Looking for guinea pigs? How about a `pre` release on crates.io?
#### Problem Currently, transactions are signed with an insecure and temporary, in-browser keypair. #### Proposed solution Sign transactions with a keypair in a secure enclave, such as a Ledger Nano...
Forwarding an issue created by @aeyakovenko here: https://github.com/solana-labs/ledger-app-solana/issues/3 ### Problem Hardware wallets require parsing and displaying messages inside the TPM to confirm the signing request. ### Solution We could use...