Gabriele Picco
Gabriele Picco
Create the parent folder if not exists, currently the code fails if the `data` folder is missing
I'm trying to generate the client for the metaplex metadata program IDL, but seems that hashmap type is missing the mapping. ## Steps to reproduce 1. Download the idl: `https://raw.githubusercontent.com/metaplex-foundation/metaplex-program-library/master/token-metadata/js/idl/mpl_token_metadata.json`...
Have a macro/option to ignore instructions to be part of the built IDL, such that something like: ```rust #[program] pub mod myprogram { use super::*; #[idl_ignore] pub fn ix_1(ctx: Context)...
Hi @dinobby , Thanks for contributing the source code of a very interesting work. We are considering using you code for experiments and integration, but license information is not available....
# Support the newer IDL standard Anchor 0.30.0, the latest release, introduced a new IDL standard: https://github.com/coral-xyz/anchor/pull/2824. It would be beneficial to integrate support for this new IDL standard into...
# Add support for websocket filters - Add support for websocket filters, following https://docs.solana.com/api/websocket specification
# Scenario summary Entity class has a vocabulary field that is not currently used # Proposed solution Add an exact string matching using the value defined in the entity vocabulary...
# Scenario summary Current inference with t5 models is slow # Proposed solution Investigate and implement solution to reduce model size and speed-up inference, some of the ideas to consider:...
**Is your feature request related to a problem? Please describe.** Missing support retrieving Compressed NFTs & Digital Asset Standard (DAS) API **Describe the solution you'd like** Following the DAS API...
**Is your feature request related to a problem? Please describe.** Loading owned tokens images is currently a manual process **Describe the solution you'd like** Add an easy way to load...