ellttBen
ellttBen
#### Problem Currently, the `solana program deploy` command only returns the deployed program's programId. In the context of program upgrades it would be very useful to get the transaction signature...
Hi there, As discussed in #329, this PR implements support for the `log::kv` structured logging API. These are some user-facing choices I have made: - Everything is implemented behind a...
This PR makes use of the WIP bonfida benchmarking harness to enable tracking the lookup performance of the AOB slabs.
### Which package is this bug report for? mpl_utils ### Which Type of Package is this bug report for? Rust library ### Issue description The https://github.com/metaplex-foundation/metaplex-program-library/commit/f957f2dfdb1b979004f8c7160f8fea0e0e176c2b commit , which was...
In the latest version, `anchor_lang` is incompatible with `solana-program 1.16.x` due to https://github.com/coral-xyz/anchor/blob/970cd236b60ca5b814abdfae8fa0227ada4d15bf/lang/src/lib.rs#L204. The `ArithmeticOverflow` variant was added in 1.17.x. The dependency should therefore be bumped to `1.17` to avoid...
Hello! I'm currently studying a use case for go-ipfs in which a file node contains links to other versions of itself. This all works well until the root file becomes...
## Description and context Currently `post_message_unreliable` fails when the account is not the right size for the message. Looking at the PR that added the instruction it seems this was...