mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-08 09:11:34 +00:00
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 <1591639+s1na@users.noreply.github.com>
This commit is contained in:
parent
8a14362bf7
commit
cb9653d253
2 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ type Account struct {
|
||||||
> 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"
|
> 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"
|
||||||
### 3.1.0
|
### 3.1.0
|
||||||
|
|
||||||
* Add `ContentType` `string` to `SignDataRequest` to accommodate the latest EIP-191 and EIP-712 implementations.
|
* 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.
|
||||||
|
|
||||||
### 3.0.0
|
### 3.0.0
|
||||||
|
|
||||||
|
|
|
||||||
4
signer/core/testdata/README.md
vendored
4
signer/core/testdata/README.md
vendored
|
|
@ -1,5 +1,5 @@
|
||||||
### EIP 712 tests
|
### EIP-712 tests
|
||||||
|
|
||||||
These tests are json files which are converted into eip-712 typed data.
|
These tests are json files which are converted into [EIP-712](https://eips.ethereum.org/EIPS/eip-712) typed data.
|
||||||
All files are expected to be proper json, and tests will fail if they are not.
|
All files are expected to be proper json, and tests will fail if they are not.
|
||||||
Files that begin with `expfail' are expected to not pass the hashstruct construction.
|
Files that begin with `expfail' are expected to not pass the hashstruct construction.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue