The current lifetimes 'a/'b restrict the &data and &program_id lifetimes which makes the entrypoint unusable in solana_test_program's processor!() harness, which expects the more relaxed (but equivelent for us) type of: fn processor<'a, 'b: 'a, 'c, 'd>( program_id: &'c Pubkey, accounts: &'a [AccountInfo<'b>], data: &'d [u8] ) It has no effect on our current programs. Change-Id: Ia657462141165064c629fdff02b5ec451aab50f0 |
||
---|---|---|
.. | ||
bridge | ||
keys | ||
migration | ||
modules | ||
pyth2wormhole | ||
solitaire | ||
.dockerignore | ||
Dockerfile | ||
Dockerfile.wasm | ||
devnet_setup.sh | ||
rustfmt.toml |