Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future of Pagoda Services blog post #2211

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions blog/2024-08-13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
---
title: Future of Pagoda Services
authors: [ewiner]
slug: 2024-08-13-pagoda-services
tags: [updates]
hide_table_of_contents: false
---

As the NEAR ecosystem continues to decentralize, Pagoda will cease operations within the next six months and decentralize its functions into NEAR ecosystem teams and committees. This document describes the transition plan for each of the services, activities, and tools that Pagoda develops or operates.

<!-- truncate -->

### Critical NEAR Services

The critical services below will continue to be operated and maintained by Pagoda until they are smoothly transitioned to new operators in the NEAR ecosystem during the second half of 2024:

- [near.org RPC](https://docs.near.org/api/rpc/providers)
- [NEAR Lake](https://docs.near.org/concepts/advanced/near-lake-framework)
- [BigQuery Public Dataset](https://docs.near.org/build/data-infrastructure/big-query)
- [Node Snapshots](https://near-nodes.io/intro/node-data-snapshots)
- [State Sync](https://near-nodes.io/rpc/state-sync)
- Undocumented but critical services:
- KitWallet Indexer API
- near-cli Testnet Faucet

Each transition will be independently planned and communicated on its own timeline and this page will be updated accordingly.

The NEAR [Infrastructure Committee](https://dev.near.org/infrastructure-committee.near/widget/near-prpsls-bos.components.pages.app?page=about) will manage this transition process by soliciting proposals from the community for continued operation of these services, then will select, fund, and oversee the new operator.

#### A Note About near.org RPC

The Infrastructure Committee feels that Pagoda's fully-subsidized near.org RPC service is getting in the way of decentralization efforts and is preventing high-quality commercial RPC offerings from gaining traction. If a NEAR core team continues to support a free-to-use near.org RPC service, it will be required to gradually lower its rate limits over the coming months to prevent abuse. More details on this plan will be communicated by the end of September 2024. In light of this proposed change, **high-traffic near.org RPC users should start making plans to switch to other RPC providers**.

### Chain Abstraction Services

[Chain Signatures](https://docs.near.org/concepts/abstraction/chain-signatures), [Multichain Gas Relayer](https://docs.near.org/build/chain-abstraction/multichain-gas-relayer/overview), and [FastAuth](https://docs.near.org/build/chain-abstraction/fastauth-sdk) will continue to be developed by Pagoda, then will be taken over by the new Chain Abstraction / Multichain spinout from Pagoda and Proximity. More information will be shared in September or October 2024.

### Pagoda Operations & Ecosystem Services

Pagoda’s ecosystem services will transition as follows:

- [Infrastructure Committee](https://dev.near.org/infrastructure-committee.near/widget/near-prpsls-bos.components.pages.app?page=about) administration, the recently rebooted Security Assessment Program, and management of the [near.org](http://near.org) website will move under the purview of NEAR Foundation.
- [Bug bounty](https://hackenproof.com/company/near/programs) triage will be transitioned to the protocol team at NEAR One.
- The [NEAR Helpdesk](https://help.near.org/) will be turned into self-service documentation.
- Pagoda's informal technical / smart contract advisory services for other ecosystem companies will wind down over the next few months.

### Open-Source Libraries

These open-source libraries and tools will be developed by Pagoda until they reach a logical completion or stopping point:

- [Pagoda Metatransaction Relayer](https://github.com/near/pagoda-relayer-rs)
- [Chain Hosted UI](https://github.com/near/chain-hosted-ui)
- [Modularization and Refactor](https://t.me/neardev/53280) of near-api-js

Once active development by Pagoda has ceased, it doesn't mean these tools have to languish. We encourage the NEAR community to continue this work. If you need funding to do so, you can submit proposals to [DevHub](https://dev.near.org/devhub.near/widget/app) or the [Infrastructure Committee](https://dev.near.org/infrastructure-committee.near/widget/near-prpsls-bos.components.pages.app?page=about).

### Deprecated Services

Between now and February 2025, Pagoda's development work will slow down or stop on the following products and services:

- [QueryAPI](https://docs.near.org/build/data-infrastructure/query-api/intro)
- [Enhanced API](https://docs.near.org/pagoda/rpc/api)
- [Alerts & Triggers](https://docs.near.org/pagoda/alerts/intro)

These are open-source services and we encourage the community to continue with their development and operation. If we can't identify new operators quickly, we will encourage remaining users of these services to switch to alternative solutions, then communicate a timeline for these services to be turned off.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ const config = {
themeConfig: {
image: 'docs/assets/welcome-pages/protocol.png',
announcementBar: {
id: 'id-0005',
id: 'id-0006',
content:
'New blog post: <a href="/blog/2024-07-11-near-org-outage">An update on the near.org / RPC outage on July 11, 2024</a>',
'New blog post: <a href="/blog/2024-08-13-pagoda-services">Future of Pagoda Services</a>',
backgroundColor: '#fafbfc',
textColor: '#333',
isCloseable: true,
Expand Down
Loading