Skip to content

Commit

Permalink
fix: re-ordering breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bharathbabu-moralis committed Oct 7, 2024
1 parent 645f4d6 commit a1ae4c7
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
sidebar_position: 2
title: "February 1st 2023: Disable Totals"
sidebar_label: "2023/02/01"
slug: "/web3-data-api/breaking-changes/disable-totals"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
sidebar_position: 3
title: "September 11th 2023: Migration Guide"
sidebar_label: "2023/09/11"
slug: "/web3-data-api/breaking-changes/migration-guide"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
sidebar_position: 2
title: "March 4 2024: JS SDK v1: Sunsetting Public RPC URLs"
sidebar_label: "2024/03/04"
slug: "/web3-data-api/breaking-changes/sunset-public-rpc-nodes"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
sidebar_position: 1
title: "September 26 2024: Upcoming Changes - Endpoint and Network Deprecations"
sidebar_label: "2024/09/26"
slug: /web3-data-api/breaking-changes/planned-deprecations
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: "October 7 2024: Upcoming Changes - Endpoint Deprecations"
sidebar_label: "2024/10/07"
slug: /web3-data-api/breaking-changes/endpoint-deprecations
---

## Endpoints Deprecating (60 Days Notice)

The following changes will take effect in **60 days**, on **6th December 2024**:

### Log APIs

The following endpoints will be removed from all chains:

- [`/{address}/logs`](/web3-data-api/evm/reference/get-contract-logs)
- [`/{address}/events`](/web3-data-api/evm/reference/get-contract-events)

**Recommendation:** We recommend retrieving logs via our RPC nodes instead. You can learn more about this in [our documentation here](/rpc-nodes/reference/eth_getLogs).

### Gnosis NFT APIs

We will be removing all NFT APIs on Gnosis Mainnet and Gnosis Testnet due to ongoing network spam issues.

**Impacted endpoints:**

- `/nft/getMultipleNFTs`
- `/block/{block_number_or_hash}/nft/transfers`
- `/nft/{address}`
- `/nft/{address}/transfers`
- `/nft/{address}/owners`
- `/nft/{address}/metadata`
- `/nft/{address}/sync`
- `/nft/{address}/{token_id}/metadata/resync`
- `/nft/{address}/{token_id}`
- `/nft/{address}/{token_id}/owners`
- `/nft/{address}/{token_id}/transfers`
- `/nft/transfers`
- `/nft/{address}/traits`
- `/nft/{address}/traits/paginate`
- `/nft/{address}/traits/resync`
- `/nft/{address}/{token_id}/stats`
- `/nft/{address}/stats`

**Recommendation:** Explore alternative NFT data solutions at [Gnosis Tools](https://docs.gnosischain.com/tools/).

Customers have a **60-day notice period** for these changes. Additional notifications will be sent as we approach the deprecation date on **6th December 2024**.
9 changes: 5 additions & 4 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,11 @@ const sidebars = {
slug: "web3-data-api/evm/breaking-changes",
},
items: [
{
type: "autogenerated",
dirName: "01-web3-data-api/evm/breaking-changes", // Adjust the path according to your directory structure
},
"web3-data-api/evm/breaking-changes/2024-10-07-breaking-change",
"web3-data-api/evm/breaking-changes/2024-09-26-breaking-change",
"web3-data-api/evm/breaking-changes/2024-03-04-breaking-change",
"web3-data-api/evm/breaking-changes/2023-09-11-breaking-change",
"web3-data-api/evm/breaking-changes/2023-02-01-breaking-change",
],
},
],
Expand Down

0 comments on commit a1ae4c7

Please sign in to comment.