From 727b57dc226c886785c9111d681f350296631d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9len?= <59291854+melenxyz@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:51:01 +1000 Subject: [PATCH] chore:updated to 2.1.0 & updated readme --- README.md | 2 +- dappnode_package.json | 5 ++--- getting-started.md | 4 +++- releases.json | 6 ++++++ 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f7c3b81..d40ee4b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # Otterscan Otterscan DAppNodePackage -https://github.com/wmitsuda/otterscan +https://github.com/otterscan/otterscan \ No newline at end of file diff --git a/dappnode_package.json b/dappnode_package.json index 703af80..f826e76 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -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", @@ -31,7 +31,6 @@ } ], "mainService": "otterscan", - "license": "GLP-3.0", "repository": { "type": "git", diff --git a/getting-started.md b/getting-started.md index 2d59af2..8543b72 100644 --- a/getting-started.md +++ b/getting-started.md @@ -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,"` diff --git a/releases.json b/releases.json index 3247ba8..cc5feea 100644 --- a/releases.json +++ b/releases.json @@ -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" + } } }