CanardMandarin

Results 5 issues of CanardMandarin

The threshold update should invalidate previously created transactions. Note: This change will increment the seq two times when calling `set_owners_and_change_threshold`.

This pull request add a check in the instruction `create_multisig`. It ensures that the nonce provided does lead to a valid PDA.

Hello, I'm making a series of pull request. Feel free to refuse the ones that aren't meaningful to you. This pull request updates the instructions `create_transaction` and `execute_transaction`. The instruction...

Hello, This PR is somewhat related to issues #2915 and #2920. It seems that with Anchor 0.29, stack usage in `try_accounts` increased and more easily causes `Stack offset of X...

lang
next

I noticed it was a bit painful to cast integers with `try_into` and `try_from` because you have to either `unwrap()` or `map_err(||)`. What about implementing `TryFromIntError` for `Error` so we...

lang