Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c2ae255
begin merging work with lightclient's, split into separate files, and…
alita-moore Jun 20, 2021
d80f80b
EIP 1559 -> open rpc cc0
alita-moore Jul 6, 2021
84511e9
Update components/Address.json
alita-moore Jul 6, 2021
14db1ef
Update package.json
alita-moore Jul 6, 2021
a322cfa
update the compiled
alita-moore Jul 12, 2021
8a42bad
Merge branch 'main' of github.com:alita-moore/eth1.0-apis
alita-moore Jul 12, 2021
c004715
address comments and prettier run
alita-moore Jul 14, 2021
2dedb50
clean up address
alita-moore Jul 14, 2021
0b583d4
clean up Block.json
alita-moore Jul 14, 2021
04303ce
clean up Data.json
alita-moore Jul 14, 2021
b4600e3
clean Filter.json
alita-moore Jul 14, 2021
ddc076f
clean Gas.json
alita-moore Jul 14, 2021
afadabb
clean Header.json & Logs.json
alita-moore Jul 14, 2021
74999d9
cleanup Mining.json
alita-moore Jul 14, 2021
9124bdd
clean Null.json, ProtocolVersion.json, and POW.json
alita-moore Jul 14, 2021
387518c
clean Quantity.json, Syncing.json, and Topic.json
alita-moore Jul 14, 2021
ca67d4d
clean Transaction.json
alita-moore Jul 14, 2021
6d27297
clean Uncle.json
alita-moore Jul 14, 2021
6f6c57f
remove unused schemas in Transaction.json
alita-moore Jul 14, 2021
93b3e7f
Merge branch 'main' into main
alita-moore Jul 14, 2021
8d620ab
npm install and fix build / lint script
alita-moore Jul 14, 2021
d2e49f4
Update components/Gas.json
alita-moore Jul 19, 2021
05732b4
name and summary -> title and description
alita-moore Jul 19, 2021
8e5163b
Merge branch 'main' of github.com:alita-moore/eth1.0-apis
alita-moore Jul 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
node_modules/
build/*
!build/openrpc.json
**\.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ethereum JSON-RPC Specification

[View the spec](https://playground.open-rpc.org/?uiSchema%5BappBar%5D%5Bui:splitView%5D=false&schemaUrl=https://raw.githubusercontent.com/lightclient/eth1.0-apis/main/openrpc.json&uiSchema%5BappBar%5D%5Bui:input%5D=false)
[View the spec](https://playground.open-rpc.org/?uiSchema[appBar][ui:splitView]=false&schemaUrl=https://github.com/alita-moore/eth1.0-apis/blob/main/build/openrpc.json&uiSchema[appBar][ui:input]=false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

link needs to be updated to this repo, and pointed at the raw version


The Ethereum JSON-RPC is a collection of methods that all clients implement.
This interface allows downstream tooling and infrastructure to treat different
Expand Down
Loading