Giter Site home page Giter Site logo

homebase-indexer's People

Contributors

eightrice avatar magentaceiba avatar man-jain avatar namesty avatar thenerdcat avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

homebase-indexer's Issues

Better Token Metadata Fetching

Context

Sometimes, BCD's API won't properly serve token metadata. This causes some DAOs to be lost or not indexed.

Take for example, this FA2 contract: KT18quSVkqhbJS38d5sbRAEkXd5GoNqmAoro

If you take a look at its tokens: https://better-call.dev/mainnet/KT18quSVkqhbJS38d5sbRAEkXd5GoNqmAoro/tokens, it properly shows a token with its metadata. However, if you query for it, through its API: https://api.better-call.dev/v1/contract/mainnet/KT18quSVkqhbJS38d5sbRAEkXd5GoNqmAoro/tokens, it comes back empty.

I discovered in their repo that they have multiple API URIs, and their website probably uses this one: https://white.better-call.dev/v1 which actually works (https://white.better-call.dev/v1/contract/mainnet/KT18quSVkqhbJS38d5sbRAEkXd5GoNqmAoro/tokens).

So I temporarily hotfixed this by querying the regular API first, and if the response is empty, query the second one as backup.

TODOs

  • Research what's the best way to fetch the governance token's metadata. The best case scenario is a general one-case-fits-all solution
  • Look into BCD's APIs and reach out to their team to see why this is happening

DAOs should return an "latestUpdate" key

Each DAOs should have a "latestUpdate" timestamp key in order to know when was the latest updated of given DAO.

  • Update the field each time the DAO is being updated
  • Return the Field in DAO details and DAOs list

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.