Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Justin/rpc #558

Merged
merged 23 commits into from
Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
001cdc9
RPC method docs
J-Thompson12 Sep 18, 2020
7147231
forgot readme
J-Thompson12 Sep 18, 2020
e8e5a70
Merge branch 'development' into justin/rpc
J-Thompson12 Sep 18, 2020
72bc1ea
cleanup
J-Thompson12 Sep 19, 2020
0ed54ce
Merge branch 'development' of https://github.com/ChainSafe/ethermint …
J-Thompson12 Sep 19, 2020
7e6b54f
Merge branch 'justin/rpc' of https://github.com/ChainSafe/ethermint i…
J-Thompson12 Sep 19, 2020
fb9ef03
Merge branch 'development' of https://github.com/ChainSafe/ethermint …
J-Thompson12 Sep 22, 2020
92969ec
add table and fill in missing details
J-Thompson12 Sep 22, 2020
5051235
update table
fedekunze Sep 23, 2020
6a4cd6f
fix tip block
fedekunze Sep 23, 2020
5edfb4e
add the rest of the eth methods
J-Thompson12 Sep 23, 2020
02a3220
Merge branch 'development' into justin/rpc
fedekunze Sep 23, 2020
4912802
Merge branch 'development' of https://github.com/ChainSafe/ethermint …
J-Thompson12 Sep 24, 2020
84acdd1
Merge branch 'justin/rpc' of https://github.com/ChainSafe/ethermint i…
J-Thompson12 Sep 24, 2020
fefabfe
added the rest of the namespaces
J-Thompson12 Sep 24, 2020
e6965e5
get rid of extra space
J-Thompson12 Sep 24, 2020
32a549d
merge development
J-Thompson12 Sep 24, 2020
cfc94ce
Merge branch 'development' of https://github.com/ChainSafe/ethermint …
J-Thompson12 Sep 29, 2020
fcfe6fb
Merge branch 'development' of https://github.com/ChainSafe/ethermint …
J-Thompson12 Sep 30, 2020
388fa8a
doc bug fixes
J-Thompson12 Sep 30, 2020
164972b
Update docs/.vuepress/config.js
fedekunze Oct 1, 2020
df44640
conflicts
fedekunze Oct 1, 2020
9daa4a9
fix adr md comment
fedekunze Oct 1, 2020
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: 1 addition & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
themeConfig: {
repo: 'ChainSafe/ethermint',
docsRepo: 'ChainSafe/ethermint',
docsBranch: 'development',
docsDir: 'docs',
editLinks: true,
custom: true,
Expand Down Expand Up @@ -41,7 +42,6 @@ module.exports = {
},
gutter: {
title: 'Help & Support',
editLink: true,
chat: {
title: 'Developer Chat',
text: 'Chat with Ethermint developers on Discord.',
Expand All @@ -58,7 +58,6 @@ module.exports = {
github: {
title: 'Found an Issue?',
text: 'Help us improve this page by suggesting edits on GitHub.',
url: 'https://github.com/ChainSafe/ethermint/edit/development/docs/README.md',
bg: '#F8F9FC'
}
},
Expand Down
4 changes: 2 additions & 2 deletions docs/architecture/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--
order: false
parent:
order: false
--->
order: 0
-->

# Architecture Decision Records (ADR)

Expand Down
Loading