आपके USDC पर कल की दर के बराबर ब्याज मिल रहा है।Quicknode कमाई करने पर यह स्वचालित रूप से आज के सर्वश्रेष्ठ मॉर्फो वॉल्ट में चला जाता है। 7 चेन पर लाइव।
अपनी रणनीति बनाएंVersioned Transactions on Solana Mainnet
Solana Mainnet is enabling Versioned Transactions — here's what you need to know.

October 8, 2022 — 2 min read

Here's everything you need to know to prepare for the upcoming Solana Mainnet feature activation and how to avoid errors once it occurs.
The Solana Foundation estimates that on Monday, October 10, 2022, at the beginning of epoch 358, a feature activation will occur, enabling Versioned Transactions — "the new transaction format that allows for additional functionality in the Solana runtime, including Address Lookup Tables."
This activation can potentially raise exceptions in your code and affect production.
The following methods are affected by this change:
getTransaction
गेटब्लॉक
To avoid potential issues, you'll need to adapt your code to add a new parameter, otherwise, it might return an error when running some methods. If there's no change, you will get errors when requesting blocks that have those new versioned transactions
The request would need to have the following additional parameter:maxSupportedTransactionVersion: 0
For example:
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlock",
"params": [
94101948,
{
"encoding": "json",
"maxSupportedTransactionVersion": 0,
"transactionDetails": "full",
"rewards": false
}
]
}In case this new parameter is not explicitly added in the request, maxSupportedTransactionVersion will default to legacy, so any block containing a versioned transaction of version 0 or higher will be answered with an error by the client.
Our documentation for these methods has been updated to reflect the new requirements with examples of multiple languages and libraries:
We also recommend requesting गेटब्लॉक with jsonParsed encoding, which would translate the looked-up addresses for versioned transactions into the addresses we are used to seeing right now in the pre/postBalances fields.
For more details on how to prepare and integrate these changes into your code, we recommend checking the following resources:
2017 में स्थापित, Quicknode यह डेवलपर्स और उद्यमों के लिए संस्थागत स्तर का ब्लॉकचेन इंफ्रास्ट्रक्चर तैनात करता है। 99.99% अपटाइम और 80 से अधिक चेन के समर्थन के साथ, टीमें बिना किसी समझौते के ऑनचेन एप्लिकेशन बनाती और स्केल करती हैं।
नवीनतम इंजीनियरिंग संबंधी जानकारियां, उत्पाद अपडेट और वेब3 समाचार सीधे आपके इनबॉक्स में पहुंचाए जाएंगे।
एसओसी 2 टाइप II प्रमाणित · आईएसओ 27001