samkim-crypto

Results 24 comments of samkim-crypto

Can you verify if the same error happens with the latest `spl-token-cli` build, which is `3.4.0`? These type of errors were reported with `3.3.0`, but should be fixed with the...

Audit keys are supported in the program, but we have not added the functionality to decrypt yet. That will be coming very soon.

Thanks so much for the contribution! Clap derive is more readable and therefore, preferable over builder in general, so let's keep it derive for single-pool-stake. I have not checked yet...

Thanks for taking a look! and sorry the details were a bit terse with the issue surrounding `--owner`. The issue with `--owner` alias is that this conflicts with the `owner_address_arg`....

I apologize for this 🙏 . The PR that exposes `SignerSource` and adds `pubkey_from_source` has been backported and merged to 1.18 (https://github.com/solana-labs/solana/pull/34678). These will be available in the next 1.18...

Yeah, the PR https://github.com/solana-labs/solana-program-library/pull/6376 should do it, but it will probably take a while for it to get reviewed and merged. The PR has to make a whole bunch of...

Yes, thanks for pointing this out and the fix! This is the expected behavior and the two PRs that you pointed out are the only ones that should affect confidential...

Closing this as completed with https://github.com/anza-xyz/agave/pull/2814.

I think generally, these functions are not perfect because the solution is not really well-defined in some edge cases. > * if `post_fee_amount` is 0, and the fee is 100%,...

I was personally curious about this issue, so I did some simple [test](https://github.com/samkim-crypto/sbf-dedup-test) to compute the compute units when deduping using a vector and using a hashset (it was difficult...