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
Develop comprehensive test cases for the SolPayments program both in native and BPF-compiled environments. Use cargo test for native builds and cargo test-bpf for BPF, ensuring reliability across different build targets. Include test scenarios for payment processing, fee handling, and non-custodial wallet transfers.
The text was updated successfully, but these errors were encountered:
Develop comprehensive test cases for the SolPayments program both in native and BPF-compiled environments. Use
cargo test
for native builds andcargo test-bpf
for BPF, ensuring reliability across different build targets. Include test scenarios for payment processing, fee handling, and non-custodial wallet transfers.The text was updated successfully, but these errors were encountered: