the crime stops here bucko
dear solana enjoyers
we are hosting a hackathon
the theme is onchain sleuthing, better data transparency, and monitoring
if you want to sponsor, reach out to me or someone from Helius — 1 week timeline to reach out
more soon
Introducing Kite 🪁: the modern Solana TypeScript client framework.
Kite leverages the speed and elegance of Solana web3.js version 2 but allows you to do most common Solana tasks in a single function.
A highly detailed explanation of Solana development and concepts that I'm currently watching can be found here:
📺 https://t.co/cvTXwxAKuo
Huge thanks to @ZYJLiu for creating this YouTube channel and providing such a comprehensive learning resource on Solana and Anchor! 🚀🔥
Solana 2.2 crates are out. Now you can use SDK types without depending on the whole SDK.
This is a cataclysmic event for dependency trees. Mass deforestation imminent. Compile times to be reduced by orders of magnitude.
There will be real semver too
More Solana devs need to hear about the impressive work that @0x_febo has been doing with pinocchio.
Pinocchio programs are faster and less bloated (by ~2x!) than programs using solana_program.
Barring interface changes and security advisory, there are 0 reasons not to switch.
@spacemandev if you log your message variable does it include the signatures?
calling signTransactionMessageWithSigners should give you back a Transaction (message and signatures)
is there a reason you're not using sendAndConfirmTransactionFactory?
for example:
https://t.co/wwVc7wMJ9Y
@spacemandev can you elaborate what you mean by generated by an inner transaction function?
i had some trouble trying to figure out how convert a base64 encoded transaction back to transaction, here's a gist
https://t.co/rrYAmSePG6
@spacemandev there's some examples to reference in the web3js repo
https://t.co/Ev42ZJlF1N
here's an example using web3js v2 and a codama client generated for an anchor program on a nextjs frontend
https://t.co/dd8oPsyj8R
@spacemandev@jacobvcreech currently the search bar is just the default one included with fumadocs (called Orama?), but algolia is also an option that can be configured, which i think is what anchor currently uses: https://t.co/br3Ip0nfMq
@0xcastle_chain@jacobvcreech here is the source for the code generated by the anchor constraints: https://t.co/FN6OnZK53K
will add links to the docs as well, thanks for the feedback!
Anchor v0.30.1 is out!
Includes various improvements and bug fixes.
Most notably, the conversion of legacy IDLs to the new IDL spec.
https://t.co/p2uHgyTffK
🆕 Our Transactions addon is now in public beta and available for all projects at no cost.
Monitor your success rate, priority fees, compute units, latency, and more. 🚀
Sneak peak at Luzid, a #solana test validator on steroids that'll have us develop on @solana at light speed.
Cloning accounts, diffing account data, restoring snapshots into running validator ...
https://t.co/4BaKHlUzOK
🙏 like + share for reach so I can work on this full time
Added open-source programs list to Solana Playground https://t.co/NW9Af2nz2R
The list is by no means complete, there are a lot more open-source programs.
PRs are welcome!