@blueshifti
iAccount based inAustralia
About this account
- Account based in
- Australia
- Connected via
- Web
Account-level information from X, not a live location or the device used for a specific post.
Industry leading developer training from Solana Core contributors. Join the Discord and enroll in our free, flexible delivery courses at 👉 https://nitter.cf/t.co/dUrBLPL9NC
Joined November 2021
- Tweets779
- Following128
- Followers6K
- Likes1.2K
Pinned Tweet
For half a decade, solana/web3.js has been how developers, apps and users interact with Solana.
Today, we're giving it the upgrade it always deserved: Web3.js 3.0.
A package with the API you already know, rebuilt from the ground up on Kit.
Imagine sleeping on @deanmlittle SIMDs...
BIG WEEK for cryptography
blueshift retweeted
A bunch of things that miught be coming to Solana soon, featuring @anza_xyz, @jump_, @jito, @harmonic_gg, @blueshift and @osec_io and more.
Thanks to @solana_devs for the invite!
Here's what happened at the invite-only meeting of Solana core devs.
See where the network is going next:
This video is larger than Cloudflare's 512 MB cache, so it can't be played through. More donations are needed to cover a larger cache. Donate
Canada was a movie!
Shoutout to our brothers at @SuperteamTalent and @SuperteamCAN for having us
blueshift retweeted
2026 is turning into a DevEx year for Solana 🌊
Another major win for the ecosystem just landed with Web3.js 3.0 RC, the familiar interface rebuilt on Kit.
Great work, @blueshift!
Replying to @blueshift
This is the convergence point for Solana's TypeScript ecosystem: Kit as the foundation, Web3.js as the front door.
Thanks to @dhkleung and @a_milz for the hard work! If you want to read more about it: blueshift.gg/research/sunris…
24hr ago we solved Javascript development on @solana, and everyone was excited AF.
This colossal achievement is @dhkleung incredible work (alongside @a_milz on the reviewing side).
So if you are still not following these 2 chads, NGMI
That means smaller bundles, a leaner dependency tree, better performance, and a library caught back up to the protocol.
Everything without a community-wide rewrite and a simple version bump.
This is the convergence point for Solana's TypeScript ecosystem: Kit as the foundation, Web3.js as the front door.
Thanks to @dhkleung and @a_milz for the hard work! If you want to read more about it: blueshift.gg/research/sunris…
blueshift retweeted
The Superteam Talent Tour is coming to New York City
Solana Career Day NYC, June 4th at the Solana Office
Details below
The amount of cooking that is coming from the Blueshift kitchen in the last few weeks must be studied.
Solana
blueshift retweeted
SVM-compatible PQ signature scheme #3: Hawk512 – for when you want to trade compute for additional instruction data. 555 byte signatures. Verification costs just ~350k CUs with ~18kb storage, or ~750k CUs with ~1kb storage.
github.com/blueshift-gg/sola…
With upstream + libcalls you can now just do `a == b` and still get performant code just like how normal people normally write normal rust in the normal universe...
Now live on Quasar! ⏩
Literally spat my coffee when I saw this, what have y’all been through?
> okay let’s see how I could push quasar even more IBRL with libcalls
> my memcmp is compiled through and solana-compiler-builtins is included but why is the logic not honored at all?
> found this
```
core::ptr::read_unaligned(a) == core::ptr::read_unaligned(b)
&& core::ptr::read_unaligned(a.add(1)) == core::ptr::read_unaligned(b.add(1))
&& core::ptr::read_unaligned(a.add(2)) == core::ptr::read_unaligned(b.add(2))
&& core::ptr::read_unaligned(a.add(3)) == core::ptr::read_unaligned(b.add(3))
```
> eh!??
> people… have been… hand rolling… 32 byte array comparison… ?
With upstream + libcalls you can just do `a == b` and still get performant code (yes compiler even saves 1 CU for you)
Just like how normal people normally write normal rust in the normal universe
blueshift retweeted
we make a bunch of insane tooling, compiler, vm, protocol, cryptography and program optimisations, improve them with community feedback and open source them all for free with lessons and tutorials so devs and their clankers can make solana faster, faster.
Somebody is cooking 👨🍳
solana-geyser-mock - in-memory mock for testing Yellowstone gRPC consumers
Honors filter constraints, real slot cadence, three commitment levels. Swap the mock in behind the trait, test deterministically.
github.com/blueshift-gg/sola…
@blueshift @triton_one @solana_devs