Liquid Stake with compassSOL for an 7.19% APY from staking, MEV + fees

Enjoy the freedom of liquid staking in Solana Defi while delegating your stake to the high performance Solana Compass validator. Stake or unstake at any time here, or with a Jupiter swap.

Benefit from our high staking returns and over 2 years experience operating a Solana validator, and receive additional yield from priority fees + MEV tips

Earn 6.6% APY staking with Solana Compass

Help decentralize and secure the Solana network delegating your stake to us and earn an impressive 6.6% APY yield on your SOL, while supporting us to create new guides and tools. Learn more

Stake your SOL

  1. Click to connect your wallet
  2. Enter the amount you wish to stake
  3. Kick back and enjoy your returns
  4. Unstake from your wallet or our staking dashboard

Earn 6.6% APY staking with Solana Compass

Help decentralize and secure the Solana network delegating your stake to us and earn an impressive 6.6% APY yield on your SOL, while supporting us to create new guides and tools.

Learn more

Solana Changelog Sep 11- Professional Education, Deprecated RPC Methods, Reduced Default CU per Inst

By Changelog

Published on 2024-09-12

Dive into Solana's latest developments: professional education resources, RPC 2.0 migration, and compute unit optimization for improved network efficiency.

The notes below are AI generated and may not be 100% accurate. Watch the video to be sure!

Solana Pushes Forward with Professional Education and Network Optimization

In the ever-evolving landscape of blockchain technology, Solana continues to make strides in both education and network efficiency. The latest Solana Changelog, featuring Nick from the Solana Foundation DevRel team and Mike, brings to light several exciting developments that are set to enhance the Solana ecosystem.

Professional Education: Empowering the Next Generation of Solana Developers

Solana has taken a significant leap in blockchain education with the introduction of a comprehensive professional education repository. This initiative is designed to equip organizations and individuals with the tools necessary to train others on Solana's technology.

"This is something that we're really starting to push out to existing organizations," Mike explained. "Anyone who wants to be able to train other people on Solana, we have not just the content, but the instructor notes, the example code, the guides to run events, anything that any external organization could need to train people on Solana and just hit the ground running and go."

The repository, available on GitHub, offers a range of educational resources tailored for different time commitments:

  • One-hour introductory sessions
  • One-day intensive workshops
  • A full four-day training course (which can be adapted into a 12-week program)

This versatile approach ensures that learners at various levels of expertise can find suitable content to enhance their Solana development skills. The initiative demonstrates Solana's commitment to growing its developer community and fostering innovation within its ecosystem.

Updating Educational Content: Keeping Pace with Rapid Changes

Recognizing the rapid pace of change in the cryptocurrency and blockchain space, Solana has also undertaken a significant effort to update its existing educational content. All the material previously hosted on Solana.com has been redirected and is undergoing a comprehensive review and update process.

"A couple of the older courses we've noticed were a little bit out of date," Nick pointed out. "They were made a couple of years ago. Anchor updates, Solana updates, a lot of things changing crypto in a small amount of time."

To address this, Solana has engaged a talented group from Super Team to revise and modernize the course content. This team, including notable contributors like Cythecota, Manuel, Sam, Woor, and Jimmy, is working diligently to ensure that all example code works with the current versions of Solana tools and popular frameworks like React.

This update process is crucial for maintaining the relevance and accuracy of Solana's educational resources. It ensures that developers learning Solana are working with the most up-to-date information and best practices, which is essential in the fast-paced world of blockchain development.

Stack Exchange: A Thriving Community Resource

The Solana Stack Exchange continues to be a vibrant hub of knowledge-sharing and problem-solving within the community. The changelog highlighted the top contributors for the week, with Jimmy taking the lead.

"Jimmy was actually top on the Stack Exchange leaderboard this week," Nick mentioned, emphasizing the importance of community-driven support.

Other notable contributors included Nara Vane, Mohammed Saeed, FE2, and John C. Fan. The active participation on Stack Exchange demonstrates the strong sense of community within the Solana ecosystem, where developers are eager to help each other overcome challenges and share insights.

RPC 2.0: A Major Upgrade Requiring Developer Attention

One of the most significant updates discussed in the changelog is the impending release of Solana RPC version 2.0, specifically Agave RPC version 2.0. This update brings with it a number of changes that developers need to be aware of and prepare for.

"All the deprecated RPC methods and things are going to be moved to need to make sure you're going through and updating your code if you're using anything that's marked deprecated," Nick warned.

Mike elaborated on some of the specific changes:

  • getConfirmedBlocks is now getBlocks
  • getConfirmedTransaction is now getSignatureStatus

These changes are part of a broader effort to improve the naming conventions and functionality of the RPC methods. While the updates are generally seen as positive and more intuitive, they do require developers to update their existing code to ensure compatibility.

"A lot of these have been marked deprecated for a while, but now it's actually happening," Mike emphasized. "Now is the time to go through and replace all those calls. It's a pretty easy change. You just need to do it."

To assist developers in this transition, some RPC providers are proactively reaching out to customers who are heavily using the soon-to-be-deprecated calls. This proactive approach helps ensure a smoother transition for the entire ecosystem.

Compute Unit Optimization: SIMD-172 Proposal

Perhaps the most impactful development discussed in the changelog is the SIMD-172 proposal, aimed at reducing the default compute unit (CU) per instruction. This proposal has significant implications for network efficiency and validator economics.

Currently, transactions that do not specify a custom compute budget default to 200,000 compute units per instruction. This often results in wasted compute resources and less optimized blocks. The SIMD-172 proposal introduces a tiered system to address this inefficiency.

Nick explained the proposed changes:

  1. Initially, the default will be reduced from 200,000 CUs to 20,000 CUs.
  2. After a period of time, the default will be completely removed, setting it to zero.

"Once this is fully live, every single developer will need to manually put in a compute budget instruction to set the specific compute unit usage within their transaction," Nick clarified.

This change is expected to lead to more densely packed blocks, which has several positive implications:

  1. Improved network efficiency
  2. Better utilization of Solana's computational resources
  3. Increased revenue for validator operators

Mike praised the approach: "They've done it in a really responsible way as well. I think reducing it from an insanely high number to a reasonable number that handles most simple transactions. And then if you want something, if you want a little bit more complex transaction, you need to set a compute unit budget now. That's a very nice way of rolling in a significant change like this."

The gradual implementation of this change allows developers time to adjust their code and ensures that simpler transactions will still function without modification during the transition period.

Impact on the Validator Community

The compute unit optimization proposal has particularly positive implications for the Solana validator community. By enabling more densely packed blocks, validators stand to benefit from increased revenue.

"If you think of the latter as a main net and dev net and test net as big global computers, every byte counts. It's a resource constrained system. And the result of more densely packed blocks is that people running validators get more revenue, which is great," Mike explained.

This change aligns with Solana's ongoing efforts to create a sustainable and rewarding ecosystem for all participants, including the crucial validator operators who maintain the network's integrity and performance.

Community Engagement in Solana Improvement Proposals

The Solana team encourages active participation from the community in discussing and refining improvement proposals. Developers and stakeholders can access these proposals at solana.com/simd, which redirects to the appropriate GitHub repository.

"If you have any thoughts on this particular SIMD or any SIMD, feel free to jump on the GitHub," Nick urged. "And have the conversation. We've already got Caveman Loveboy out here posting some sort of points that he would like to bring up."

This open approach to development ensures that the Solana ecosystem evolves in a way that best serves its community and maintains its position as a leading blockchain platform.

Conclusion: Solana's Continuing Evolution

The latest Solana Changelog highlights the platform's commitment to education, efficiency, and community engagement. From the comprehensive professional education resources to the significant updates in RPC methods and compute unit optimization, Solana is taking substantial steps to enhance its ecosystem.

