You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm this behaviour.
Event fires in program, but the client-side event listener never is. I am initializing an associated account in the same Tx as well.
It's been reported that initializing an associated account in the same transaction of emitting an event causes the event listener not to be fired on the client. Repro case here https://gist.github.com/0xkarl/f9f40e9d057f7e4497c338cbedd5e7ae.
The logs indeed have the event so it's expected that this is a bug in the log parsing logic here https://github.com/project-serum/anchor/blob/master/ts/src/program/event.ts#L13.
The text was updated successfully, but these errors were encountered: