Merge pull request #198 from mkalinin/polishing
Get rid of eth1.0 leftovers
This commit is contained in:
commit
737362de13
|
@ -54,7 +54,7 @@ data.json valid
|
|||
This repository is licensed under [CC0](LICENSE).
|
||||
|
||||
|
||||
[playground]: https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/eth1.0-apis/assembled-spec/openrpc.json&uiSchema[appBar][ui:splitView]=false&uiSchema[appBar][ui:input]=false&uiSchema[appBar][ui:examplesDropdown]=false
|
||||
[playground]: https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/execution-apis/assembled-spec/openrpc.json&uiSchema[appBar][ui:splitView]=false&uiSchema[appBar][ui:input]=false&uiSchema[appBar][ui:examplesDropdown]=false
|
||||
[openrpc]: https://open-rpc.org
|
||||
[validator]: https://open-rpc.github.io/schema-utils-js/globals.html#validateopenrpcdocument
|
||||
[spellchecker]: https://facelessuser.github.io/pyspelling/
|
||||
|
|
|
@ -360,4 +360,4 @@ The payload build process is specified as follows:
|
|||
|
||||
6. Considering the absence of the `TERMINAL_BLOCK_NUMBER` setting, Consensus Layer client software **MAY** use `0` value for the `terminalBlockNumber` field in the input parameters of this call.
|
||||
|
||||
[json-rpc-spec]: https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/eth1.0-apis/assembled-spec/openrpc.json&uiSchema[appBar][ui:splitView]=false&uiSchema[appBar][ui:input]=false&uiSchema[appBar][ui:examplesDropdown]=false
|
||||
[json-rpc-spec]: https://playground.open-rpc.org/?schemaUrl=https://raw.githubusercontent.com/ethereum/execution-apis/assembled-spec/openrpc.json&uiSchema[appBar][ui:splitView]=false&uiSchema[appBar][ui:input]=false&uiSchema[appBar][ui:examplesDropdown]=false
|
Loading…
Reference in New Issue