wangyouhua

Results 13 issues of wangyouhua

**example project:** https://github.com/coral-xyz/anchor/tree/14309ea14639b8042055e1b432bd6be24434970f/tests/events ##### let solana v1.18.10 present in ENV/PATH, and `anchor build` got error: `Stack offset of 4608 exceeded max offset of 4096 ...` ``` ❱❱❱ which solana /mnt/volume2/solana_dev_env/v1.18.10/solana-release/bin/solana...

**Is this a similar or duplicate feature request?** - [ ] I don't know. I will go check it. - [x] No. **Is your feature request related to a problem?...

enhancement
help wanted
good first issue

1) After read your `check_ed25519_data` function, I wonder, Isn't it suffice to do verify {msg, signature, pubkey} without IX data ? To my expecience on Ethereum, we can recover public...

explanation