Skip to content

Commit

Permalink
feat: sign new certificate types
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell authored and vetalcore committed Apr 27, 2024
1 parent a74d727 commit bfeebde
Show file tree
Hide file tree
Showing 9 changed files with 1,427 additions and 201 deletions.
4 changes: 3 additions & 1 deletion packages/hardware-ledger/src/LedgerKeyAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
SerializableLedgerKeyAgentData,
SignBlobResult,
SignTransactionContext,
errors
errors,
util
} from '@cardano-sdk/key-management';
import { HID } from 'node-hid';
import { LedgerDevice, LedgerTransportType } from './types';
Expand Down Expand Up @@ -540,6 +541,7 @@ export class LedgerKeyAgent extends KeyAgentBase {
const ledgerTxData = await toLedgerTx(body, {
accountIndex: this.accountIndex,
chainId: this.chainId,
dRepPublicKey: await this.derivePublicKey(util.DREP_KEY_DERIVATION_PATH),
knownAddresses,
txInKeyPathMap
});
Expand Down

0 comments on commit bfeebde

Please sign in to comment.