palinko91
palinko91
I've run into this also, had to downgrade to: `sqlx = { version = "=0.6.3", features = ["runtime-tokio-native-tls", "sqlite", "chrono"]}` To make it run
Interesting approach. Have this crate also: solana-quic-client Seems like contains the udp client and the cache too, would be better to use to have 1 new dependency instead of 2?...
I tried to run the 6a8f117e97cfcd6b5932608aac66e803174a09ec version for 1 hour. It passed 10 tx successfully for me, 25 sent errored out. Always instruction 3 failed. So the performance kinda close...
> Good to know. And so I'm clear, "instruction 3 failed" was a transaction that got include in a block? Yes Solscan wrote me Program Error: "Instruction #3 Failed" and...
> I should note that I haven't paid much attention to maintaining the original programs correctness. eg: I ripped out simulation because I wanted to focus on landing transactions. It's...
I've tried this patch and solved my zeroize conflicts. Thank you for the solution.