Giter VIP home page Giter VIP logo

Comments (14)

itzmeanjan avatar itzmeanjan commented on August 28, 2024

Looks like this is an issue of pub0sub dependency, not behaving as it should be.

from harmony.

itzmeanjan avatar itzmeanjan commented on August 28, 2024

Probably you can try with https://github.com/itzmeanjan/harmony/releases/tag/v0.9.2, which uses Redis.

from harmony.

mgpai22 avatar mgpai22 commented on August 28, 2024

It nearly worked! I now get a block fetching error. Could this be due to the node itself?
fetch error

from harmony.

mgpai22 avatar mgpai22 commented on August 28, 2024

It does not appear to be a node problem unless there is a flag I am not running geth with.

from harmony.

itzmeanjan avatar itzmeanjan commented on August 28, 2024

Though as far as I understand it looks like Ethereum Node's RPC related issue.

from harmony.

itzmeanjan avatar itzmeanjan commented on August 28, 2024

This happens here

block, err := client.BlockByNumber(ctx, number)
if err != nil {
log.Printf("❗️ Failed to fetch block : %d\n", number)
return false
}
, I wonder is the blockchain mining blocks ?

from harmony.

mgpai22 avatar mgpai22 commented on August 28, 2024

Depends on how mining is defined. I am running harmony on goerli testnet.

from harmony.

mgpai22 avatar mgpai22 commented on August 28, 2024

Used the most recent version with Ropsten (POW testnet) and it worked flawlessly!

Is it possible to modify harmony so it can be used with other EVM clones such as BSC?

Thanks!

from harmony.

itzmeanjan avatar itzmeanjan commented on August 28, 2024

I myself used harmony with Polygon PoS chain. As long as BSC nodes implement the txpool RPC methods which harmony uses, it should work.

from harmony.

mgpai22 avatar mgpai22 commented on August 28, 2024

Interesting. It is weird that this did not work with the goerli geth node.

from harmony.

itzmeanjan avatar itzmeanjan commented on August 28, 2024

To be more specific https://geth.ethereum.org/docs/rpc/ns-txpool is what exactly is required by harmony.

from harmony.

Heinux avatar Heinux commented on August 28, 2024

I think you should update go eth to v1.10.17

from harmony.

itzmeanjan avatar itzmeanjan commented on August 28, 2024

I think you should update go eth to v1.10.17

You're correct. Similar issue was present in ette, which was detected & fixed itzmeanjan/ette#69

from harmony.

itzmeanjan avatar itzmeanjan commented on August 28, 2024

If one has time, feel free to send PR or I'll raise one sometime this week.

from harmony.

Related Issues (5)

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.