Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore:updated to 2.1.0 & updated readme #5

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Otterscan
Otterscan DAppNodePackage

https://github.com/wmitsuda/otterscan
https://github.com/otterscan/otterscan
5 changes: 2 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "otterscan.public.dappnode.eth",
"version": "0.2.2",
"version": "0.2.3",
"shortDescription": "A blazingly fast, local, Ethereum block explorer built on top of Erigon",
"description": "A blazingly fast, local, Ethereum block explorer built on top of Erigon",
"upstreamVersion": "v1.32.0",
"upstreamVersion": "v2.1.0",
"upstreamRepo": "otterscan/otterscan",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
Expand Down Expand Up @@ -31,7 +31,6 @@
}
],
"mainService": "otterscan",

"license": "GLP-3.0",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Otterscan, a An open-source, fast, local, laptop-friendly Ethereum block explorer.


*Note: Even though this package contains the latest version of Otterscan, it doesn't include the new OTS2 API enabling some of the newest features.*
*This package relies on the Erigon package maintained by dappnode, which doesn't include the OTS2 API yet.*

### Erigon settings
When running erigon, make sure to enable the erigon, ots, eth APIs in addition to whatever cli options you are using to start erigon. It should at least look like this `--http.api "eth,erigon,ots,<your-other-apis>"`
Expand Down
6 changes: 6 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"uploadedTo": {
"dappnode": "Mon, 28 Aug 2023 10:49:24 GMT"
}
},
"0.2.3": {
"hash": "/ipfs/QmWDux1EGMiwY73bjvk8n7toEraA2qSH8w6BdHqUiCqWtr",
"uploadedTo": {
"dappnode": "Fri, 03 Nov 2023 01:43:03 GMT"
}
}
}
Loading