wormhole/solana/solitaire
Ali Behjati 97617cb5ce
Solitaire: Use sysvar for rent instead of default (#1505)
* Solitaire: Use sysvar for rent instead of default

Using default has some risks such as:
- Network having a different values (such as Pythnet)
- Network changes the value

It avoids using default as fallback to have Error more explicitly
avoid exposing above risks under rare conditions
that the sysvar might return Err.

* Update comments

* Format the code
2022-09-30 15:53:02 -05:00
..
client/src solitaire: remove unused client code 2022-06-24 13:51:50 +02:00
program Solitaire: Use sysvar for rent instead of default (#1505) 2022-09-30 15:53:02 -05:00
rocksalt solana: bump: Rust nightly-2022-07-12, SOL SDK v1.10.31, rust container 1.60 2022-08-17 15:30:01 +01:00
rustfmt.toml Restructure workspace 2021-06-21 10:24:52 +02:00