These developments underscore Solana's dedication to maintaining its position as a high-performance blockchain platform while also fostering a knowledgeable and engaged developer community. As the platform continues to evolve, it's clear that Solana is not just focusing on technical improvements but also on empowering its users and developers with the knowledge and tools they need to succeed.

The upcoming Breakpoint conference is expected to bring even more exciting announcements and developments for the Solana ecosystem. As Nick and Mike concluded, "That's going to wrap it up for this episode of the Change Log. And we'll catch you at breakpoint. See you there."

For developers, validators, and Solana enthusiasts, these changes signal an exciting time of growth and optimization. By staying informed and engaged with these developments, the Solana community can continue to drive innovation and adoption in the blockchain space.

Facts + Figures

  • Solana has launched a comprehensive professional education repository on GitHub, offering resources for one-hour, one-day, and four-day training courses.
  • The Solana Foundation is updating all educational content previously hosted on Solana.com to ensure compatibility with current versions of tools and frameworks.
  • Jimmy topped the Solana Stack Exchange leaderboard for the week, followed by contributors like Nara Vane, Mohammed Saeed, FE2, and John C. Fan.
  • Solana RPC version 2.0 (Agave RPC 2.0) is being released, deprecating several RPC methods that developers need to update in their code.
  • The SIMD-172 proposal aims to reduce the default compute unit per instruction from 200,000 to 20,000, with plans to eventually remove the default entirely.
  • The compute unit optimization is expected to lead to more densely packed blocks and increased revenue for Solana validators.
  • All Solana Improvement Documents (SIMDs) are accessible at solana.com/simd, redirecting to the GitHub repository for community discussion.
  • The Solana team is encouraging active community participation in discussing and refining improvement proposals.
  • The professional education initiative includes instructor notes, example code, and guides to run events for organizations wanting to train others on Solana.
  • Some RPC providers are proactively notifying customers who are heavily using soon-to-be-deprecated RPC calls.

Questions Answered

What is Solana's new professional education initiative?

Solana has launched a comprehensive professional education repository on GitHub. This initiative provides resources for organizations and individuals to train others on Solana technology, including content, instructor notes, example code, and guides for running events. The repository offers materials for one-hour introductory sessions, one-day intensive workshops, and a full four-day training course that can be adapted into a 12-week program.

How is Solana updating its existing educational content?

Solana is undertaking a significant effort to update all its existing educational content. A team from Super Team, including contributors like Cythecota, Manuel, Sam, Woor, and Jimmy, is revising and modernizing course materials. This update ensures that all example code works with current versions of Solana tools and popular frameworks like React, keeping the content relevant in the fast-paced world of blockchain development.

What changes are coming with Solana RPC version 2.0?

Solana RPC version 2.0, specifically Agave RPC 2.0, is introducing several changes that developers need to be aware of. Many deprecated RPC methods are being replaced with new ones. For example, getConfirmedBlocks is now getBlocks, and getConfirmedTransaction is now getSignatureStatus. Developers need to update their code to ensure compatibility with these new methods. Some RPC providers are proactively notifying customers who are heavily using soon-to-be-deprecated calls.

What is the SIMD-172 proposal and how will it affect Solana?

SIMD-172 is a proposal to reduce the default compute unit (CU) per instruction on the Solana network. Currently, transactions without a specified compute budget default to 200,000 CUs per instruction. The proposal suggests reducing this to 20,000 CUs initially, and eventually removing the default entirely. This change aims to optimize network efficiency by creating more densely packed blocks, improving resource utilization, and potentially increasing revenue for validator operators.

How will the compute unit optimization affect Solana validators?

The compute unit optimization proposed in SIMD-172 is expected to have positive implications for Solana validators. By enabling more densely packed blocks, validators stand to benefit from increased revenue. This change aligns with Solana's efforts to create a sustainable and rewarding ecosystem for all participants, particularly the validator operators who maintain the network's integrity and performance.

How can developers participate in Solana improvement discussions?

