Log inSign up
febo
Anza
422 posts
user avatar
febo
Anza
@0x_febo
Engineer @anza_xyz
Joined February 2021
224
Following
3,752
Followers

New to X?

Sign up now to get your own personalized timeline!

Create account

By signing up, you agree to the Terms of Service and Privacy Policy, including Cookie Use.

Terms·Privacy·Cookies·Accessibility·Ads Info·© 2026 X Corp.
Don't miss what's happening
People on X are the first to know.
Log inSign up
  • user avatar
    febo
    Anza
    @0x_febo
    Mar 29, 2025
    Now pinocchio releases include a changelog, so it is easier to track what is new. 😊 The latest one includes excellent contributions from @publicqi , @BasedOrion_ , @L0STE_ and @deanmlittle: - Efficient Instructions sysvar access - SPL Memo client
    Release [email protected] · anza-xyz/pinocchio
    From github.com
    54K
  • user avatar
    febo
    Anza
    @0x_febo
    Apr 11, 2025
    Programs have a "cheaper" way to access more memory if they choose to do so.
    Release [email protected] · anza-xyz/pinocchio
    From github.com
    4.1K
  • user avatar
    febo
    Anza
    @0x_febo
    Aug 5, 2024
    What if we had a crate specifically designed to write on-chain Solana programs? A crate with zero-dependencies, so it does not get in the way of coding the program. Started working on this idea and got to the point of having a functional crate: pinocchio.
    GitHub - anza-xyz/pinocchio: Create Solana programs with no external dependencies attached
    From github.com
    4K
  • user avatar
    febo
    Anza
    @0x_febo
    Feb 27, 2024
    We need a better non-fungible standard on Solana. There is no good reason to require multiple accounts to represent a digital asset; we should have flexibility to store as little or as much data on-chain; use minimal compute; it should be composable, easy to use. @metafrost and
    15K
  • user avatar
    febo
    Anza
    @0x_febo
    Jul 1, 2022
    Day 1.
  • user avatar
    febo
    Anza
    @0x_febo
    Nov 10, 2024
    pinocchio-log: lightweight log formatting for Solana programs [tl;dr] * Zero dependencies and no_std crate * Independent of SDK (i.e., works with pinocchio, solana-program or anchor) * Support for &str, unsigned and signed integer types * log! macro to facilitate formatting
    3.5K
  • user avatar
    febo
    Anza
    @0x_febo
    May 3, 2024
    It turns out we can do better – asset transfer using ~1k CU. This is using a custom entrypoint (nitrate) based on @cavemanloverboy's solana-nostd-entrypoint plus a few tweaks. The savings in compute are correlated with the number of accounts that the instruction receives – more
    user avatar
    febo
    Anza
    @0x_febo
    Apr 10, 2024
    When we say that @nifty_oss Asset program is lightweight, we really mean it – under 2k CU to transfer an asset. Only possible on Nifty #OPON
    17K
  • user avatar
    febo
    Anza
    @0x_febo
    Nov 5, 2024
    Thanks to @L0STE_ and @deanmlittle there is now a crate to interact with SPL Token program for pinocchio.
    Added Optimized Spl-token program by L0STE · Pull Request #31 · anza-xyz/pinocchio
    From github.com
    1.9K
  • user avatar
    febo
    Anza
    @0x_febo
    Apr 5, 2024
    We reimagined the way of building extensible Solana programs. Introducing Proxy - a pattern to define program interfaces. No need for "hooks" or "third-party" extensions. Proxy allows extending the behaviour of a program in a simple and non-intrusive way without adding more
    11K
  • user avatar
    febo
    Anza
    @0x_febo
    Apr 5, 2024
    I am Tensorian.
    user avatar
    ilmoi
    @ilmoi
    Apr 5, 2024
    I am Tensorian.
    2.5K
  • user avatar
    febo
    Anza
    @0x_febo
    Jan 25, 2025
    Thanks to @sonic_from_ny there is now a crate to interact with SPL Associated Token Account program for pinocchio.
    feat: add associated token account program by sonicfromnewyoke · Pull Request #58 · anza-xyz/pino...
    From github.com
    4.2K
  • user avatar
    febo
    Anza
    @0x_febo
    Jan 27, 2024
    One cool thing about this raffle is that it was done 100% on-chain. There were 51,994 tickets' pubkeys bytemuck'ed on an account.
    user avatar
    The Barrows | barrows.sol
    @The_Barrows
    Jan 26, 2024
    Some Raffle Stats: Tickets Sold: 51,994 Total Unique Wallets: 5706 Total Winning Entries: 240 Unique Winning Wallets: 236 Truly humbling | As @topo_g said: Art First, No Roadmap, No Utility 489 Total Spots in a Web3 Gang 🫡
    6.6K
  • user avatar
    febo
    Anza
    @0x_febo
    Oct 21, 2023
    Just updated the Solana Project Template to include Rust client generation with Kinobi. github.com/metaplex-found…
    2.1K
  • user avatar
    febo
    Anza
    @0x_febo
    Sep 26, 2024
    And if you are still unsure on whether to use a custom (no_std) entrypoint or not, here are some numbers to make your choice easier. 😉
    GitHub - febo/eisodos: A simple benchmark of SVM entrypoints.
    From github.com
    2.6K