Giter Club home page Giter Club logo

Comments (8)

shouc avatar shouc commented on August 18, 2024

This is likely because you got rate limited by BSC's RPC. You can swap the RPCs to your own here: https://github.com/fuzzland/ityfuzz/blob/master/proxy/main.py#L62-L74

from ityfuzz.

shouc avatar shouc commented on August 18, 2024

Thanks for reporting, will handle this more elegantly @stanfordreject

from ityfuzz.

stanfordreject avatar stanfordreject commented on August 18, 2024

feel free to use ours:

https://github.com/fuzzland/ityfuzz/blob/master/proxy/main.py#L62-L74

def get_rpc(network):
    if network == "eth":
        return "https://white-dry-replica.quiknode.pro/0864a1bd29d3befccdf5cb38a2ed100f7852ca59/"
    elif network == "bsc":
        # BSC mod to geth make it no longer possible to use debug_storageRangeAt
        # so, we use our own node that supports eth_getStorageAll
        return "https://maximum-prettiest-grass.bsc.quiknode.pro/1ef79ca3b6a4442355923ab9faa10af92c82667b/" # "http://bsc.node1.infra.fuzz.land:4949"
    elif network == "polygon":
        return "https://damp-boldest-haze.matic.quiknode.pro/d41f06b2d3b6f7a01040ec4b9170df996d711549/"
    elif network == "mumbai":
        return "https://rpc-mumbai.maticvigil.com"
    else:
        raise Exception("Unknown network")

from ityfuzz.

rappie avatar rappie commented on August 18, 2024

Thanks! I will do some testing.

from ityfuzz.

rappie avatar rappie commented on August 18, 2024

No more crash, closing issue 👍

from ityfuzz.

rappie avatar rappie commented on August 18, 2024

feel free to use ours:

Did you mean this for testing this particular crash or can I use these in general? (I'll only use them for ItyFuzz)

from ityfuzz.

shouc avatar shouc commented on August 18, 2024

You can use it in general. We have enough quota

from ityfuzz.

rappie avatar rappie commented on August 18, 2024

That is amazing. Thank you very much 🙂

from ityfuzz.

Related Issues (20)

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.