-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
645f4d6
commit a1ae4c7
Showing
6 changed files
with
51 additions
and
8 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
...ing-changes/01-02-2023-disable-totals.mdx → ...ing-changes/2023-02-01-breaking-change.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...ng-changes/11-09-2023-migration-guide.mdx → ...ing-changes/2023-09-11-breaking-change.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...ges/04-03-2024-sunset-public-rpc-nodes.md → ...ing-changes/2024-03-04-breaking-change.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...hanges/26-09-2024-planned-deprecations.md → ...ing-changes/2024-09-26-breaking-change.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
docs/01-web3-data-api/evm/breaking-changes/2024-10-07-breaking-change.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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**. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters