{ "result": [ { "_id": "64caad9ff235e4337cabb497", "name": "mainnet-v1.6.3", "chain": "sui", "category": "optional", "description": "The upgrade includes new linter warnings for custom transfer/share/freeze functions, support for selective suppression of linter warnings, changes in unit tests handling, a new TransactionKindIn filter for querying transaction blocks, and linter warnings for object transfers.", "repo_name": "sui", "tag": "mainnet-v1.6.3", "network": "mainnet", "client": "sui", "release_date": 1690959709, "release_notes_url": "https://github.com/MystenLabs/sui/releases/tag/mainnet-v1.6.3", "build_artifacts": [], "createdAt": 1691004319, "updatedAt": 1691004319, "version": "1.6.3", "commit_hash": "abc123", "priority": "High", "prerequisites": ["Previous version installed"], "breaking_changes": false, "breaking_change_summary": "No breaking changes", "upcoming_network_upgrade": "None", "required_for_upcoming_upgrade": false } ], "metadata": { "page": 1, "page_size": 10000, "total_pages": 1 }}
Blockchain Intelligence
Blockchain Intelligence APIs: GET Node Updates
This endpoint allows you to query our node update intelligence for a specific chain, network (mainnet/testnet) and get the latest updates for that specific chain. Find the list of supported chains in the chain parameter below. You will need your API key to send requests. If you have any questions or feedback, please reach out to us at support@scale3labs.com.
To enhance your experience with our ‘GET Node Updates’ endpoint, you can use various query parameters provided by the api-query-params library. These parameters allow for advanced filtering, sorting, and pagination, helping you tailor the response to your specific needs. Below are examples demonstrating how to effectively utilize these features.
Filtering by Chain and Category with Sorting:
Fetch updates for Ethereum mainnet in the, sorted by the release date and priority.
Copy
GET /node-updates?chain=eth&network=mainnet&breaking_changes=true&sort=priority,-release_date
Pagination and Selective Fields::
Retrieve the second page of updates, showing 10 records per page, displaying only name, version, and release date.
Copy
GET /node-updates?page=2&page_size=10&fields=name,version,release_date
Check out the api-query-params documentation for more information on how to use these query parameters.For any questions or feedback regarding the use of query parameters with our API, feel free to reach out to our support team at support@scale3labs.com.The complete list of query parameters supported by the ‘GET Node Updates’ endpoint is provided below.