Developers and stakeholders can access Solana Improvement Documents (SIMDs) at solana.com/simd, which redirects to the appropriate GitHub repository. The Solana team encourages active participation from the community in discussing and refining improvement proposals. Developers can share their thoughts, suggestions, and concerns directly on the GitHub platform, contributing to the evolution of the Solana ecosystem.

What resources are available for Solana developers seeking community support?

The Solana Stack Exchange continues to be a vibrant hub for knowledge-sharing and problem-solving within the community. Developers can ask questions, share insights, and contribute to discussions on this platform. Additionally, the Solana professional education repository on GitHub provides extensive resources for learning and teaching Solana development. Developers can also follow the Solana_devs account on Twitter for updates and engage with the broader community through various social media channels.

Related Content

Solana Changelog Jul 3 - RPC Deprecations, Actions, and Blinks

Explore Solana's latest developments including RPC method deprecations, new Actions and Blinks features, and upcoming changes to compute unit charging.

Solana Changelog - December 12 - Solana Speedrun and Transaction Scheduling

Dive into the latest Solana developments, including the exciting Solana Speedrun game jam and crucial updates to the transaction scheduler for improved network efficiency.

Solana Changelog April 18 - Automatic Repair, Saga, and Helium

Discover Solana's latest developments including the Saga phone launch, Helium network migration, and innovative automatic cluster repair proposal.

Solana Changelog - Jan 30: Transaction CU Cost, Simulation for Token Accounts, and Fee for Write Lock

Discover Solana's latest improvements including transaction cost tracking, token account simulation, and a proposal for write lock fees to enhance network efficiency.

Solana Changelog - October 18, 2022 - Unified Scheduler, BPF to SBF, and Thirdweb Solana!

Explore Solana's latest developments including the unified scheduler proposal, BPF to SBF migration, and Thirdweb's Solana support in this comprehensive breakdown.

Solana Changelog Sep 4 - Rust Wallet Adapter, Optimized Entrypoint, and Anchor improvements

Explore the latest Solana updates including the Radar Hackathon, RPC 2.0 transition guide, and performance improvements for developers.

Solana Changelog - Mar 26 - Sending Transactions Faster, Stake-Weighted QoS, and Optimizing Compute

Explore the latest Solana developments including improved transaction speed, stake-weighted quality of service, and compute optimization techniques for developers.

Solana Changelog May 16 - IDL Standard, 1.14.17, and Dune

Explore Solana's latest developments including IDL standardization, 1.14.17 release progress, and Dune Analytics integration for enhanced on-chain data analysis.

Solana Changelog - September 13th, 2022 - Transaction v0, Fee Markets for Storage & SuperTeam Earn!

Explore Solana's latest developments including versioned transactions, fee markets for storage, and the exciting launch of SuperTeam Earn.

Solana Changelog March 21 - Priced Compute Units and the Solana Developer Forum

Explore Solana's latest developments, including the Priced Compute Units proposal, validator improvements, and the launch of the Solana Developer Forum.

Solana Changelog - Token Extensions and Transaction Size Fees

Explore Solana's latest developments including token extensions, transaction size fees, and the upcoming Mountain Dew 5 event in this comprehensive changelog.

Solana Changelog March 14 - Tiered Account Storage, Debugging Programs, and Anchor

Explore Solana's latest developments including tiered account storage, program debugging, and major Anchor updates in this comprehensive changelog.

Solana Changelog - January 17, 2023 - SIMD 3, Compute Cost Updates, Golana

Explore Solana's latest developments including SIMD 3 proposal for dynamic base fees, compute cost updates, and the introduction of Golana for Go developers.

Solana Changelog - Optional Borsh, Precompiles, and new Web3.js

Discover Solana's latest developments including optional Borsh in SDK, precompile standardization, core BPF migration progress, and exciting Web3.js updates for enhanced developer experience.

Solana Changelog - September 26 - Bridge Comparator, Program Loader v4, feature gates, and more

Explore Solana's latest developments including Jupiter's bridge comparator, Program Loader v4, feature gates, and the impact on the ecosystem's growth.