pyth-crosschain/solana
Reisen 7f1c7ec62f solitaire: expose entrypoint and relax lifetimes
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
2022-01-14 13:09:12 +00:00
..
bridge sdk: add underlying sdk for wormhole programs 2022-01-14 13:09:12 +00:00
keys pyth2wormhole-client: Run an automated attestation script in Tilt 2021-09-09 17:24:32 +02:00
migration solana: hide wasm-bindgen dependency behind the feature flag (#730) 2022-01-10 15:31:36 +01:00
modules Check whether vaa recipient matches the token account 2022-01-13 14:07:40 +01:00
pyth2wormhole pyth2wormhole: implement deserialization, print sequence 2021-11-15 15:22:29 +00:00
solitaire solitaire: expose entrypoint and relax lifetimes 2022-01-14 13:09:12 +00:00
.dockerignore pyth2wormhole: build + deploy program into local devnet 2021-09-09 14:39:31 +02:00
Dockerfile update solana to 1.8.1 2021-12-29 21:07:55 -05:00
Dockerfile.wasm Use stable Buildkit syntax 2021-12-13 15:38:17 +01:00
devnet_setup.sh terra/nft_bridge: Implement nft-bridge for terra (#698) 2022-01-07 16:47:33 +01:00
rustfmt.toml Fix Governance Headers 2021-07-20 17:37:08 +00:00