Matthew Callens

Results 10 issues of Matthew Callens

- adjust `Accounts::try_accounts` signature to be new `TryAccountsContext` to end breaking changes and house `bumps`, `reallocs`, and new `mutables` fields - check if the same account public key has been...

update cli template dependency versions for package.json

I'm trying to implement a custom directive with the schema definition: `directive @authenticated(type: AuthenticationType) on FIELD_DEFINITION` and I've create the `enum` and `directive` objects like so... ```go var AuthenticationTypeEnum =...

Added header section in REAME.md documentation for header additions to requests, as per issue #159

In the current `pda-derivation` test case, the IDL is properly populated with the PDA seeds since the seeds are declared and referenced within the same module/scope as the `Accounts` structs....

[Example](https://github.com/coral-xyz/anchor/runs/7964639314?check_suite_focus=true) Likely due to a mix of the test using an older version of Rust and/or Solana toolchain and the use of the unstable (now stable as of rust 1.59.0)...

tests

Is there a way to provide a custom JSON blob `type` to the result of any of the NFT module functions? All of the resulting `Nft`, `NftWithToken`, etc types force...

Are there any working examples of integrating the `@project-serum/anchor` library with this adapter or with the `@solana/wallet-adapter` components? There seems to be a misalignment in the type definitions for the...

In the current implementation it's impossible to remove the title popup because there is a default parameter value for when its `undefined`. It would be nice to have an option...

(maybe just an IronForge xNFT)