palinko91

Results 9 comments of 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.

Yes I think it would be useful if the decode_input_from_.. function would decode the more complex inputs fully. Like until no Bytes anymore. Because for example if I want the...

This is RPC error, transactions not going trough normally for weeks. Wait until Solana 1.18 going to mainnet maybe it will improve the success rates