Coder Social home page Coder Social logo

xops / expedition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from etclabscore/expedition

154.0 154.0 94.0 33.3 MB

🧭 A block explorer for the Ethereum stack.

Home Page: https://expedition.dev/

License: Apache License 2.0

TypeScript 98.53% HTML 0.26% CSS 0.26% JavaScript 0.19% Dockerfile 0.58% Shell 0.18%

expedition's People

Contributors

bakon11 avatar belfordz avatar cdesch avatar dependabot-preview[bot] avatar devonwesley avatar meowsbits avatar semantic-release-bot avatar shanejonas avatar stevanlohja avatar zcstarr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

expedition's Issues

Horrible. Do not wast your time

Can´t even connect to my local private blockchain. Is is not possible to change chain ID so you cannot use it with a BC different from 1 ( mainnet )

Change RPC

Hi, i am running the explorer in a VM, i have my ETC blockchain in a separarate VM in the same LAN. i see the explorer takes some time to load, so i wanted to use my own node so it can load stats faster. i tried to change useChainList.ts but i can't connect to the node... i used private ip, public ip, ":port", no port, i don't know how to make it work, i still get the message "invalid RPC url" when i open the website. what would be the correct way to do it? thanks in advance!

Encoding Error


name: Bug report
about: Create a report to help us improve
title: Encoding of Geth Client
labels: ''
assignees: ''


Describe the bug
Hello :)

When connecting to the explorer the author is indicated by its id and the geth client version.
There are some encoding errors in the text of the geth client version.
Per example for my geth version for windows it shows the following: ؃� ��geth�go1.17.5�l

To Reproduce
Steps to reproduce the behavior:

  1. Go to: Expedition Block Explorer via browser
  2. Click on: ...
  3. Scroll down to: Table at start page
  4. See encoding error at column "Author"

Expected behavior
The text of the geth client version should be encoded correctly, showing something like: Geth/v1.10.16-stable-20356e57/windows-amd64/go1.17.5

Screenshots
Screenshot

Desktop (please complete the following information):

  • OS: Windows 10
  • Browser Firefox, Edge
  • Version 98.0.2, 100.0.1185.29

Smartphone (please complete the following information):

  • Device: ...
  • OS: ...
  • Browser ...
  • Version ...

Additional context
...

Demo Website Unavailable

Describe the bug

The demo at: https://expedition.dev/ is unavailable.

Screenshots

Screen Shot 2022-11-04 at 2 46 28 PM

Tested on Chrome 107.0.5304.87 and multiple other devices and networks.

Additional context

Our QuickNode guide "How to run Expedition Block Explorer" teaches users about the explorer and how to use it. Since the demo site is down, we had to remove a section of the guide showing users how to use the site with a custom RPC.

Broken

image

Also, the start command requires using react-scripts --openssl-legacy-provider start now

Link for "open issues" on line 90 of README is invalid.

Describe the bug
Link for "open issues" on line 90 is invalid.

To Reproduce
Click the link for "open issues" on line 90

Expected behavior
No 404 error.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Browser: FireFox

Too old

Is it dead?

index.js:1 Warning: Failed prop type: Invalid prop `component` supplied to `ForwardRef(Link)`. Expected an element type that can hold a ref. Did you accidentally provide a plain function component instead? For more information see https://material-ui.com/r/caveat-with-refs-guide
    in ForwardRef(Link) (created by WithStyles(ForwardRef(Link)))
    in WithStyles(ForwardRef(Link)) (at App.tsx:250)
    in div (created by ForwardRef(Grid))
    in ForwardRef(Grid) (created by WithStyles(ForwardRef(Grid)))
    in WithStyles(ForwardRef(Grid)) (at App.tsx:249)
    in div (created by ForwardRef(Grid))
    in ForwardRef(Grid) (created by WithStyles(ForwardRef(Grid)))
    in WithStyles(ForwardRef(Grid)) (at App.tsx:243)
    in div (created by ForwardRef(Toolbar))
    in ForwardRef(Toolbar) (created by WithStyles(ForwardRef(Toolbar)))
    in WithStyles(ForwardRef(Toolbar)) (at App.tsx:242)
    in header (created by ForwardRef(Paper))
    in ForwardRef(Paper) (created by WithStyles(ForwardRef(Paper)))
    in WithStyles(ForwardRef(Paper)) (created by ForwardRef(AppBar))
    in ForwardRef(AppBar) (created by WithStyles(ForwardRef(AppBar)))
    in WithStyles(ForwardRef(AppBar)) (at App.tsx:241)
    in ThemeProvider (at App.tsx:240)
    in Router (at App.tsx:239)
    in App (at src/index.tsx:12)
    in ReusableProvider (at src/index.tsx:11)
    in I18nextProvider (at src/index.tsx:10)

setting rpc from url no longer works

we should be able to set the rpcUrl in a link as follows: https://expedition.dev/?rpcUrl=https://www.ethercluster.com/etc

Since adding the chain list feature, this no longer works because we are missing name & network.

If we add name and network to the url params, then we could add the chain to the list, and when we save to localstorage, it will end up always in the list.

Hyperledger Besu RPC API <-> Expedition

Hello !

I am running a Hyperledger Besu node and I would like to use the RPC API offered Besu for Expedition. Sadly I am not able to do this.

Details:
Using my own project: Hyperledger Besu Node
Besu Version: v21.10.2
Expedition Version: Just did built it yesterday via the Dockerfile

Potential Issue

I guess this incomparability/not working is because for example the response from ethercluster.com is a simple one line and the Besu API response is a formatted answer.
img

Or is there any other issue I am missing

Thanks!

BTW: How can I change the Progress Bar and stats colour ? Thanks!

img

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.