kin-labs / kinetic

MIT License
40 stars 24 forks source link

Improve support for multiple token accounts, and handling transfers to tokens or mints #507

Closed beeman closed 1 year ago

beeman commented 1 year ago

Currently, Kinetic assumes that the token account is created using the getAssociatedTokenAddress. While this works well inside an app with only accounts created by Kinetic, it does not work well with accounts created by Agora who don't use those standards.

In order to be compatible with existing accounts, we need to properly support them in Kinetic. This should be easier now that #502 has landed.