Skip to content

Commit cb9653d

Browse files
gap-editors1na
andauthored
cmd/clef: improve documentation in readme (#31218)
Fixed broken or outdated links and improved documentation formatting to ensure consistency and correct references. --------- Co-authored-by: Sina M <[email protected]>
1 parent 8a14362 commit cb9653d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/clef/intapi_changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ type Account struct {
9494
> Notifications are not confirmable by definition, since they do not have a Response object to be returned. As such, the Client would not be aware of any errors (like e.g. "Invalid params","Internal error"
9595
### 3.1.0
9696

97-
* Add `ContentType` `string` to `SignDataRequest` to accommodate the latest EIP-191 and EIP-712 implementations.
97+
* Add `ContentType` `string` to `SignDataRequest` to accommodate the latest [EIP-191](https://eips.ethereum.org/EIPS/eip-191) and [EIP-712](https://eips.ethereum.org/EIPS/eip-712) implementations.
9898

9999
### 3.0.0
100100

signer/core/testdata/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
### EIP 712 tests
1+
### EIP-712 tests
22

3-
These tests are json files which are converted into eip-712 typed data.
3+
These tests are json files which are converted into [EIP-712](https://eips.ethereum.org/EIPS/eip-712) typed data.
44
All files are expected to be proper json, and tests will fail if they are not.
55
Files that begin with `expfail' are expected to not pass the hashstruct construction.

0 commit comments

Comments
 (0)