acheron

Results 202 comments of acheron

It's always good to have less dependencies, so I support this feature.

Looks like we don't have a test case for this specific usage. You can use one of the following workarounds until we support this usage: - Use `has_one` constraint: ```rs...

Yeah, it's because the new IDL generation stores PDA seeds in the IDL by default, but there is no way to store `external_function` in the IDL.

The client needs to be able to derive the address from the information based on the program's IDL to make it work. This depends on what you do inside your...

Thanks for creating this issue. Yes, this has been a known issue for a while and should be fixed. Happy to review PRs if you'd like to work on this.

> Is there a way to improve this error? Yeah, surely! There is a lot of room for improvement with regards to error handling.

Thanks for the report, but could you also include a full reproduction example, as I believe this issue is related to memory usage in your program, and cannot be isolated...

> Not sure whether it suggests an issue with array arg processing in Anchor. Anchor doesn't have separate logic based on the parameter type you provide. They are all `borsh`...

This is the intended behavior. Why do you need to change `avm` version? The latest should generally work the best.

Yes, unfortunately I realized this after making the release, but it shouldn't be a big deal since most projects are going to need the `1.18` version anyway due to other...