wormhole/solana
Csongor Kiss f60acc59ab
solitaire: Infer entry point argument type in solitaire! macro (#927)
The type of the `ix_data` binding withing the solitaire! macro expansion
is explicitly annotated with its type, which comes from the macro's
pattern binding `$kind`. However, this type annotation is entirely
optional, since `ix_data` is passed in as an argument to `$fn`, whose
type forecs `ix_data` anyway, and rust will happily infer that from the
application. So we remove the explicit annotation which makes the entry
point macro easier to use.

commit-id:d428306c
2022-03-16 18:25:41 +00:00
..
bridge solitaire: Infer entry point argument type in solitaire! macro (#927) 2022-03-16 18:25:41 +00:00
keys remove pyth2wormhole 2022-03-07 10:23:34 -05:00
migration solitaire: Infer entry point argument type in solitaire! macro (#927) 2022-03-16 18:25:41 +00:00
modules solitaire: Infer entry point argument type in solitaire! macro (#927) 2022-03-16 18:25:41 +00:00
solitaire solitaire: Infer entry point argument type in solitaire! macro (#927) 2022-03-16 18:25:41 +00:00
.dockerignore pyth2wormhole: build + deploy program into local devnet 2021-09-09 14:39:31 +02:00
Dockerfile remove pyth2wormhole 2022-03-07 10:23:34 -05:00
Dockerfile.wasm remove pyth2wormhole 2022-03-07 10:23:34 -05:00
devnet_setup.sh remove pyth2wormhole 2022-03-07 10:23:34 -05:00
rustfmt.toml Fix Governance Headers 2021-07-20 17:37:08 +00:00