How to sign using ledger "send_dfx" to maintain full air gap

So in the new dfx release, 0.7.1, you can get the result of a request status request.
What you’d do it is after the send you’d do send message.json --status

When using dfx canister sign to generate a update message, a corresponding request_status message is also signed and append to the json as signed_request_status . Then after sending the update message, the user can check the request_status using dfx canister send message.json --status .

However the result is actually a Certificate type that you’ll have to paste into cbor.me and decode…this will be improved in the upcoming releases

2 Likes