Sammy Harris
Sammy Harris
## Problem At the moment, the only way to handle accounts that may or may not be passed in to your program is through the `remaining_accounts` vec. The downside of...
#### Problem Currently, if you want to sign multiple transactions at once, wallets will send multiple simulateTransaction calls on each transaction, and if any of the transactions are dependent on...
## Motivation Currently there are only 4 distinct rotations to choose from for the rolling appender: one minute, one hour, one day, and never. This PR makes it possible to...
## Description Added the ability to add a retention policy to the client parameters. Mainly for v2 compatibility, which uses the retention policy to map to bucket names https://docs.influxdata.com/influxdb/v2/reference/api/influxdb-1x/dbrp/ ###...
When you call `assertError` on a `transactionHandler` with no `errorResolver` and include a typed error generated by Solita, you get a relatively unhelpful error message: `not ok 39 Expected an...
Anchor tries to add some seed info in the IDL. This PR tries to auto derive the PDAs if possible. We can emulate what anchor does with shank to get...
For `NoUninit`, if the struct itself is `#[repr(packed)]` with align 1 and the generic is also `NoUninit`, I believe it should be safe to derive since there shouldn't be any...