openchainxyz / ethereum-transaction-viewer-frontend

Frontend for https://tx.eth.samczsun.com/
391 stars 67 forks source link

Adding support for Moonbeam and Moonriver. #14

Closed x676f64 closed 1 year ago

samczsun commented 2 years ago

unfortunately it's not as simple as adding it into the chain config file - i need an actual archive node with tracer support otherwise none of the important info will load

x676f64 commented 2 years ago

unfortunately it's not as simple as adding it into the chain config file - i need an actual archive node with tracer support otherwise none of the important info will load

Ah gotcha, let me see what I can do.

ymonye commented 2 years ago

unfortunately it's not as simple as adding it into the chain config file - i need an actual archive node with tracer support otherwise none of the important info will load

Hey Samczsun, I read in Discord you need an RPC endpoint for an archive node with tracing. Do you still need this? If so, for how long?

x676f64 commented 2 years ago

unfortunately it's not as simple as adding it into the chain config file - i need an actual archive node with tracer support otherwise none of the important info will load

Hey Samczsun, I read in Discord you need an RPC endpoint for an archive node with tracing. Do you still need this? If so, for how long?

I assume it would be on-going. Moonbeam could also choose to self-deploy the front-end if they wanted to maintain everything.

samczsun commented 2 years ago

Yeah, it would be ongoing for however long this project stays running, which will hopefully be a few months at least!

samczsun commented 1 year ago

going to close this for now, we can revisit in the future if need be