Skip to content

Tally API Changes #12

Description

@acemasterjb

Summary

Tally made some changes to their API, which makes it infeasible to receive all organizations based on a disclosed array of DAO/"Organization" names. On-Chain data cannot be attained right now.

Details

If the following query were executed on Tally's Playground:

query{
  organizations(names: ["Arbitrum", "Optimism"]) {
    id
    name
  }
}

The result would essentially be nonsense. There isn't a direct substitute for this query right now... A plan for a replacement needs to be done before the use_tally feature can be used again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions