Code Monkey home page Code Monkey logo

Comments (2)

tomteman avatar tomteman commented on July 4, 2024

I think this info should appear on the dedicated bundler page (https://www.erc4337.io/bundlers), where we show the test results.

For an automatic display of known EL issues (much preferable to manually maintaining it), I would add a relevant label to those issues (like you suggested), and run a query from the client to fetch all the relevant issues for each bundler repo (https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#list-repository-issues). The challenge here is that such a query requires a GitHub session token, which means we'll need to require users to log in with their GitHub account (which isn't that bad, since only devs will care about that info). I want to avoid running a backend if we can (and also a db, since we'll need to cache results instead of querying with our own credentials every time someone hits "refresh" on the page, which can get us throttled).

We could also show another reference table like you suggested, with bundlers as columns and ELs as rows, and show the compatibility (number of known bundler issues for each intersection).

Perhaps we should also consider that issues can be created the other way around - for the EL projects themselves

from landing-page.

randomishwalk avatar randomishwalk commented on July 4, 2024

I think this info should appear on the dedicated bundler page (https://www.erc4337.io/bundlers), where we show the test results.

That's a much better idea, thanks! Hadn't noticed that page but agree that's a more natural place to put this information.

Perhaps we should also consider that issues can be created the other way around - for the EL projects themselves

This is an interesting idea. And would also I guess be subject to the maintenance issue, which for this purpose would be non-negligible.

from landing-page.

Related Issues (3)

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.