wormhole/solana
Kevin Peters e30f92b3e0 solana-program 1.9.4 wasm-bindgen workaround
wasm-bindgen 0.2.74 generates JavaScript bindings for SystemInstruction
exported from solana-program 1.9.4. The generated JavaScript references
a non-existent function (wasm.__wbg_systeminstruction_free) that
leads to an attempted import error when importing the wasm packed for
bundler. SystemInstruction isn't used in the sdk, so we remove the non-existent
function reference as a workaround.
2022-02-10 15:51:11 -05:00
..
bridge Update Solana to 1.9.4 2022-02-02 11:31:33 -05:00
keys pyth2wormhole-client: Run an automated attestation script in Tilt 2021-09-09 17:24:32 +02:00
migration Update Solana to 1.9.4 2022-02-02 11:31:33 -05:00
modules solana: add correct spl_token_metadata.so (#815) 2022-02-03 19:10:16 +00:00
pyth2wormhole Update Solana to 1.9.4 2022-02-02 11:31:33 -05:00
solitaire Update Solana to 1.9.4 2022-02-02 11:31:33 -05:00
.dockerignore pyth2wormhole: build + deploy program into local devnet 2021-09-09 14:39:31 +02:00
Dockerfile Update Solana to 1.9.4 2022-02-02 11:31:33 -05:00
Dockerfile.wasm solana-program 1.9.4 wasm-bindgen workaround 2022-02-10 15:51:11 -05: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