Graph-Node v0.27.0 has been released! 
A new graph-node version has appeared from the wilderness. This version is NOT yet recommended for the network, as the team is looking to iron out some kinks and bugs before being recommended for usage onto the decentralized protocol.
Here are the main highlights of this new release:
- Store writes are now carried out in parallel to the rest of the subgraph process, improving indexing performance for subgraphs with significant store interaction. Metrics & monitoring was updated for this new pipelined process;
- This adds support for apiVersion 0.0.7, which makes receipts accessible in Ethereum event handlers. Documentation link;
- This introduces some improvements to the subgraph GraphQL API, which now supports filtering on the basis of, and filtering for entities which changed from a certain block;
- Support was added for Arweave indexing. Tendermint was renamed to Cosmos in Graph Node. These integrations are still in âbetaâ;
- Callhandler block filtering for contract calls now works as intended (this was a longstanding bug);
- Gas costing for mappings is still set at a very high default, as we continue to benchmark and refine this metric;
- A new
graphman fix block
command was added to easily refresh a block in the block cache, or clear the cache for a given network; - IPFS file fetching now uses
files/stat
, asobject
was deprecated; - Subgraphs indexing via a Firehose can now take advantage of Firehose-side filtering;
- NEAR subgraphs can now match accounts for receipt filtering via prefixes or suffixes.
Read more about this new Graph Node version here:
Indexer Stack v0.20.0 pre-release is ready for testing 
This release introduces a completely new paradigm for managing allocations using the action queue. The action queue facilitates direct control of allocation actions, batching of actions into a single transaction, oversight of indexer-agent proposed actions, and simple integration of 3rd party decision making tools. Please refer to the action queue guide for an explanation of the new features and how to use them.
A more detailed overview and demo of this new Release has been presented during Indexers Office Hours #70 by Ford. I highly recommend watching that one out!
Read more about this pre-release here:
Actions Queue integrated into the Indexer-Agent v0.20.0 
In the legacy paradigm the indexer-agent was the sole decision maker in the recommended indexer stack. It receives direction from the indexer in the form of indexing rules and uses that direction to take allocation management actions, sending transactions to Ethereum Mainnet to execute them. It uses the indexer management server as the source of indexer specific information (indexing rules, indexing deployments, cost models,âŚ), directly queries the network subgraph on the graph-node for network information, and sends transactions directly to the Mainnet chain.
The action queue decouples action execution from decision-making, provide oversight of decisions to indexers, and provide a more clear delineation of concerns in the software. The indexer management server handles external interactions (data fetching and executing actions) while the indexer agent will be focused on managing the reconciliation loop decision-making process, and ongoing management of allocations. By moving transaction execution and data fetching to the indexer management server, providing the option to turn off the agentâs allocation management, and providing an allocation management interface hosted by the indexer management server we open up the design space for 3rd party decision-making software to replace or supplement the agent.
A demo of the Actions Queue was presented during the last Indexer Office Hours #70. It is highly recommended to be watched, to better understand how everything works, and how big of an improvement this is for the general indexer QoL.
Check out the Actions Queue Demo during Graph Hack:
Read the Actions Queue PR here:
Read read the Actions Queue docs here:
Watch it live, reducing the gas costs of allocations here:
Indexer Allocation Optimization Tool 
The teams from GraphOps, Semiotic and Edge&Node have been working on releasing the Indexer Allocation Optimization Tool, and integrate it with the Indexer-Agent.
Indexers face an optimisation problem in deciding how to allocate their stake to various subgraphs. However, in practice, many indexers donât have the time to properly solve this optimisation problem. As a result, not only do indexers receive sub-optimal indexing rewards, the networkâs security is worsened.
You can read more about the Indexer Allocation Optimization Tool here:
Read the docs here:
https://graphprotocol.github.io/AllocationOpt.jl/dev/
Check out the repository on Github here:
Auto-Agora: A New Way For Query Pricing 
For the entire lifetime of The Graph there have existed queries and query cost models. With the current state of the art, these models were written in an expressive language called Agora. These models are hand-written by the attentive indexer who wishes to charge more for more expensive and computationally complex queries. However, despite how powerful Agora is, it is limited by the ability of an indexer operatorâs understanding of how a specific query to a specific subgraph impacts the operation.
Enter AutoAgora from Semiotic Labs. With AutoAgora, an indexer can glean understanding of query impacts automatically. AutoAgora monitors the existing indexer service for query structure, charges for the particular query (in GRT), and its execution time. It then abstracts the query into a âquery skeletonâ that allows for more general matching of genres of queries. Using this information, AutoAgora then assembles a set of initial cost models that enable an indexer to scale prices for each query according to their reported execution time.
Naturally, any indexer which wishes to compete in the marketplace must respond to changes in market prices. With AutoAgora, cost models are scaled up and down automatically. Using a continuous bandit, AutoAgora samples the market price using total collected query fees as a reward indicator to learn the ideal balance between query price and query volume. This unlocks the capability for an indexer to automatically select the right price to derive the highest revenue, with no intervention!
AutoAgora is still under development as engineers Semiotic Labs continue to work out the kinks in this solution, so it is still considered alpha! However, for those interested in trying AutoAgora, check out the tagged releases in our repositories:
AutoAgora:
https://gitlab.com/semiotic-ai/the-graph/autoagora
AutoAgora Processor:
https://gitlab.com/semiotic-ai/the-graph/autoagora-processor
AutoAgora Indexer Service:
https://gitlab.com/semiotic-ai/the-graph/autoagora-indexer-service
For a deeper dive into how AutoAgora works, check out the workshop from Semiotic Labsâ AutoAgora lead engineer Alexis Asseman:
Check out Semioticâs blog post about AutoAgora:
The Graph Gossip Network 
The Gossip Network is a decentralized peer-to-peer communication tool that GraphOps is developing. The tool allows Indexers to communicate across the network in real-time, report query and indexing analytics, and facilitate rapid sync negotiations.
You can imagine that the Gossip Network provides a standardized way of Indexers reporting any information to anyone who is listening. For example: the query fees that they are generating, when a subgraph that is being indexed experiences an error, which subgraphs they intend to allocate on in the future, how long particular types of queries take to execute, etc.
Whatâs cool about this is the "anyone listeningâ part. You could imagine that Curators âlistening inâ (or more realistically, looking at a website that shows data from the gossip network) could gain valuable insights around how query demand (and therefore query fees) is changing in the network in real-time. They might use this to inform curation decisions. Indexers listening to other Indexers can allocate their resources more efficiently.
Subgraph Developers could gain a better idea of query costs they should expect in the network.
Epoch Block Oracle 
The GIP Introduces an âEpoch Block Oracleâ to specify the currentEpochBlock on other chains, unlocking indexing rewards and network growth.
When indexers are indexing a subgraph, they allocate some of their stake towards that subgraph. This allocation indicates that they are indexing the subgraph, so they should be able to serve queries, and they will be entitled to collect query rewards.
In order to claim indexing rewards for a given epoch, they can close their allocation:
An allocation must be closed with a valid proof of indexing (POI) that meets the standards set by the arbitration charter in order to be eligible for rewards.
A POI for the first block of the current epoch must be submitted when closing an allocation for that allocation to be eligible for indexing rewards
Information about the current Epoch, and the block that should be used for closing allocations, is provided by the EpochManager contract:
/**
* @dev Return block where the current epoch started.
* @return The block number when the current epoch started
*/
function currentEpochBlock() public view override returns (uint256) {
return lastLengthUpdateBlock.add(epochsSinceUpdate().mul(epochLength));
}
Epochs are defined as 6646 blocks on Ethereum mainnet (approximately 24 hours).
If the network is to support indexing rewards for subgraphs indexing networks other than Ethereum mainnet, Indexers need to know which block POI to submit when closing an allocation.
Supporting additional indexing networks is a high priority for The Graph Protocol, given the growth of protocols and applications outside mainnet Ethereum.
You can read more on the Epoch Block Oracle here:
Graph Day 2022 Recap 
Graph Day 2022 took place in June, and it was a full day focused on web3, dapps, protocols and the future of the internet. Weâve heard from leading protocol and dapp developers as they showcased how the web3 community is pioneering brand new forms of human coordination.
Watch the whole livestream here:
The Graph core devs continue to grow! GraphOps was awarded a Core Dev Grant 
The Graph ecosystem continues to expand, with new core developers contributing to the development of the protocol and driving forward the mission of verifiable data in web3. At Graph Day on June 2nd, Eva Beylin, Director of The Graph Foundation, announced
that GraphOps has joined The Graph ecosystem as a core developer. The Graph Foundation awarded a grant to GraphOps for their contributions to The Graph ecosystem in key areas: Protocol Economics & Network Operations, Core Development of a Gossip Client and network, and Indexer Experience.
The GraphOps team brings together a wealth of experience inside and outside of The Graph ecosystem, spanning across protocol design, economics, infrastructure and systems orchestration. They are proven indexing experts, having been active members of the community since the testnet. Their work will expand the quality of service and capacity of The Graph Network and the capabilities of Indexers as the decentralized network scales.
Chris Wessels is joined by Juan Manuel Rodriguez Defango, Ana Maria Calin, Abel Tedros, and Petko Pavlovski. Their years of contribution to The Graph ecosystem gives them the depth of experience and firsthand knowledge of the protocol to provide best-in-class resources and tooling to optimize Indexer experience.
Read more about GraphOps and their mission here:
Substreams: Massively Faster Indexing Performance for Subgraphs 
The Graph ecosystem has grown substantially over the past year, with five Core Developer teams now working full-time to enhance The Graphâs indexing and query capabilities for the world. StreamingFast, the first additional team to join as a Core Dev after Edge & Node, brings both an incredible pool of talent and powerful technology to further the protocol. One of the most exciting innovations is coming to fruition soon: substreams.
StreamingFast (formerly dfuse) was founded in 2018, providing high performance, cross-chain centralized indexing services. Interactions with the Edge & Node team convinced StreamingFast that decentralization is the most effective and scalable way to build for the future. Subsequently, StreamingFast accepted a grant from The Graph Foundation and, in June 2021, joined as a Graph Core Developer team to work full-time on The Graph ecosystem. This decentralized version of M&A was the first of its kind (but not the last).
In joining as a Graph Core Developer team, StreamingFast brought Firehose, a high-performance method of ingesting data from blockchains and started integrating it into to The Graph. At that time, an extremely complex subgraph could take weeks to sync, creating friction for developers building on The Graph. StreamingFast created a prototype called Sparkle, which helped decrease sync time on that subgraph from weeks to around six hours. Now, StreamingFast has evolved Sparkleâs capabilities and created substreams that can scale across all subgraphs on all chains.
Read more about Substreams here:
https://substreams.streamingfast.io/developer-guide/running-substreams
ShellProofs - a revolutionary Zero-Knowledge Proof for verifiable indexing and queries 
Our vision for web3 is to build efficient institutions on a solid foundation of incentives and verifiable information. So we turn to snarks as a way to provide verifiability. What are snarks â to put it succinctly â a snark is a general-purpose tool for producing proofs of correct computation.
What does that mean â without snarks, you can ask questions like â given the latest data anchored on blockchain by the national centers for environmental prediction, what country will likely have the least rainfall next year, and you you get the response Egypt. Trust me.
But in the context of a global society, trust me is increasingly unsatisfying. With snarks we can replace trust with mathematics. The response can be â it is Egypt, and here is a mathematical proof that my answer is truthful.
Snarks are a wonder-kind technology. So why donât we see ubiquitous use of snarks delivering on their promises? And the answer is that all snarks today both theoretical and in production have significant shortcomings. What those shortcomings are weâll get into in a moment, but suffice it to say that these shortcomings are what prevented us from using any existing snark as our foundation for web3. Taking the long view, we decided to do something about it, and today we are thrilled to unveil an experimental snark that could forever change how snarks are built. We call it shellproofs.
This work is the culmination of three years of research and development that started with Jackson Blazensky, and has grown to become a collaboration between Edge&Node, Semiotic and the Graph Foundation.
Proof systems today fall into one of two camps, and the first camp are systems that rely on something called a trusted setup:
Groth16 and Plonks are snarks that are in this camp. This trusted setup infers that you canât easily check the math, instead you have to rely on the integrity of a ceremony performed by a committee. And if you happen to be a committee member who aided in the trusted setup well, congratulations, because you can trust the snark. But for the rest of us, thereâs no way to audit the process after the fact. Maybe we can get in on the next round, and we just arenât comfortable with these trust requirements. So we rejected this entire category and focused exclusively on transparent proofs.
Transparent proofs like bulletproofs and starks carry no trust baggage. Transparent proofs are built upon open and auditable mathematics, but unfortunately by taking this route we are left with some less than ideal options. If you choose something like bulletproof you get long verifier times, and if you choose something like starks, then you get very large proof sizes. And the problem is that blockchain is a resource-constrained environment. Slow verifiers and large proof sizes have a measurable impact on the cost of using these systems.
So it seemed that weâre left with the difficult choice of either compromising our values by going back to an option in the trusted setup camp, or by choosing one of these and taking an enormous hit to efficiency for our on-chain verifier. What would be great is if we had a snark that was transparent AND efficient to verify on chain.
And thatâs what shellproofs is. If the security proof wraps up as expected then we will have a best in-class prover and verifier and a world record proof size among transparent snarks.
Watch the recording of the presentation here:
The Graphâs Hosted Service Integrates First Cosmos Chain: Cosmos Hub 
The Graph ecosystem continues to welcome web3 developers building applications across a spectrum of blockchains. As announced at Graph Day 2022, The Graphâs hosted service has completed a beta integration of its 35th chain and third non-EVM network: Cosmos Hub. This implementation, led by core dev Figment, marks The Graphâs expansion into the Cosmos ecosystem and paves the way for many more to come. In fact, beta support for the Osmosis zone in the Cosmos ecosystem is already underway as well!
The Cosmos Hub beta integration started in 2021 and now enables The Graphâs hosted service to index Cosmos Hub data. Thanks to speedy access to data recorded on the Cosmos Hub blockchain, itâs never been easier to build applications on Cosmos Hub. This integration is the latest milestone in creating a multi-chain future by facilitating interoperability between The Graph and the Cosmos ecosystem, empowering dapp developers building on Cosmos Hub to query on-chain data using subgraphs.
Read more about the Cosmos Hub integration here:
https://www.figment.io/resources/the-graph-cosmos-hub-integration
The Road to Sunsetting the Hosted Service 
After nearly 4 years of supporting subgraphs for web3 dapps, the hosted service will be sunsetting in Q1 2023 with dapps migrating to the decentralized network. The hosted service was critical to The Graphâs decentralization journey, achieving product-market-fit and testing subgraph features with developers. Sunsetting the service is the greatest milestone since The Graph Network launched, and will enable all web3 applications to retrieve blockchain data in a truly decentralized way.
Moving to a fully decentralized network that supports querying across chains is the web3 future that The Graph has been building towards. At Graph Day, Yaniv Tal, CEO at Edge & Node announced plans to sunset the Hosted Service. The Graph Foundation has outlined a plan and three-phase schedule to sunset the Hosted Service, taking another massive step into the decentralized network.
The numerous builders in The Graph ecosystem, including five core dev teams, Indexers and many more individual contributors, have been collaborating to make web3 data as accessible as possible without centralized points of failure. Today The Graph Network supports subgraphs on Ethereum mainnet and will be supporting additional EVM and non-EVM chains on the network over the next several months.
Sunsetting of the Hosted Service
Phase 1: Cease new subgraph deployments to the Hosted Service Q3 2022
During this phase, developers will still be able to upgrade existing subgraphs on the Hosted Service but all new subgraphs will need to be deployed via Subgraph Studio to the The Graph Network.
Phase 2: Stop all upgrades from Hosted Service accounts Q4 2022
In this phase, all upgrades to subgraphs must be made through Subgraph Studio and subsequently published to the decentralized network. At this point the hosted service will only support subgraphs in their current form.
Phase 3: Fully phase out Hosted Service Subgraphs End of Q1 2023
At the end of Q1 2023, subgraphs will no longer be supported for any chain that is integrated with the decentralized network. Engineers across core developer teams and The Graph Foundation will support the phasing out of the Hosted Service APIs to make the transition as seamless as possible.
Read more about the sunsetting of the Hosted Service here:
For any questions, make sure you join our Graph Protocol Discord Server and ask your questions there! Our community is more than glad to help you migrate your subgraphs over, or answer any kind of questions you might have!
Introducing Geo - a web3 browser built on Graph Protocol for creating, publishing and voting on graph pages 
Geo is a decentralized web browser built on the @graphprotocol with an on chain reputation system for voting on proposals. This is game changing for public goods and public policy.
Geo is stored on IPFS, anchored Polygon & indexed by Graph Protocol to solve the worldâs problems in a decentralized way. Geo is indexed by a subgraph on the @graphprotocolâs decentralized networkâwhich also powers the display of data from live queries from other subgraphs on the network.
Users can feed subgraph data into Geo pages, paying GRT query fees in the process. IPFS is used to store the content itself and thus resolves the content/proposals/votes connections without posting an overly large amount of information in the smart contract transactions.
Proposals and votes are posted in bulk actions, almost like filling up a shopping cart on Polygon.
Join the Beta Waitlist here:
The Graph Foundation Awards Messari $12.5mm in First-Ever Core Subgraph Developer Grant to Build and Standardize Subgraphs 
The Graph Foundation has awarded Messari a $12.5mm* grant to become the first Core Subgraph Developer. The Graph Network is a decentralized indexing protocol for organizing blockchain data. Applications use GraphQL to query open APIs from subgraphs, to retrieve data indexed on the network.
With this grant, Messari will contribute its developer talent and domain expertise to develop and maintain high-quality, accurate, complex, and standardized protocol subgraphs. All subgraphs will be open source and available for the broader community. Each subgraph will be migrated to the decentralized network. Moreover, Messari will lead subgraph working groups, provide feedback to help inform core protocol efforts, share subgraph best practices, and help create community-wide standards for any protocol type (DEX, Lending, Yield Aggregator, Staking etc.).
Read more about the first ever Core Subgraph Dev Grant here:
The Graphâs Hosted Service has completed a beta integration with Arweave 
This integration is a step forward for organizing all of web3âs storage dataâ& making it permanently searchable & accessible.
Now developers can query tx IDs with better support for file fetching coming soon!
Learn how to deploy an Arweave subgraph here:
The Graphâs Hosted Service has completed a beta integration with Harmony Protocol 
Developers at Harmony can build and deploy their subgraphs. These subgraphs can be composed into a global graph of all the worldâs public information, making data easily accessible.
Learn how to deploy subgraphs here:
The Graph SubgraphDAO was announced 
The Graph SubgraphDAO was announced! Itâs a a community body dedicated to supporting & sustaining subgraphs to index all of the worldâs data.
The mission of SubgraphDAO is to support, fund & empower developers actively using subgraphs or in need of new subgraphs. SubgraphDAO will scale efforts in The Graph ecosystem & enable the community to support subgraph development, education & grants in a decentralized way.
SubgraphDAO will focus on stewarding:
Gathering & defining subgraph requirements
Subgraph grants & support
Standards working groups & education
Curation bootstrapping
The DAO aims to be the community-driven, one-stop-shop for all things subgraphs!
SubgraphDAO will help anyone go from 0 to subgraph developer. The DAO will educate new subgraph devs, set standards, award grants & match subgraph devs with teams. The DAO will also support subgraph maintenance until a protocol DAO is ready to take it over long-term.
Similar to The Graph AdvocatesDAO, SubgraphDAO is applying for a grant from The Graph Council to fund subgraph education, grants & DAO activities. Over the next few weeks, the DAO will bootstrap operations & launch a Charter with support from the community & the Foundation.
Welcome subgraph enthusiasts, GraphQL wizards & open data believers! Letâs bring subgraphs to the masses Join the conversation about SubgraphDAO, its mission and learn how to get involved in the DAOâs discord: