Skip to content

Commit

Permalink
ADR 14: Bump golangci-lint MD024 and MD036 rule names
Browse files Browse the repository at this point in the history
  • Loading branch information
matevz committed Jan 4, 2024
1 parent ada71dd commit d20721f
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions 0014-runtime-signing-tx-with-hardware-wallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ The first three items in the derivation path are hardened.

#### GET_ADDR_SR25519

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
##### Command

| Field | Type | Content | Expected |
Expand All @@ -160,7 +160,7 @@ The first three items in the derivation path are hardened.

The first three items in the derivation path are hardened.

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
##### Response

| Field | Type | Content | Note |
Expand All @@ -171,7 +171,7 @@ The first three items in the derivation path are hardened.

#### SIGN_RT_ED25519

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
##### Command

| Field | Type | Content | Expected |
Expand All @@ -188,7 +188,7 @@ The first packet/chunk includes only the derivation path.

All other packets/chunks should contain message to sign.

<!-- markdownlint-disable-next-line no-emphasis-as-header -->
<!-- markdownlint-disable-next-line no-emphasis-as-heading -->
*First Packet*

| Field | Type | Content | Expected |
Expand All @@ -199,7 +199,7 @@ All other packets/chunks should contain message to sign.
| Path[3] | byte (4) | Derivation Path Data | ? |
| Path[4] | byte (4) | Derivation Path Data | ? |

<!-- markdownlint-disable-next-line no-emphasis-as-header -->
<!-- markdownlint-disable-next-line no-emphasis-as-heading -->
*Other Chunks/Packets*

| Field | Type | Content | Expected |
Expand All @@ -213,7 +213,7 @@ Data is defined as:
| Meta | bytes.. | CBOR metadata | |
| Message | bytes.. | CBOR data to sign | |

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
##### Response

| Field | Type | Content | Note |
Expand All @@ -223,7 +223,7 @@ Data is defined as:

#### SIGN_RT_SECP256K1

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
##### Command

| Field | Type | Content | Expected |
Expand All @@ -240,7 +240,7 @@ The first packet/chunk includes only the derivation path.

All other packets/chunks should contain message to sign.

<!-- markdownlint-disable-next-line no-emphasis-as-header -->
<!-- markdownlint-disable-next-line no-emphasis-as-heading -->
*First Packet*

| Field | Type | Content | Expected |
Expand All @@ -251,7 +251,7 @@ All other packets/chunks should contain message to sign.
| Path[3] | byte (4) | Derivation Path Data | ? |
| Path[4] | byte (4) | Derivation Path Data | ? |

<!-- markdownlint-disable-next-line no-emphasis-as-header -->
<!-- markdownlint-disable-next-line no-emphasis-as-heading -->
*Other Chunks/Packets*

| Field | Type | Content | Expected |
Expand All @@ -265,7 +265,7 @@ Data is defined as:
| Meta | bytes.. | CBOR metadata | |
| Message | bytes.. | CBOR data to sign | |

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
##### Response

| Field | Type | Content | Note |
Expand All @@ -275,7 +275,7 @@ Data is defined as:

#### SIGN_RT_SR25519

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
##### Command

| Field | Type | Content | Expected |
Expand All @@ -292,7 +292,7 @@ The first packet/chunk includes only the derivation path.

All other packets/chunks should contain message to sign.

<!-- markdownlint-disable-next-line no-emphasis-as-header -->
<!-- markdownlint-disable-next-line no-emphasis-as-heading -->
*First Packet*

| Field | Type | Content | Expected |
Expand All @@ -303,7 +303,7 @@ All other packets/chunks should contain message to sign.
| Path[3] | byte (4) | Derivation Path Data | ? |
| Path[4] | byte (4) | Derivation Path Data | ? |

<!-- markdownlint-disable-next-line no-emphasis-as-header -->
<!-- markdownlint-disable-next-line no-emphasis-as-heading -->
*Other Chunks/Packets*

| Field | Type | Content | Expected |
Expand All @@ -317,7 +317,7 @@ Data is defined as:
| Meta | bytes.. | CBOR metadata | |
| Message | bytes.. | CBOR data to sign | |

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
##### Response

| Field | Type | Content | Note |
Expand Down Expand Up @@ -639,7 +639,7 @@ We propose the following UI for the [`contracts.Upgrade`] method:
The Data screen behavior is the same as for the
[contract instantiate](#instantiating-smart-contract) transaction.

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
#### Example

To upload, instantiate and call the [hello world example] running on Testnet
Expand Down Expand Up @@ -723,7 +723,7 @@ In this case the hardware wallet renders the following UI.
[`evm.Create`] method will not be managed by the hardware wallet because the
size of the EVM byte code may easily exceed the wallet's encrypted memory size.

<!-- markdownlint-disable-next-line no-duplicate-header -->
<!-- markdownlint-disable-next-line no-duplicate-heading -->
#### Calling smart contract

In contrast to `contracts.Call`, [`evm.Call`] method requires contract ABI and
Expand Down

0 comments on commit d20721f

Please sign in to comment.